Uses of Enum Class
org.jgrapht.generate.netgen.NetworkGenerator.NodeType
Packages that use NetworkGenerator.NodeType
-
Uses of NetworkGenerator.NodeType in org.jgrapht.generate.netgen
Fields in org.jgrapht.generate.netgen declared as NetworkGenerator.NodeTypeModifier and TypeFieldDescription(package private) NetworkGenerator.NodeType
NetworkGenerator.Node.type
Type of this node.Methods in org.jgrapht.generate.netgen that return NetworkGenerator.NodeTypeModifier and TypeMethodDescriptionstatic NetworkGenerator.NodeType
Returns the enum constant of this class with the specified name.static NetworkGenerator.NodeType[]
NetworkGenerator.NodeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jgrapht.generate.netgen with parameters of type NetworkGenerator.NodeTypeModifier and TypeMethodDescriptionprivate void
NetworkGenerator.createNodes
(int num, NetworkGenerator.NodeType type) Createsnum
nodes of the specifiedtype
.Constructors in org.jgrapht.generate.netgen with parameters of type NetworkGenerator.NodeTypeModifierConstructorDescription(package private)
Node
(V graphVertex, NetworkGenerator.NodeType type) Creates a new node usinggraphVertex
andtype
.