Uses of Class
algorithms.IterativeSolver.ConflictType

Packages that use IterativeSolver.ConflictType
algorithms   
 

Uses of IterativeSolver.ConflictType in algorithms
 

Methods in algorithms that return IterativeSolver.ConflictType
static IterativeSolver.ConflictType IterativeSolver.ConflictType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IterativeSolver.ConflictType[] IterativeSolver.ConflictType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.