|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.se.dto.module.RuleVo
public class RuleVo
Rule declaration.
| Constructor Summary | |
|---|---|
RuleVo()
Constructs a new rule declaration. |
|
| Method Summary | |
|---|---|
void |
addChangedRule(ChangedRuleVo changedRule)
Add changed rule to this list. |
void |
addLink(java.lang.String id)
Add link for this rule. |
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. |
ChangedRuleList |
getChangedRuleList()
Get list of rules that are modified by this rule. |
LatexList |
getDescription()
Get rule description. |
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. |
LinkList |
getLinkList()
Get links necessary for having this rule. |
java.lang.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. |
java.lang.String |
getVersion()
Get rule version. |
int |
hashCode()
|
void |
setChangedRuleList(ChangedRuleListVo changedRuleList)
Set list of changed rules. |
void |
setDescription(LatexListVo description)
Set description. |
void |
setLinkList(LinkListVo linkList)
Set list of necessary ids. |
void |
setName(java.lang.String name)
Set rule name. |
void |
setProofList(ProofListVo proofList)
Set rule proof list. |
void |
setVersion(java.lang.String version)
Set rule version. |
java.lang.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 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 setName(java.lang.String name)
name - Rule name.public final java.lang.String getName()
Rule
getName in interface Rulepublic final void setVersion(java.lang.String version)
version - Rule version.public final java.lang.String getVersion()
Rule
getVersion in interface Rulepublic final void setLinkList(LinkListVo linkList)
linkList - List.public final LinkList getLinkList()
Rule
getLinkList in interface Rulepublic final void addLink(java.lang.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 final void setChangedRuleList(ChangedRuleListVo changedRuleList)
changedRuleList - List of changed rules.public final ChangedRuleList getChangedRuleList()
Rule
getChangedRuleList in interface Rulepublic final void addChangedRule(ChangedRuleVo changedRule)
changedRule - Changed rule 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 | |||||||||