jas.util
Class ArbitraryNameGenerator
java.lang.Object
jas.util.ArbitraryNameGenerator
public class ArbitraryNameGenerator
- extends Object
This class is a utility provided for generating arbitrary names. It
follows the pattern A, B, C, D, ... , Z, AA, BB, CC, DD, ... , ZZ, AAA, ...
It is used by some local data interface modules when field names are
not specified, and it is used to assign names to the coefficents of
polynomial functions.
- Author:
- Jonas Gifford
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArbitraryNameGenerator
public ArbitraryNameGenerator()
fillArray
public void fillArray(String[] s)
- Fills a String array with names.
- Parameters:
s
- the array to fill
Copyright © 2000-2009 FreeHEP. All Rights Reserved.