|
Hilbert II - Version 0.01.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Marker interface for different node types. Might be a definition or theorem or else.
TODO mime 20050707: an interface must not know its implementations. This one does! This was
necessary as a quick hack to get some information in QedeqBoFactory and Context2XPath.
mime 20051216 I still see no solution to get round this. Some JUnit tests work against
this interface and get no information about the instance.
See in QedeqKernelSeTest: org.qedeq.kernel.bo.control.QedeqProxy.
| Method Summary | |
Axiom |
getAxiom()
Get axiom, if this is an instance of Axiom. |
Definition |
getDefinition()
Get definition, if this is an instance of Definition. |
Proposition |
getProposition()
Get proposition, if this is an instance of Proposition. |
Rule |
getRule()
Get rule, if this is an instance of Rule. |
| Method Detail |
public Axiom getAxiom()
Axiom.
null.public Definition getDefinition()
Definition.
null.public Proposition getProposition()
Proposition.
null.public Rule getRule()
Rule.
null.
|
Hilbert II - Version 0.01.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |