Uses of Class
org.jgrapht.generate.netgen.NetworkGenerator.NodeType
-
Packages that use NetworkGenerator.NodeType Package Description org.jgrapht.generate.netgen Network generator components -
-
Uses of NetworkGenerator.NodeType in org.jgrapht.generate.netgen
Fields in org.jgrapht.generate.netgen declared as NetworkGenerator.NodeType Modifier and Type Field Description (package private) NetworkGenerator.NodeType
NetworkGenerator.Node. type
Type of this node.Methods in org.jgrapht.generate.netgen that return NetworkGenerator.NodeType Modifier and Type Method Description static NetworkGenerator.NodeType
NetworkGenerator.NodeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NetworkGenerator.NodeType[]
NetworkGenerator.NodeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jgrapht.generate.netgen with parameters of type NetworkGenerator.NodeType Modifier and Type Method Description private void
NetworkGenerator. createNodes(int num, NetworkGenerator.NodeType type)
Createsnum
nodes of the specifiedtype
.Constructors in org.jgrapht.generate.netgen with parameters of type NetworkGenerator.NodeType Constructor Description Node(V graphVertex, NetworkGenerator.NodeType type)
Creates a new node usinggraphVertex
andtype
.
-