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 LabeledLazyWeightTreeMapLabeledLazyWeightEdge. getLabeledValueMap()Methods in it.univr.di.cstnu.graph.lazy with parameters of type LabeledLazyWeightTreeMap Modifier and Type Method Description voidLabeledLazyWeightEdge. copyLabeledValueMap(LabeledLazyWeightTreeMap inputLabeledValue)voidLabeledLazyWeightEdge. mergeLabeledValue(LabeledLazyWeightTreeMap map)voidLabeledLazyWeightEdge. 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 LabeledLazyWeightTreeMapLabeledLazyWeightTreeMap. createLabeledLazyTreeMap()static LabeledLazyWeightTreeMapLabeledLazyWeightTreeMap. createLabeledLazyTreeMap(LabeledLazyWeightTreeMap lim)static LabeledLazyWeightTreeMapLabeledLazyWeightTreeMap. 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 LabeledLazyWeightTreeMapLabeledLazyWeightTreeMap. 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.