|
Hilbert II - Version 0.01.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.bo.module.PropositionBo
Proposition.
| Constructor Summary | |
PropositionBo()
Constructs a new proposition. |
|
| Method Summary | |
void |
addProof(Proof proof)
Add proof for this proposition. |
boolean |
equals(Object obj)
|
Axiom |
getAxiom()
Get axiom, if this is an instance of Axiom. |
Definition |
getDefinition()
Get definition, if this is an instance of Definition. |
LatexList |
getDescription()
Get description. |
FormulaOrTerm |
getFormula()
Get formula that is a proposition. |
ProofList |
getProofList()
Get proofs for proposition. |
Proposition |
getProposition()
Get proposition, if this is an instance of Proposition. |
Rule |
getRule()
Get rule, if this is an instance of Rule. |
int |
hashCode()
|
void |
setDescription(LatexList description)
Set description. |
void |
setFormula(FormulaOrTerm formula)
Set proposition formula. |
void |
setProofList(ProofListBo proofList)
Set proof list of this proposition. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PropositionBo()
| Method Detail |
public Axiom getAxiom()
NodeTypeAxiom.
getAxiom in interface NodeTypenull.public Definition getDefinition()
NodeTypeDefinition.
getDefinition in interface NodeTypenull.public Proposition getProposition()
NodeTypeProposition.
getProposition in interface NodeTypenull.public Rule getRule()
NodeTypeRule.
getRule in interface NodeTypenull.public final void setFormula(FormulaOrTerm formula)
formula - Proposition formula.public final FormulaOrTerm getFormula()
Proposition
getFormula in interface Propositionpublic final void setProofList(ProofListBo proofList)
proofList - Proof list.public final ProofList getProofList()
Proposition
getProofList in interface Propositionpublic final void addProof(Proof proof)
proof - Proof to add.public final void setDescription(LatexList description)
description - Description.public LatexList getDescription()
Proposition
getDescription in interface Propositionpublic boolean equals(Object obj)
public int hashCode()
public String toString()
|
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. |