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, getUnknown
public DfaRelation negate()
negate
in class DfaCondition
public 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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object