public abstract class TptpFofBinaryAssociativeFormula extends TptpFofBinaryFormula
| Constructor and Description |
|---|
TptpFofBinaryAssociativeFormula() |
TptpFofBinaryAssociativeFormula(TptpFofFormula left,
TptpFofFormula right,
TptpFofAssociative assoc) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
TptpFofAssociative |
getAssoc() |
TptpFofFormula |
getLeft() |
TptpFofFormula |
getRight() |
int |
hashCode() |
boolean |
isAssociative() |
boolean |
isNonAssociative() |
void |
setLeft(TptpFofFormula left) |
void |
setRight(TptpFofFormula right) |
String |
toString() |
isBinary, isUnitarygetAtoms, getFunctors, isParenthesizedpublic TptpFofBinaryAssociativeFormula()
public TptpFofBinaryAssociativeFormula(TptpFofFormula left, TptpFofFormula right, TptpFofAssociative assoc)
public TptpFofFormula getLeft()
public void setLeft(TptpFofFormula left)
public TptpFofFormula getRight()
public void setRight(TptpFofFormula right)
public TptpFofAssociative getAssoc()
public String toString()
toString in class TptpFofLogicFormulapublic boolean isAssociative()
isAssociative in class TptpFofBinaryFormulapublic boolean isNonAssociative()
isNonAssociative in class TptpFofBinaryFormulaCopyright © 2016. All rights reserved.