|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.se.dto.module.AxiomVo
public class AxiomVo
Axiom.
| Constructor Summary | |
|---|---|
AxiomVo()
Constructs a new axiom. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
Axiom |
getAxiom()
Get axiom, if this is an instance of Axiom. |
java.lang.String |
getDefinedOperator()
Get operator that is defined by this axiom. |
LatexList |
getDescription()
Get description. |
Formula |
getFormula()
Get formula that is an axiom. |
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. |
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 |
setDefinedOperator(java.lang.String definedOperator)
Set operator which is defined by this axiom. |
void |
setDescription(LatexListVo description)
Set description. |
void |
setFormula(FormulaVo formula)
Set axiom formula. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AxiomVo()
| 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 - Set axiom formula.public final Formula getFormula()
Axiom
getFormula in interface Axiompublic final void setDescription(LatexListVo description)
description - Description.public LatexList getDescription()
Axiom
getDescription in interface Axiompublic java.lang.String getDefinedOperator()
Axiom
getDefinedOperator in interface Axiompublic void setDefinedOperator(java.lang.String definedOperator)
definedOperator - This operator is defined by this axiom.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 | |||||||||