Uses of Class
it.univr.di.labeledvalue.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
Modifier 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.Modifier 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.Modifier 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
Modifier and TypeClassDescriptionstatic class
A read-only view of a LabeledALabelIntTreeMap object.Modifier 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()
.ModifierConstructorDescriptionLabeledALabelIntTreeMap
(LabeledALabelIntTreeMap lvm, Class<? extends LabeledIntMap> labeledValueMapImple) Constructor to clone the structure.