|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectilog.cplex.IloCplex.ConflictStatus
The class of status values returned by refineConflict
.
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 |
public static final IloCplex.ConflictStatus Excluded
public static final IloCplex.ConflictStatus PossibleMember
public static final IloCplex.ConflictStatus Member
Method Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object obj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |