|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PredicateDefinition
Definition of operator. This is a predicate constant. For example the predicate "x is a set" could be defined in MK with the formula "\exists y: x \in y".
There must also be the possibility to define basic predicate constants like "x is element of y".
| Method Summary | |
|---|---|
java.lang.String |
getArgumentNumber()
Get number of arguments for the defined object. |
LatexList |
getDescription()
Get description. |
Formula |
getFormula()
Get complete formula. |
java.lang.String |
getLatexPattern()
Get LaTeX output for definition. |
java.lang.String |
getName()
This name together with getArgumentNumber() identifies a predicate. |
| Methods inherited from interface org.qedeq.kernel.se.base.module.NodeType |
|---|
getAxiom, getFunctionDefinition, getInitialFunctionDefinition, getInitialPredicateDefinition, getPredicateDefinition, getProposition, getRule |
| Method Detail |
|---|
java.lang.String getArgumentNumber()
java.lang.String getName()
getArgumentNumber() identifies a predicate.
java.lang.String getLatexPattern()
Formula getFormula()
LatexList getDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||