|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.se.dto.module.PropositionVo
public class PropositionVo
Proposition.
| Constructor Summary | |
|---|---|
PropositionVo()
Constructs a new proposition. |
|
| Method Summary | |
|---|---|
void |
addFormalProof(FormalProofVo proof)
Add non formal proof to this list. |
void |
addProof(ProofVo proof)
Add proof to this list. |
boolean |
equals(java.lang.Object obj)
|
Axiom |
getAxiom()
Get axiom, if this is an instance of Axiom. |
LatexList |
getDescription()
Get description. |
FormalProofList |
getFormalProofList()
Get formal proofs for proposition. |
Formula |
getFormula()
Get formula that is a proposition. |
FunctionDefinition |
getFunctionDefinition()
Get definition, if this is an instance of FunctionDefinition. |
InitialFunctionDefinition |
getInitialFunctionDefinition()
Get definition, if this is an instance of InitialFunctionDefinition. |
InitialPredicateDefinition |
getInitialPredicateDefinition()
Get initial definition, if this is an instance of InitialPredicateDefinition. |
PredicateDefinition |
getPredicateDefinition()
Get definition, if this is an instance of PredicateDefinition. |
ProofList |
getProofList()
Get non formal 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(LatexListVo description)
Set description. |
void |
setFormalProofList(FormalProofListVo formalProofList)
Set proof list. |
void |
setFormula(FormulaVo formula)
Set proposition formula. |
void |
setProofList(ProofListVo proofList)
Set proof list. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropositionVo()
| Method Detail |
|---|
public Axiom getAxiom()
NodeTypeAxiom.
getAxiom in interface NodeTypenull.public InitialPredicateDefinition getInitialPredicateDefinition()
NodeTypeInitialPredicateDefinition.
getInitialPredicateDefinition in interface NodeTypenull.public PredicateDefinition getPredicateDefinition()
NodeTypePredicateDefinition.
getPredicateDefinition in interface NodeTypenull.public InitialFunctionDefinition getInitialFunctionDefinition()
NodeTypeInitialFunctionDefinition.
getInitialFunctionDefinition in interface NodeTypenull.public FunctionDefinition getFunctionDefinition()
NodeTypeFunctionDefinition.
getFunctionDefinition in interface NodeTypenull.public Proposition getProposition()
NodeTypeProposition.
getProposition in interface NodeTypenull.public Rule getRule()
NodeTypeRule.
getRule in interface NodeTypenull.public final void setFormula(FormulaVo formula)
formula - Proposition formula.public final Formula getFormula()
Proposition
getFormula in interface Propositionpublic final void setDescription(LatexListVo description)
description - Description.public LatexList getDescription()
Proposition
getDescription in interface Propositionpublic final void setProofList(ProofListVo proofList)
proofList - Proof list.public final ProofList getProofList()
Proposition
getProofList in interface Propositionpublic final void addProof(ProofVo proof)
proof - Proof to add.public final void setFormalProofList(FormalProofListVo formalProofList)
formalProofList - Proof list.public final FormalProofList getFormalProofList()
Proposition
getFormalProofList in interface Propositionpublic final void addFormalProof(FormalProofVo proof)
proof - Proof to add.public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||