jas.util
Class ArbitraryNameGenerator

java.lang.Object
  extended by 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

Constructor Summary
ArbitraryNameGenerator()
           
 
Method Summary
 void fillArray(String[] s)
          Fills a String array with names.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArbitraryNameGenerator

public ArbitraryNameGenerator()
Method Detail

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.