|
Hilbert II - Version 0.03.03 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.dto.module.FormulaVo
Wraps a formula. Such an object is build out of
Elements.
| Constructor Summary | |
FormulaVo()
Empty constructor. |
|
FormulaVo(Element element)
Constructs a formula. |
|
| Method Summary | |
boolean |
equals(Object obj)
|
Element |
getElement()
Get formula or term. |
int |
hashCode()
|
void |
setElement(Element element)
Set formula. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FormulaVo(Element element)
element - Element that should be a formula.public FormulaVo()
| Method Detail |
public final void setElement(Element element)
element - Formula.public final Element getElement()
Formula
getElement in interface Formulapublic boolean equals(Object obj)
public int hashCode()
public String toString()
|
Hilbert II - Version 0.03.03 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |