Uses of Class
it.univr.di.labeledvalue.lazy.LabeledLazyWeightTreeMap
Package | Description |
---|---|
it.univr.di.cstnu.graph.lazy | |
it.univr.di.labeledvalue.lazy |
-
Uses of LabeledLazyWeightTreeMap in it.univr.di.cstnu.graph.lazy
Methods in it.univr.di.cstnu.graph.lazy that return LabeledLazyWeightTreeMap Modifier and Type Method Description LabeledLazyWeightTreeMap
LabeledLazyWeightEdge. getLabeledValueMap()
Methods in it.univr.di.cstnu.graph.lazy with parameters of type LabeledLazyWeightTreeMap Modifier and Type Method Description void
LabeledLazyWeightEdge. copyLabeledValueMap(LabeledLazyWeightTreeMap inputLabeledValue)
void
LabeledLazyWeightEdge. mergeLabeledValue(LabeledLazyWeightTreeMap map)
void
LabeledLazyWeightEdge. setLabeledValueMap(LabeledLazyWeightTreeMap inputLabeledValue)
-
Uses of LabeledLazyWeightTreeMap in it.univr.di.labeledvalue.lazy
Methods in it.univr.di.labeledvalue.lazy that return LabeledLazyWeightTreeMap Modifier and Type Method Description static LabeledLazyWeightTreeMap
LabeledLazyWeightTreeMap. createLabeledLazyTreeMap()
static LabeledLazyWeightTreeMap
LabeledLazyWeightTreeMap. createLabeledLazyTreeMap(LabeledLazyWeightTreeMap lim)
static LabeledLazyWeightTreeMap
LabeledLazyWeightTreeMap. parse(String inputMap)
Parse a string representing a LabeledLazyWeightTreeMap and return an object containing the labeled values represented by the string.
The format of the string is:Methods in it.univr.di.labeledvalue.lazy with parameters of type LabeledLazyWeightTreeMap Modifier and Type Method Description static LabeledLazyWeightTreeMap
LabeledLazyWeightTreeMap. createLabeledLazyTreeMap(LabeledLazyWeightTreeMap lim)
Constructors in it.univr.di.labeledvalue.lazy with parameters of type LabeledLazyWeightTreeMap Constructor Description LabeledLazyWeightTreeMap(LabeledLazyWeightTreeMap lvm)
Constructor to clone the structure.