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

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

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

Methods in org.graphstream.algorithm.networksimplex that return NetworkSimplex.PricingStrategy
 NetworkSimplex.PricingStrategy NetworkSimplex.getPricingStrategy()
          Returns the currently used pricing strategy.
static NetworkSimplex.PricingStrategy NetworkSimplex.PricingStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NetworkSimplex.PricingStrategy[] NetworkSimplex.PricingStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.graphstream.algorithm.networksimplex with parameters of type NetworkSimplex.PricingStrategy
 void NetworkSimplex.setPricingStrategy(NetworkSimplex.PricingStrategy pricingStrategy)
          Sets the pricing strategy
 



Copyright © 2013. All Rights Reserved.