|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Operator
Interface to define all operators within the general structure of CIlib. All operator instances should implement this interface to ensure that generic use of operators is possible between different types of algorithms.
Method Summary | |
---|---|
Operator |
getClone()
Create a cloned copy of the current object and return it. |
void |
performOperation(TopologyHolder holder)
Perform the operator operation given the current TopologyHolder . |
Method Detail |
---|
Operator getClone()
getClone
in interface Cloneable
Object.clone()
void performOperation(TopologyHolder holder)
TopologyHolder
.
holder
- The TopologyHolder
representing the required
Topology
instances.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |