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.NodeTypeNetworkGenerator.Node.typeType of this node.Methods in org.jgrapht.generate.netgen that return NetworkGenerator.NodeTypeModifier and TypeMethodDescriptionstatic NetworkGenerator.NodeTypeReturns 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 voidNetworkGenerator.createNodes(int num, NetworkGenerator.NodeType type) Createsnumnodes 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 usinggraphVertexandtype.