|
|||||||||
| Home >> All >> org >> maloi >> evolvo >> expressiontree >> [ operators overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.maloi.evolvo.expressiontree.operators
Class OperatorList

java.lang.Objectorg.maloi.evolvo.expressiontree.operators.OperatorList
- All Implemented Interfaces:
- java.io.Serializable
- public class OperatorList
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
Creates a list of the currently available operators.
| Field Summary | |
(package private) static OperatorInterface[] |
list
|
(package private) static java.util.HashMap |
operatorHash
|
| Constructor Summary | |
private |
OperatorList()
Don't allow anyone to construct us. |
| Method Summary | |
static OperatorInterface |
byName(java.lang.String name)
Return an operator by its name. |
static OperatorInterface[] |
getOperators()
Return the list of operators available. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
operatorHash
static java.util.HashMap operatorHash
list
static OperatorInterface[] list
| Constructor Detail |
OperatorList
private OperatorList()
- Don't allow anyone to construct us.
| Method Detail |
getOperators
public static OperatorInterface[] getOperators()
- Return the list of operators available.
byName
public static OperatorInterface byName(java.lang.String name)
- Return an operator by its name. Null if the named operator
does not exist.
|
|||||||||
| Home >> All >> org >> maloi >> evolvo >> expressiontree >> [ operators overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.maloi.evolvo.expressiontree.operators.OperatorList