Uses of Class
org.graphstream.algorithm.networksimplex.NetworkSimplex.ArcStatus

Packages that use NetworkSimplex.ArcStatus
org.graphstream.algorithm.networksimplex   
 

Uses of NetworkSimplex.ArcStatus in org.graphstream.algorithm.networksimplex
 

Methods in org.graphstream.algorithm.networksimplex that return NetworkSimplex.ArcStatus
 NetworkSimplex.ArcStatus NetworkSimplex.getStatus(org.graphstream.graph.Edge edge)
          Returns the status of an edge in the current solution.
 NetworkSimplex.ArcStatus NetworkSimplex.getStatus(org.graphstream.graph.Edge edge, boolean sameDirection)
          Returns the status of an edge in the current solution.
static NetworkSimplex.ArcStatus NetworkSimplex.ArcStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NetworkSimplex.ArcStatus[] NetworkSimplex.ArcStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013. All Rights Reserved.