class LemmaFormula extends Object implements TacletFormula
| Modifier and Type | Field and Description |
|---|---|
private LinkedList<Term> |
formula |
private Taclet |
taclet |
| Constructor and Description |
|---|
LemmaFormula(Taclet taclet,
Term formula) |
| Modifier and Type | Method and Description |
|---|---|
Term |
getFormula(TermServices services) |
Collection<Term> |
getInstantiations()
It can be that a taclet is translated into several formulas, i.e.
|
String |
getStatus() |
Taclet |
getTaclet() |
private Taclet taclet
private LinkedList<Term> formula
public Taclet getTaclet()
getTaclet in interface TacletFormulapublic Term getFormula(TermServices services)
getFormula in interface TacletFormulaservices - TODOnull. If the translation of the taclet
consists of several instantiations (e.g. the taclet has some
generic sorts) the returned term is a conjunction of these
instantiations.public String getStatus()
getStatus in interface TacletFormulapublic Collection<Term> getInstantiations()
TacletFormulagetInstantiations in interface TacletFormula