|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectOperator.Operations.ShapeGrammarSelect
public class ShapeGrammarSelect
| Field Summary | |
|---|---|
protected RandomNumberGenerator |
rng
|
| Constructor Summary | |
|---|---|
ShapeGrammarSelect()
|
|
| Method Summary | |
|---|---|
void |
doOperation(Individual operand)
Performs the operation on an operand |
void |
doOperation(java.util.List<Individual> operands)
Performs the operation on the list passed |
void |
setProperties(java.util.Properties p)
Set properties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected RandomNumberGenerator rng
| Constructor Detail |
|---|
public ShapeGrammarSelect()
| Method Detail |
|---|
public void doOperation(java.util.List<Individual> operands)
Operation
doOperation in interface Operationoperands - operands to be operated onpublic void doOperation(Individual operand)
Operation
doOperation in interface Operationoperand - operand to perform operation onpublic void setProperties(java.util.Properties p)
ParameterI
setProperties in interface ParameterIp - object containing properties
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||