Uses of Class
it.univr.di.labeledvalue.ALabelAlphabet
Packages that use ALabelAlphabet
Package
Description
Contains all classes for representing vertices, edges and graphs related to the (C)STN(U) model.
Provides the classes necessary to manage labeled value maps.
-
Uses of ALabelAlphabet in it.univr.di.cstnu.graph
Methods in it.univr.di.cstnu.graph that return ALabelAlphabetConstructors in it.univr.di.cstnu.graph with parameters of type ALabelAlphabetModifierConstructorDescriptionTNGraph
(String graphName, Class<E1> inputEdgeImplClass, ALabelAlphabet alphabet) Constructor for TNGraph. -
Uses of ALabelAlphabet in it.univr.di.labeledvalue
Methods in it.univr.di.labeledvalue that return ALabelAlphabetMethods in it.univr.di.labeledvalue with parameters of type ALabelAlphabetModifier and TypeMethodDescriptionstatic ALabel
ALabel.parse
(String s, ALabelAlphabet alphabet) Parse a string representing an ALabel and return an equivalent ALabel object if no errors are found, or if it is null otherwise.static LabeledALabelIntTreeMap
LabeledALabelIntTreeMap.parse
(String arg, ALabelAlphabet alphabet, Class<? extends LabeledIntMap> labeledValueMapImple) Parse a string representing a LabeledValueTreeMap and return an object containing the labeled values represented by the string.static LabeledLowerCaseValue
LabeledLowerCaseValue.parse
(String arg, ALabelAlphabet alphabet) Parses a string representing a labeled lower-case value and returns an object containing the labeled values represented by the string.Constructors in it.univr.di.labeledvalue with parameters of type ALabelAlphabetModifierConstructorDescriptionALabel
(ALabelAlphabet alphabet1) Default constructor using a given alphabet.ALabel
(ALabelAlphabet.ALetter l, ALabelAlphabet alphabet1) Builds an ALabel using the ALetter 'l' and 'alphabet'.ALabel
(String s, ALabelAlphabet alphabet1) Helper constructor.ALabelAlphabet
(ALabelAlphabet alpha) Constructor by copy.