Uses of Class
it.univr.di.labeledvalue.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
Modifier and TypeFieldDescription(package private) LabeledLowerCaseValue
CSTNUEdgePluggable.lowerCaseValue
Morris Lower case value augmented by a propositional label.Modifier and TypeMethodDescriptionCSTNUEdge.getLowerCaseValue()
CSTNUEdgePluggable.getLowerCaseValue()
-
Uses of LabeledLowerCaseValue in it.univr.di.labeledvalue
Modifier and TypeFieldDescriptionstatic final LabeledLowerCaseValue
LabeledLowerCaseValue.emptyLabeledLowerCaseValue
A constant empty label to represent an empty label that cannot be modified.Modifier 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⟩) }*\}
Modifier and TypeMethodDescriptionstatic LabeledLowerCaseValue
LabeledLowerCaseValue.create
(LabeledLowerCaseValue input) Copy constructor.