|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a processing operator. A processor has exactly one input and one output slot. It receives a data object, processes this object in some particular way and returns the processed object as output. There is no obligation to return the input object instead a new output object may be created.
Method Summary | |
java.lang.Object |
process(java.lang.Object input)
Processes a data object. |
Methods inherited from interface org.evolvica.engine.IOperator |
attachDescriptor, attachElement, descriptor, element, getId, getName, setId, setName |
Method Detail |
public java.lang.Object process(java.lang.Object input)
input
- input data for processing
|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |