public abstract class TptpFofLogicFormula extends TptpFofFormula
| Constructor and Description |
|---|
TptpFofLogicFormula() |
TptpFofLogicFormula(Set<TptpFofAtomicFormula> atoms,
Set<TptpFofFunctor> functors) |
| Modifier and Type | Method and Description |
|---|---|
Set<TptpFofAtomicFormula> |
getAtoms() |
Set<TptpFofFunctor> |
getFunctors() |
abstract boolean |
isParenthesized() |
abstract boolean |
isUnitary() |
String |
toString() |
public TptpFofLogicFormula()
public TptpFofLogicFormula(Set<TptpFofAtomicFormula> atoms, Set<TptpFofFunctor> functors)
atoms - functors - public Set<TptpFofAtomicFormula> getAtoms()
public Set<TptpFofFunctor> getFunctors()
public abstract boolean isUnitary()
public abstract boolean isParenthesized()
public String toString()
toString in class TptpFofFormulaCopyright © 2016. All rights reserved.