|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetworkVertex.VertexType | |
---|---|
rails.algorithms |
Uses of NetworkVertex.VertexType in rails.algorithms |
---|
Methods in rails.algorithms that return NetworkVertex.VertexType | |
---|---|
NetworkVertex.VertexType |
NetworkVertex.getType()
|
static NetworkVertex.VertexType |
NetworkVertex.VertexType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NetworkVertex.VertexType[] |
NetworkVertex.VertexType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in rails.algorithms with parameters of type NetworkVertex.VertexType | |
---|---|
static NetworkVertex |
NetworkVertex.getVirtualVertex(NetworkVertex.VertexType type,
java.lang.String name)
factory method for virtual vertex |
boolean |
NetworkVertex.isOfType(NetworkVertex.VertexType vertexType,
NetworkVertex.StationType stationType)
|
static int |
NetworkVertex.numberOfVertexType(java.util.Collection<NetworkVertex> vertices,
NetworkVertex.VertexType vertexType,
NetworkVertex.StationType stationType)
Returns the number of specified vertex type in a vertex collection If station then specify station type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |