|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BoundaryConstraint
Enforce predefined boundary constraints on Entity
instances that are
operating in the current search space. Various strategies are available to
enforce these boundary contraints on the provided Entity
objects.
Method Summary | |
---|---|
void |
enforce(Entity entity)
Enforce the defined boundary constraint on the provided Entity. |
BoundaryConstraint |
getClone()
Create a cloned copy of the current object and return it. |
Method Detail |
---|
BoundaryConstraint getClone()
getClone
in interface Cloneable
Object.clone()
void enforce(Entity entity)
entity
- The Entity with which the boundary is to be enforced.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |