Uses of Class
it.univr.di.labeledvalue.LabeledALabelIntTreeMap
Packages that use LabeledALabelIntTreeMap
Package
Description
Contains all classes for representing vertices, edges and graphs related to (C)STN(U) model.
Provides the classes necessary to manage labeled value maps.
-
Uses of LabeledALabelIntTreeMap in it.univr.di.cstnu.graph
Fields in it.univr.di.cstnu.graph declared as LabeledALabelIntTreeMapModifier and TypeFieldDescription(package private) LabeledALabelIntTreeMap
CSTNPSUEdgePluggable.lowerCaseValues
Morris Lower case value augmented by a propositional label.
The name of node has to be equal to the original name.(package private) LabeledALabelIntTreeMap
BasicCSTNUEdgePluggable.upperCaseValue
Morris Upper case value augmented by a propositional label.Methods in it.univr.di.cstnu.graph that return LabeledALabelIntTreeMapModifier and TypeMethodDescriptionLabeledNode.getULCaseLabeledPotential()
Returns the map of upper/lower case labeled potential of the node.LabeledNode.getULCaseLabeledUpperPotential()
Returns the map of upper/lower case labeled UPPER potential of the node.Methods in it.univr.di.cstnu.graph with parameters of type LabeledALabelIntTreeMapModifier and TypeMethodDescriptionvoid
CSTNPSUEdge.setLowerCaseValues
(LabeledALabelIntTreeMap lowerCaseValue) void
CSTNPSUEdgePluggable.setLowerCaseValues
(LabeledALabelIntTreeMap lowerCaseValue1) void
BasicCSTNUEdge.setUpperCaseValueMap
(LabeledALabelIntTreeMap labeledValue) final void
BasicCSTNUEdgePluggable.setUpperCaseValueMap
(LabeledALabelIntTreeMap inputLabeledValue) -
Uses of LabeledALabelIntTreeMap in it.univr.di.labeledvalue
Subclasses of LabeledALabelIntTreeMap in it.univr.di.labeledvalueModifier and TypeClassDescriptionstatic class
A read-only view of a LabeledALabelIntTreeMap object.Methods in it.univr.di.labeledvalue that return LabeledALabelIntTreeMapModifier and TypeMethodDescriptionstatic 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.
The format of the string is given by the methodtoString()
.Constructors in it.univr.di.labeledvalue with parameters of type LabeledALabelIntTreeMapModifierConstructorDescriptionLabeledALabelIntTreeMap
(LabeledALabelIntTreeMap lvm, Class<? extends LabeledIntMap> labeledValueMapImple) Constructor to clone the structure.