public final class DfaRelation extends DfaCondition
| Modifier and Type | Method and Description | 
|---|---|
static DfaRelation | 
createRelation(DfaValue dfaLeft,
              RelationType relationType,
              DfaValue dfaRight)  | 
boolean | 
equals(java.lang.Object o)  | 
DfaValue | 
getLeftOperand()  | 
RelationType | 
getRelation()  | 
DfaValue | 
getRightOperand()  | 
int | 
hashCode()  | 
boolean | 
isEquality()  | 
boolean | 
isNonEquality()  | 
DfaRelation | 
negate()  | 
java.lang.String | 
toString()  | 
getFalse, getTrue, getUnknownpublic DfaRelation negate()
negate in class DfaConditionpublic DfaValue getLeftOperand()
public DfaValue getRightOperand()
public static DfaRelation createRelation(DfaValue dfaLeft, RelationType relationType, DfaValue dfaRight)
public boolean isEquality()
public boolean isNonEquality()
public RelationType getRelation()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object