|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
BinaryOperator |
getBinaryOperator(java.lang.String name)
|
TernaryOperator |
getTernaryOperator(java.lang.String name)
|
UnaryOperator |
getUnaryOperator(java.lang.String name)
|
void |
setBinaryOperator(java.lang.String name,
BinaryOperator operator)
Replace an operator by this one, if the operator is null the operator
will be removed |
void |
setTernaryOperator(java.lang.String name,
TernaryOperator operator)
Replace an operator by this one, if the operator is null the operator
will be removed |
void |
setUnaryOperator(java.lang.String name,
UnaryOperator operator)
Replace an operator by this one, if the operator is null the operator
will be removed |
Method Detail |
public UnaryOperator getUnaryOperator(java.lang.String name)
public BinaryOperator getBinaryOperator(java.lang.String name)
public TernaryOperator getTernaryOperator(java.lang.String name)
public void setUnaryOperator(java.lang.String name, UnaryOperator operator)
null
the operator
will be removed
public void setBinaryOperator(java.lang.String name, BinaryOperator operator)
null
the operator
will be removed
public void setTernaryOperator(java.lang.String name, TernaryOperator operator)
null
the operator
will be removed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |