|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CreationStrategy
Creation operator definition. The manner in which new Entity
instances
are created is specified.
Method Summary | |
---|---|
Entity |
create(Entity targetEntity,
Entity current,
Topology<? extends Entity> topology)
Create an Entity, based on the provided parameters. |
CreationStrategy |
getClone()
Create a cloned copy of the current object and return it. |
Methods inherited from interface net.sourceforge.cilib.entity.operators.Operator |
---|
performOperation |
Method Detail |
---|
CreationStrategy getClone()
Operator
getClone
in interface Cloneable
getClone
in interface Operator
Object.clone()
Entity create(Entity targetEntity, Entity current, Topology<? extends Entity> topology)
targetEntity
- current
- topology
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |