Uses of Class
org.jgrapht.alg.cycle.HawickJamesSimpleCycles.Operation
-
Packages that use HawickJamesSimpleCycles.Operation Package Description org.jgrapht.alg.cycle Algorithms for enumeration of simple cycles in graphs. -
-
Uses of HawickJamesSimpleCycles.Operation in org.jgrapht.alg.cycle
Methods in org.jgrapht.alg.cycle that return HawickJamesSimpleCycles.Operation Modifier and Type Method Description static HawickJamesSimpleCycles.Operation
HawickJamesSimpleCycles.Operation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HawickJamesSimpleCycles.Operation[]
HawickJamesSimpleCycles.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jgrapht.alg.cycle with parameters of type HawickJamesSimpleCycles.Operation Modifier and Type Method Description private boolean
HawickJamesSimpleCycles. circuit(java.lang.Integer v, HawickJamesSimpleCycles.Operation o)
private void
HawickJamesSimpleCycles. initState(HawickJamesSimpleCycles.Operation o)
-