|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjpov.viewer.lemma.HypLine
This class implements a line in the Table viewer that displays the hypothesis of a lemma
Constructor Summary | |
HypLine(VirtualFormula fo,
java.lang.String t,
boolean f)
Constructs a line |
Method Summary | |
Formula |
getFormula()
Returns the associated formula |
int |
getNum()
Returns the line number |
byte |
getOrigin()
Returns the origin of the associated formula. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HypLine(VirtualFormula fo, java.lang.String t, boolean f)
fo
- The associated formulat
- The displayed stringf
- indicates if this line is the first one for a lemmaMethod Detail |
public byte getOrigin()
public Formula getFormula()
public int getNum()
num
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |