|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjml2b.util.Profiler
jml2b.pog.lemma.TheoremList
This class implements a list of theorems
Method Summary | |
java.lang.Object |
clone()
Clones the theorem list |
void |
getFields(java.util.Set fields)
|
SimpleLemma |
getLemma(int i)
Returns a lemma of a theorem of the list |
Theorem |
getTheorem(int i)
Returns a theoram of the list |
int |
nbLemmas()
Returns the number of lemmas in the theorem list |
int |
nbTheorems()
Returns the number of theorems in the theorem list |
void |
sub(Substitution s)
Apply a substitution to the theorem list. |
Methods inherited from class jml2b.util.Profiler |
runGC |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.Object clone()
public int nbLemmas()
public int nbTheorems()
public SimpleLemma getLemma(int i)
i
- The index of the searched lemma
public Theorem getTheorem(int i)
i
- The index of the searched theorem
public void sub(Substitution s)
s
- substitution to apply.
public void getFields(java.util.Set fields)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |