|
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 conduit. A conduit can have an arbitrary number of inputs and outputs and is used for special operators that do not fit in other classes.
Method Summary | |
boolean |
isActivatable(java.lang.Object[] input)
Checks if this conduit can be activated. |
java.lang.Object[] |
process(java.lang.Object[] input)
Processes an array of data objects. |
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
- array of input objects
public boolean isActivatable(java.lang.Object[] input)
input
- input objects.
|
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 |