Uses of Class
rails.algorithms.NetworkVertex.StationType

Packages that use NetworkVertex.StationType
rails.algorithms   
 

Uses of NetworkVertex.StationType in rails.algorithms
 

Methods in rails.algorithms that return NetworkVertex.StationType
 NetworkVertex.StationType NetworkVertex.getStationType()
           
static NetworkVertex.StationType NetworkVertex.StationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NetworkVertex.StationType[] NetworkVertex.StationType.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.StationType
 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
 NetworkVertex NetworkVertex.setStationType(NetworkVertex.StationType stationType)