|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.entity.operators.CompositeOperator
public class CompositeOperator
Create a composte list of Operator
instances.
Constructor Summary | |
---|---|
CompositeOperator()
Create an new instance and initialize the internal operator list. |
|
CompositeOperator(CompositeOperator copy)
Copy constructor. |
Method Summary | |
---|---|
void |
add(Operator operator)
Add an operator to the composite. |
void |
clear()
Clear the composite. |
CompositeOperator |
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 CompositeOperator()
public CompositeOperator(CompositeOperator copy)
copy
- The instance to copy.Method Detail |
---|
public CompositeOperator getClone()
getClone
in interface Operator
getClone
in interface Cloneable
Object.clone()
public void performOperation(TopologyHolder holder)
TopologyHolder
.
performOperation
in interface Operator
holder
- The TopologyHolder
representing the required
Topology
instances.public void add(Operator operator)
operator
- The instance to add.public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |