|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfr.ove.openmath.jome.model.Node
fr.ove.openmath.jome.model.FormulaTreeStructure
fr.ove.openmath.jome.model.Operator
fr.ove.openmath.jome.model.NaryOperator2
fr.ove.openmath.jome.model.KaryOperator
| Constructor Summary | |
KaryOperator()
|
|
| Method Summary | |
FormulaTreeStructure |
addElement()
Adds a new element (template) to the end of the list. |
int |
getOperatorArity()
Returns the operator arity |
java.lang.String |
getValue()
Returns the value. |
void |
setOperatorArity(int operatorArity)
Sets the operator arity |
void |
setValue(java.lang.String value)
Sets the value. |
| Methods inherited from class fr.ove.openmath.jome.model.NaryOperator2 |
createLinear, evaluate, getEnding, insert, setEnding |
| Methods inherited from class fr.ove.openmath.jome.model.Operator |
getTheOperator, isOperator, setTheOperator |
| Methods inherited from class fr.ove.openmath.jome.model.Node |
addChild, addChild, clone, computeDepth, computeNbStrahler, duplicate, getChild, getChildren, getDepth, getFather, getNbChildren, getNbStrahler, getRank, hasChild, moveChildren, removeAll, removeChild, removeChild, setFather, setNbStrahler |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public KaryOperator()
| Method Detail |
public void setOperatorArity(int operatorArity)
public int getOperatorArity()
public FormulaTreeStructure addElement()
addElement in class NaryOperator2public void setValue(java.lang.String value)
setValue in interface ModifiablesetValue in class Operatorpublic java.lang.String getValue()
getValue in interface ModifiablegetValue in class Operator
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||