|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.singularsys.jep.EmptyOperatorTable
com.singularsys.jep.OperatorTable2
public class OperatorTable2
An operator table where operators are identified by enums.
| Nested Class Summary | |
|---|---|
static class |
OperatorTable2.BasicOperators
The basic arithmetic comparative and logical operators |
static class |
OperatorTable2.PsudoOperators
Operators which do not correspond to |
static class |
OperatorTable2.SpecialOperators
Special purpose operators |
| Nested classes/interfaces inherited from class com.singularsys.jep.EmptyOperatorTable |
|---|
EmptyOperatorTable.OperatorKey |
| Constructor Summary | |
|---|---|
OperatorTable2()
|
|
OperatorTable2(OperatorTable2 oldTable)
Decorator constructor. |
|
| Method Summary | |
|---|---|
Operator |
getAdd()
Returns the operator used for addition. |
Operator |
getAnd()
|
Operator |
getAssign()
|
Operator |
getCross()
|
Operator |
getDivide()
|
Operator |
getDot()
|
Operator |
getEle()
|
Operator |
getEQ()
|
Operator |
getGE()
|
Operator |
getGT()
|
Operator |
getLE()
|
Operator |
getList()
|
Operator |
getLT()
|
Operator |
getMod()
|
Operator |
getMultiply()
|
Operator |
getNE()
|
Operator |
getNop()
|
Operator |
getNot()
|
Operator |
getOr()
|
Operator |
getPower()
|
Operator |
getRange()
|
Operator |
getSubtract()
|
Operator |
getUDivide()
unary division i.e. 1/x or x^(-1) * |
Operator |
getUMinus()
|
Operator |
getUPlus()
|
| Methods inherited from class com.singularsys.jep.EmptyOperatorTable |
|---|
addOperator, addOperator, appendOperator, entrySet, getKey, getLightWeightInstance, getNumOps, getOperator, getOperators, getOperatorsByName, getOperatorsBySymbol, init, insertOperator, keySet, removeOperator, removeOperator, replaceOperator, replaceOperator, setBinaryInverseOp, setDistributiveOver, setInverseOp, setPrecedenceTable, setRootOp, setStandardOperatorRelations, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OperatorTable2()
public OperatorTable2(OperatorTable2 oldTable)
oldTable - | Method Detail |
|---|
public Operator getNop()
getNop in interface OperatorTableIgetNop in class EmptyOperatorTablepublic Operator getAdd()
EmptyOperatorTable
getAdd in interface OperatorTableIgetAdd in class EmptyOperatorTablepublic Operator getSubtract()
getSubtract in interface OperatorTableIgetSubtract in class EmptyOperatorTablepublic Operator getUMinus()
getUMinus in interface OperatorTableIgetUMinus in class EmptyOperatorTablepublic Operator getUPlus()
getUPlus in interface OperatorTableIgetUPlus in class EmptyOperatorTablepublic Operator getMultiply()
getMultiply in interface OperatorTableIgetMultiply in class EmptyOperatorTablepublic Operator getDivide()
getDivide in interface OperatorTableIgetDivide in class EmptyOperatorTablepublic Operator getMod()
getMod in interface OperatorTableIgetMod in class EmptyOperatorTablepublic Operator getUDivide()
getUDivide in interface OperatorTableIgetUDivide in class EmptyOperatorTablepublic Operator getPower()
getPower in interface OperatorTableIgetPower in class EmptyOperatorTablepublic Operator getGT()
getGT in interface OperatorTableIgetGT in class EmptyOperatorTablepublic Operator getLT()
getLT in interface OperatorTableIgetLT in class EmptyOperatorTablepublic Operator getEQ()
getEQ in interface OperatorTableIgetEQ in class EmptyOperatorTablepublic Operator getLE()
getLE in interface OperatorTableIgetLE in class EmptyOperatorTablepublic Operator getGE()
getGE in interface OperatorTableIgetGE in class EmptyOperatorTablepublic Operator getNE()
getNE in interface OperatorTableIgetNE in class EmptyOperatorTablepublic Operator getAnd()
getAnd in interface OperatorTableIgetAnd in class EmptyOperatorTablepublic Operator getOr()
getOr in interface OperatorTableIgetOr in class EmptyOperatorTablepublic Operator getNot()
getNot in interface OperatorTableIgetNot in class EmptyOperatorTablepublic Operator getAssign()
getAssign in interface OperatorTableIgetAssign in class EmptyOperatorTablepublic Operator getDot()
getDot in interface OperatorTableIgetDot in class EmptyOperatorTablepublic Operator getCross()
getCross in interface OperatorTableIgetCross in class EmptyOperatorTablepublic Operator getList()
getList in interface OperatorTableIgetList in class EmptyOperatorTablepublic Operator getEle()
getEle in interface OperatorTableIgetEle in class EmptyOperatorTablepublic Operator getRange()
getRange in interface OperatorTableIgetRange in class EmptyOperatorTable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||