public class TptpFofFormulaFormat extends Object
| Constructor and Description |
|---|
TptpFofFormulaFormat(String name,
TptpFofFormulaRole role,
TptpFofFormula formula)
Base constructor for entries without initial annotation.
|
TptpFofFormulaFormat(String name,
TptpFofFormulaRole role,
TptpFofFormula formula,
String annotation)
Extended constructor for entries with initial annotation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAnnotation() |
TptpFofFormula |
getFormula() |
String |
getName() |
TptpFofFormulaRole |
getRole() |
int |
hashCode() |
void |
setAnnotation(String annotation) |
void |
setName(String name) |
String |
toString() |
public TptpFofFormulaFormat(String name, TptpFofFormulaRole role, TptpFofFormula formula)
name - the name of this entryrole - the role of this formula (axiom or conjecture)formula - the formula itselfpublic TptpFofFormulaFormat(String name, TptpFofFormulaRole role, TptpFofFormula formula, String annotation)
name - the name of this entryrole - the role of this formula (axiom or conjecture)formula - the formula itselfannotation - further annotationspublic String getName()
public TptpFofFormulaRole getRole()
public TptpFofFormula getFormula()
public String getAnnotation()
public void setName(String name)
public void setAnnotation(String annotation)
Copyright © 2016. All rights reserved.