|
|||||||||||
| 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.BinaryOperator
fr.ove.openmath.jome.model.NamedBinaryOperator
The same as @see BinaryOperator but the difference is the name of the operator is made of letters. And if the
operator is glued to its operands during parsing, the name of the operator could not be detected. So space before
and after the name of the operator are necessary.
So, the only difference with @see BinaryOperator is the spaces added around the name of the operator when exporting
the linear form.
| Constructor Summary | |
NamedBinaryOperator()
|
|
| Method Summary | |
java.lang.String |
createLinear(java.lang.String linear)
The Creation of the corresponding linear expression of the formula. |
| Methods inherited from class fr.ove.openmath.jome.model.BinaryOperator |
evaluate, insert |
| 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 NamedBinaryOperator()
| Method Detail |
public java.lang.String createLinear(java.lang.String linear)
createLinear in class BinaryOperator
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||