org.jgrapht.ext
Class IntegerComponentNameProvider<T>
- java.lang.Object
-
- org.jgrapht.io.IntegerComponentNameProvider<T>
-
- org.jgrapht.ext.IntegerComponentNameProvider<T>
-
- Type Parameters:
T- the component type
- All Implemented Interfaces:
- ComponentNameProvider<T>
Deprecated.UseIntegerComponentNameProviderinstead.
@Deprecated public class IntegerComponentNameProvider<T> extends IntegerComponentNameProvider<T> implements ComponentNameProvider<T>
Assigns a unique integer to represent each component. Each instance of provider maintains an internal map between every component it has ever seen and the unique integer representing that edge. As a result it is probably desirable to have a separate instance for each distinct graph.
-
-
Constructor Summary
Constructors Constructor and Description IntegerComponentNameProvider()Deprecated.
-
Method Summary
-
Methods inherited from class org.jgrapht.io.IntegerComponentNameProvider
clear, getName
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jgrapht.io.ComponentNameProvider
getName
-
-
DataMelt 3.0 © DataMelt by jWork.ORG