Uses of Class
it.univr.di.labeledvalue.LabeledLowerCaseValue
Packages that use LabeledLowerCaseValue
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 LabeledLowerCaseValue in it.univr.di.cstnu.graph
Fields in it.univr.di.cstnu.graph declared as LabeledLowerCaseValueModifier and TypeFieldDescription(package private) LabeledLowerCaseValue
CSTNUEdgePluggable.lowerCaseValue
Morris Lower case value augmented by a propositional label.Methods in it.univr.di.cstnu.graph that return LabeledLowerCaseValueModifier and TypeMethodDescriptionCSTNUEdge.getLowerCaseValue()
CSTNUEdgePluggable.getLowerCaseValue()
-
Uses of LabeledLowerCaseValue in it.univr.di.labeledvalue
Fields in it.univr.di.labeledvalue declared as LabeledLowerCaseValueModifier and TypeFieldDescriptionstatic final LabeledLowerCaseValue
LabeledLowerCaseValue.emptyLabeledLowerCaseValue
A constant empty label to represent an empty label that cannot be modified.Methods in it.univr.di.labeledvalue that return LabeledLowerCaseValueModifier and TypeMethodDescriptionstatic LabeledLowerCaseValue
Creates a lower-case value.static LabeledLowerCaseValue
LabeledLowerCaseValue.create
(LabeledLowerCaseValue input) Copy constructor.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.
The format of the string is given by the methodtoString()
:\{{(⟨label⟩, ⟨Alabel⟩, ⟨value⟩) }*\}
It also parse the old format:\{{(⟨Alabel⟩, ⟨value⟩, ⟨label⟩) }*\}
Methods in it.univr.di.labeledvalue with parameters of type LabeledLowerCaseValueModifier and TypeMethodDescriptionstatic LabeledLowerCaseValue
LabeledLowerCaseValue.create
(LabeledLowerCaseValue input) Copy constructor.