|
|||||||||||
| 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
| Constructor Summary | |
NaryOperator2()
|
|
| Method Summary | |
FormulaTreeStructure |
addElement()
Adds a new element (template) to the end of the list. |
java.lang.String |
createLinear(java.lang.String linear)
The Creation of the corresponding linear expression of the formula. |
java.lang.String |
evaluate()
Evaluates the instance. |
java.lang.String |
getEnding()
Returns the ending of the operator. |
FormulaTreeStructure |
insert(FormulaTreeStructure current)
Inserts the instance in the formula tree structure. |
void |
setEnding(java.lang.String ending)
Sets the ending of the operator. |
| Methods inherited from class fr.ove.openmath.jome.model.Operator |
getTheOperator, getValue, isOperator, setTheOperator, setValue |
| 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 NaryOperator2()
| Method Detail |
public java.lang.String getEnding()
public void setEnding(java.lang.String ending)
public FormulaTreeStructure insert(FormulaTreeStructure current)
insert in class FormulaTreeStructurecurrent - the position in the formula tree where the operator is to be insert.
public FormulaTreeStructure addElement()
public java.lang.String createLinear(java.lang.String linear)
createLinear in class FormulaTreeStructurepublic java.lang.String evaluate()
evaluate in class FormulaTreeStructure
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||