Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.maloi.evolvo.expressiontree.operators
Class OperatorList  view OperatorList download OperatorList.java

java.lang.Object
  extended byorg.maloi.evolvo.expressiontree.operators.OperatorList
All Implemented Interfaces:
java.io.Serializable

public class OperatorList
extends java.lang.Object
implements java.io.Serializable

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.