Class LabelGenerator


  • public class LabelGenerator
    extends Object
    A Class to produce continuous labels in an alphanumeric fashion. (i.e. A, B, C, ... AA,AB,AC...)
    Author:
    Thomas Pfau
    • Constructor Detail

      • LabelGenerator

        public LabelGenerator()
    • Method Detail

      • getLabel

        public String getLabel()
        Get the next label
        Returns:
        the next label.