Documentation of 'jas2.util.ArbitraryNameGenerator' Java class
ArbitraryNameGenerator
jas2.util

Class ArbitraryNameGenerator



  • public class ArbitraryNameGenerator
    extends java.lang.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.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void fillArray(java.lang.String[] s)
      Fills a String array with names.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ArbitraryNameGenerator

        public ArbitraryNameGenerator()
    • Method Detail

      • fillArray

        public void fillArray(java.lang.String[] s)
        Fills a String array with names.
        Parameters:
        s - the array to fill

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.