|
|||||||||
| 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 Remainder

java.lang.Objectorg.maloi.evolvo.expressiontree.operators.Remainder
- All Implemented Interfaces:
- OperatorInterface, java.io.Serializable
- public class Remainder
- extends java.lang.Object
- implements OperatorInterface, java.io.Serializable
- extends java.lang.Object
| Constructor Summary | |
Remainder()
|
|
| Method Summary | |
java.lang.String |
getName()
Returns the operator's name. |
int |
getNumberOfParameters()
Returns the number of parameters expected by the operator. |
void |
init()
Performs any initialization the operator requires. |
void |
perform(org.maloi.evolvo.expressiontree.vm.Stack theStack)
Performs the operation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Remainder
public Remainder()
| Method Detail |
perform
public void perform(org.maloi.evolvo.expressiontree.vm.Stack theStack)
- Performs the operation.
- Specified by:
performin interfaceOperatorInterface
getName
public java.lang.String getName()
- Returns the operator's name.
- Specified by:
getNamein interfaceOperatorInterface
init
public void init()
- Performs any initialization the operator requires.
- Specified by:
initin interfaceOperatorInterface
getNumberOfParameters
public int getNumberOfParameters()
- Returns the number of parameters expected by the operator.
- Specified by:
getNumberOfParametersin interfaceOperatorInterface
|
|||||||||
| 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.Remainder