ilog.cplex
Class IloCplex.ConflictStatus

java.lang.Object
  extended byilog.cplex.IloCplex.ConflictStatus
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
IloCplex

public static class IloCplex.ConflictStatus
extends java.lang.Object
implements java.io.Serializable

The class of status values returned by refineConflict.

See Also:
Serialized Form

Field Summary
static IloCplex.ConflictStatus Excluded
          This element is excluded from the conflict.
static IloCplex.ConflictStatus Member
          This element must be a member of the conflict.
static IloCplex.ConflictStatus PossibleMember
          This element may possibly be a member of the conflict.
 
Method Summary
 boolean equals(java.lang.Object obj)
          Tests whether two instances of conflict status are equal.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Excluded

public static final IloCplex.ConflictStatus Excluded
This element is excluded from the conflict.


PossibleMember

public static final IloCplex.ConflictStatus PossibleMember
This element may possibly be a member of the conflict.


Member

public static final IloCplex.ConflictStatus Member
This element must be a member of the conflict.

Method Detail

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object obj)
Tests whether two instances of conflict status are equal.