|
Hilbert II - Version 0.03.02 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.dto.module.RuleVo
Rule declaration.
| Constructor Summary | |
RuleVo()
Constructs a new rule declaration. |
|
| Method Summary | |
void |
addLink(String id)
Add link for this rule. |
void |
addProof(ProofVo proof)
Add proof to this list. |
boolean |
equals(Object obj)
|
Axiom |
getAxiom()
Get axiom, if this is an instance of Axiom. |
LatexList |
getDescription()
Get rule description. |
FunctionDefinition |
getFunctionDefinition()
Get definition, if this is an instance of FunctionDefinition. |
LinkList |
getLinkList()
Get links necessary for having this rule. |
String |
getName()
Get rule name. |
PredicateDefinition |
getPredicateDefinition()
Get definition, if this is an instance of PredicateDefinition. |
ProofList |
getProofList()
Get proofs for rule declaration. |
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 |
setLinkList(LinkListVo linkList)
Set list of necessary ids. |
void |
setName(String name)
Set rule name. |
void |
setProofList(ProofListVo proofList)
Set rule proof list. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public RuleVo()
| Method Detail |
public Axiom getAxiom()
NodeTypeAxiom.
getAxiom in interface NodeTypenull.public PredicateDefinition getPredicateDefinition()
NodeTypePredicateDefinition.
getPredicateDefinition 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 setName(String name)
name - Rule name.public final String getName()
Rule
getName in interface Rulepublic final void setLinkList(LinkListVo linkList)
linkList - List.public final LinkList getLinkList()
Rule
getLinkList in interface Rulepublic final void addLink(String id)
id - Id to add.public final void setDescription(LatexListVo description)
description - Description.public LatexList getDescription()
Rule
getDescription in interface Rulepublic final void setProofList(ProofListVo proofList)
proofList - Proof list.public final ProofList getProofList()
Rule
getProofList in interface Rulepublic final void addProof(ProofVo proof)
proof - Proof to add.public boolean equals(Object obj)
public int hashCode()
public String toString()
|
Hilbert II - Version 0.03.02 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |