public static class SimpleTptpParserOutput.GeneralTerm extends Object implements TptpParserOutput.GeneralTerm
| Constructor and Description |
|---|
GeneralTerm(Iterable<TptpParserOutput.GeneralTerm> elements) |
GeneralTerm(String str) |
GeneralTerm(String function,
Iterable<TptpParserOutput.GeneralTerm> arguments) |
GeneralTerm(TptpParserOutput.CnfFormula formula) |
GeneralTerm(TptpParserOutput.FofFormula formula) |
GeneralTerm(TptpParserOutput.GeneralTerm left,
TptpParserOutput.GeneralTerm right) |
GeneralTerm(TptpParserOutput.Term term) |
GeneralTerm(TptpParserOutput.ThfFormula formula) |
public GeneralTerm(String function, Iterable<TptpParserOutput.GeneralTerm> arguments)
public GeneralTerm(Iterable<TptpParserOutput.GeneralTerm> elements)
public GeneralTerm(TptpParserOutput.GeneralTerm left, TptpParserOutput.GeneralTerm right)
public GeneralTerm(String str)
public GeneralTerm(TptpParserOutput.ThfFormula formula)
public GeneralTerm(TptpParserOutput.FofFormula formula)
public GeneralTerm(TptpParserOutput.CnfFormula formula)
public GeneralTerm(TptpParserOutput.Term term)
public boolean isFunction()
public boolean isList()
public boolean isColon()
public boolean isDistinctObject()
public boolean isThfFormula()
public boolean isFofFormula()
public boolean isCnfFormula()
public boolean isTerm()
public boolean isVariable()
public String getFunction()
public Iterable<SimpleTptpParserOutput.GeneralTerm> getArguments()
public Iterable<SimpleTptpParserOutput.GeneralTerm> getListElements()
public SimpleTptpParserOutput.GeneralTerm getLeftColonOperand()
public SimpleTptpParserOutput.GeneralTerm getRightColonOperand()
public String getDistinctObject()
public SimpleTptpParserOutput.ThfFormula getThfFormula()
public SimpleTptpParserOutput.Formula getFofFormula()
public SimpleTptpParserOutput.Clause getCnfFormula()
public SimpleTptpParserOutput.Term getTerm()
public String getVariable()
public String toString(int indent)
Copyright © 2015. All rights reserved.