public final class AProblem extends PProblem
| Constructor and Description |
|---|
AProblem() |
AProblem(TKeywordProblem _keywordProblem_,
TIdentifier _id_,
TNumber _timeout_,
TParenl _tpl_,
java.util.List<PType> _types_,
TParenr _tpr_,
TParenl _rpl_,
java.util.List<PRelation> _relations_,
TParenr _rpr_,
PFormula _formula_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
PFormula |
getFormula() |
TIdentifier |
getId() |
TKeywordProblem |
getKeywordProblem() |
java.util.LinkedList<PRelation> |
getRelations() |
TParenl |
getRpl() |
TParenr |
getRpr() |
TNumber |
getTimeout() |
TParenl |
getTpl() |
TParenr |
getTpr() |
java.util.LinkedList<PType> |
getTypes() |
void |
setFormula(PFormula node) |
void |
setId(TIdentifier node) |
void |
setKeywordProblem(TKeywordProblem node) |
void |
setRelations(java.util.List<PRelation> list) |
void |
setRpl(TParenl node) |
void |
setRpr(TParenr node) |
void |
setTimeout(TNumber node) |
void |
setTpl(TParenl node) |
void |
setTpr(TParenr node) |
void |
setTypes(java.util.List<PType> list) |
java.lang.String |
toString() |
cloneList, cloneNode, parent, replaceBy, toString, toStringgetEndPos, getStartPos, setEndPos, setStartPospublic AProblem()
public AProblem(TKeywordProblem _keywordProblem_, TIdentifier _id_, TNumber _timeout_, TParenl _tpl_, java.util.List<PType> _types_, TParenr _tpr_, TParenl _rpl_, java.util.List<PRelation> _relations_, TParenr _rpr_, PFormula _formula_)
public void apply(Switch sw)
public TKeywordProblem getKeywordProblem()
public void setKeywordProblem(TKeywordProblem node)
public TIdentifier getId()
public void setId(TIdentifier node)
public TNumber getTimeout()
public void setTimeout(TNumber node)
public TParenl getTpl()
public void setTpl(TParenl node)
public java.util.LinkedList<PType> getTypes()
public void setTypes(java.util.List<PType> list)
public TParenr getTpr()
public void setTpr(TParenr node)
public TParenl getRpl()
public void setRpl(TParenl node)
public java.util.LinkedList<PRelation> getRelations()
public void setRelations(java.util.List<PRelation> list)
public TParenr getRpr()
public void setRpr(TParenr node)
public PFormula getFormula()
public void setFormula(PFormula node)
public java.lang.String toString()
toString in class java.lang.Object