public class TPTPFormula extends Object
| Modifier and Type | Field and Description |
|---|---|
SimpleTptpParserOutput.Annotations |
annotations |
ArrayList<TPTPFormula> |
child |
int |
id |
SimpleTptpParserOutput.TopLevelItem |
item |
ArrayList<TPTPFormula> |
parent |
SimpleTptpParserOutput.Source |
source |
String |
type |
| Constructor and Description |
|---|
TPTPFormula(SimpleTptpParserOutput.TopLevelItem item,
int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParent(TPTPFormula that) |
String |
fofify() |
String |
getRole() |
public int id
public String type
public SimpleTptpParserOutput.TopLevelItem item
public SimpleTptpParserOutput.Annotations annotations
public SimpleTptpParserOutput.Source source
public ArrayList<TPTPFormula> parent
public ArrayList<TPTPFormula> child
public TPTPFormula(SimpleTptpParserOutput.TopLevelItem item, int id)
public void addParent(TPTPFormula that)
public String fofify()
public String getRole()
Copyright © 2015. All rights reserved.