|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |