|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.entity.operators.creation.RandCreationStrategy
public class RandCreationStrategy
Constructor Summary | |
---|---|
RandCreationStrategy()
Create a new instance of CurrentToRandCreationStrategy . |
|
RandCreationStrategy(RandCreationStrategy copy)
Copy constructor. |
Method Summary | |
---|---|
Entity |
create(Entity targetEntity,
Entity current,
Topology<? extends Entity> topology)
Create an Entity, based on the provided parameters. |
RandCreationStrategy |
getClone()
Create a cloned copy of the current object and return it. |
void |
performOperation(TopologyHolder holder)
Perform the operator operation given the current TopologyHolder . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RandCreationStrategy()
CurrentToRandCreationStrategy
.
public RandCreationStrategy(RandCreationStrategy copy)
copy
- The instance to copy.Method Detail |
---|
public RandCreationStrategy getClone()
getClone
in interface CreationStrategy
getClone
in interface Operator
getClone
in interface Cloneable
Object.clone()
public Entity create(Entity targetEntity, Entity current, Topology<? extends Entity> topology)
create
in interface CreationStrategy
public void performOperation(TopologyHolder holder)
TopologyHolder
.
performOperation
in interface Operator
holder
- The TopologyHolder
representing the required
Topology
instances.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |