Uses of Interface
it.univr.di.labeledvalue.LabeledIntMap
Packages that use LabeledIntMap
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 LabeledIntMap in it.univr.di.cstnu.graph
Fields in it.univr.di.cstnu.graph declared as LabeledIntMapModifier and TypeFieldDescription(package private) LabeledIntMap
CSTNEdgePluggable.labeledValue
Labeled value.Fields in it.univr.di.cstnu.graph with type parameters of type LabeledIntMapModifier and TypeFieldDescription(package private) static final Class
<? extends LabeledIntMap> CSTNEdgePluggable.DEFAULT_LABELED_INT_MAP_CLASS
Default class for representing labeled values.(package private) static final Class
<? extends LabeledIntMap> OSTNUEdgePluggable.DEFAULT_LABELED_INT_MAP_CLASS
Class for representing labeled values.(package private) final Class
<? extends LabeledIntMap> CSTNEdgePluggable.labeledValueMapImpl
Labeled value class used in the class.static final Class
<? extends LabeledIntMap> LabeledNode.labeledValueMapImpl
Labeled value class used in the class.static final Class
<? extends LabeledIntMap> TNGraphMLReader.labeledValueMapImpl
Labeled value class used in the class.Methods in it.univr.di.cstnu.graph that return LabeledIntMapModifier and TypeMethodDescriptionLabeledNode.getLabeledPotential()
Returns the map of labeled potential of the node.LabeledNode.getLabeledUpperPotential()
Returns the map of labeled upper potential of the node.Methods in it.univr.di.cstnu.graph that return types with arguments of type LabeledIntMapModifier and TypeMethodDescriptionClass
<? extends LabeledIntMap> CSTNEdge.getLabeledIntMapImplClass()
Class
<? extends LabeledIntMap> CSTNEdgePluggable.getLabeledIntMapImplClass()
Methods in it.univr.di.cstnu.graph with parameters of type LabeledIntMapModifier and TypeMethodDescriptionvoid
CSTNEdge.mergeLabeledValues
(LabeledIntMap map) void
CSTNEdgePluggable.mergeLabeledValues
(LabeledIntMap map) void
LabeledNode.setLabeledPotential
(LabeledIntMap potentialMap) If potential is not null, it is used (not copied) as new potential of the node.void
LabeledNode.setLabeledUpperPotential
(LabeledIntMap potentialMap) If potential is not null, it is used (not copied) as new potential of the node.void
CSTNEdge.setLabeledValueMap
(LabeledIntMap inputLabeledValue) Uses inputLabeledValue as internal labeled value map.void
CSTNEdgePluggable.setLabeledValueMap
(LabeledIntMap inputLabeledValue) Constructor parameters in it.univr.di.cstnu.graph with type arguments of type LabeledIntMapModifierConstructorDescription(package private)
BasicCSTNUEdgePluggable
(Edge e, Class<? extends LabeledIntMap> labeledIntMapImpl) BasicCSTNUEdgePluggable
(String n, Class<? extends LabeledIntMap> labeledIntMapImpl) (package private)
CSTNEdgePluggable
(Edge e, Class<? extends LabeledIntMap> labeledValueMapImplem) A simple constructor cloner.(package private)
CSTNEdgePluggable
(String n, Class<? extends LabeledIntMap> labeledValueMapImplem) Constructor for LabeledIntEdge.(package private)
CSTNUEdgePluggable
(Edge e, Class<? extends LabeledIntMap> labeledIntMapImpl) Constructor to clone the component.(package private)
CSTNUEdgePluggable
(String n, Class<? extends LabeledIntMap> labeledIntMapImpl) -
Uses of LabeledIntMap in it.univr.di.labeledvalue
Classes in it.univr.di.labeledvalue with type parameters of type LabeledIntMapModifier and TypeClassDescriptionfinal class
LabeledIntMapSupplier<C extends LabeledIntMap>
Basic factory of LabeledIntMap objects.Subinterfaces of LabeledIntMap in it.univr.di.labeledvalueModifier and TypeInterfaceDescriptionstatic interface
A read-only view of an objectClasses in it.univr.di.labeledvalue that implement LabeledIntMapModifier and TypeClassDescriptionclass
Abstract class forLabeledIntMap
interface.class
Simple implementation ofLabeledIntMap
interface.static class
A read-only view of an objectclass
Deprecated.static class
Deprecated.class
Simple implementation ofLabeledIntMap
interface.static class
A read-only view of an objectclass
Extends LabeledIntTreeMap setting optimize field to false.
In this way, labeled values where labels not shorten.
This class is useful for OSTNUPluggableEdge class.Fields in it.univr.di.labeledvalue with type parameters of type LabeledIntMapModifier and TypeFieldDescriptionstatic final Class
<? extends LabeledIntMap> LabeledIntMapSupplier.DEFAULT_LABELEDINTMAP_CLASS
(package private) it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
<ALabel, LabeledIntMap> LabeledALabelIntTreeMap.map
Data structure.static final Class
<? extends LabeledIntMap> LabeledIntMapSupplier.SIMPLE_LABELEDINTMAP_CLASS
Methods in it.univr.di.labeledvalue that return LabeledIntMapModifier and TypeMethodDescriptionLabeledIntHierarchyMap.newInstance
(boolean optimize) FactoryLabeledIntHierarchyMap.newInstance
(LabeledIntMap lim, boolean optimize) FactoryLabeledIntMap.newInstance()
FactoryLabeledIntMap.newInstance
(boolean optimize) FactoryLabeledIntMap.newInstance
(LabeledIntMap lim) FactoryLabeledIntMap.newInstance
(LabeledIntMap lim, boolean optimize) FactoryLabeledIntSimpleMap.newInstance
(boolean optimize) Deprecated.FactoryLabeledIntSimpleMap.newInstance
(LabeledIntMap lim, boolean optimize) Deprecated.Factorystatic LabeledIntMap
static LabeledIntMap
AbstractLabeledIntMap.parse
(String inputMap, Class<? extends LabeledIntMap> labeledIntMapClass) Parse a string representing a LabeledValueTreeMap and return an object containing the labeled values represented by the string.LabeledALabelIntTreeMap.unmodifiable
(ALabel aleph) Methods in it.univr.di.labeledvalue with parameters of type LabeledIntMapModifier and TypeMethodDescriptionLabeledIntMapSupplier.get
(LabeledIntMap lim) LabeledIntMapSupplier.get
(LabeledIntMap lim, boolean optimize) LabeledIntHierarchyMap.newInstance
(LabeledIntMap lim) LabeledIntHierarchyMap.newInstance
(LabeledIntMap lim, boolean optimize) FactoryLabeledIntMap.newInstance
(LabeledIntMap lim) FactoryLabeledIntMap.newInstance
(LabeledIntMap lim, boolean optimize) Factoryfinal LabeledIntSimpleMap
LabeledIntSimpleMap.newInstance
(LabeledIntMap lim) Deprecated.LabeledIntSimpleMap.newInstance
(LabeledIntMap lim, boolean optimize) Deprecated.FactoryLabeledIntTreeMap.newInstance
(LabeledIntMap lim) LabeledIntTreeMap.newInstance
(LabeledIntMap lim, boolean optimize) LabeledIntTreeSimpleMap.newInstance
(LabeledIntMap lim) LabeledIntTreeSimpleMap.newInstance
(LabeledIntMap lim, boolean optimize) default void
LabeledIntMap.LabeledIntMapView.putAll
(LabeledIntMap inputMap) default void
LabeledIntMap.putAll
(LabeledIntMap inputMap) Put all elements of inputMap into the current one without making a defensive copy.Method parameters in it.univr.di.labeledvalue with type arguments of type LabeledIntMapModifier and TypeMethodDescriptionstatic LabeledIntMap
AbstractLabeledIntMap.parse
(String inputMap, Class<? extends LabeledIntMap> labeledIntMapClass) Parse a string representing a LabeledValueTreeMap and return an object containing the labeled values represented by the string.static 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 methodLabeledALabelIntTreeMap.toString()
.Constructors in it.univr.di.labeledvalue with parameters of type LabeledIntMapModifierConstructorDescription(package private)
Constructor to clone the structure.Deprecated.Constructor to clone the structure.LabeledIntSimpleMap
(LabeledIntMap lvm, boolean optimize) Deprecated.Constructor to clone the structure.(package private)
Constructor to clone the structure.(package private)
LabeledIntTreeMap
(LabeledIntMap lvm, boolean optimize) Constructor to clone the structure.(package private)
LabeledIntTreeSimpleMap
(LabeledIntMap lvm, boolean ignoredOptimize) Constructor to clone the structure.Constructor parameters in it.univr.di.labeledvalue with type arguments of type LabeledIntMapModifierConstructorDescriptionLabeledALabelIntTreeMap
(LabeledALabelIntTreeMap lvm, Class<? extends LabeledIntMap> labeledValueMapImple) Constructor to clone the structure.LabeledALabelIntTreeMap
(Class<? extends LabeledIntMap> labeledValueMapImple) Simple constructor.