|
Evolvica Core API Version 0.6.3 Last Modified: July 20 2004 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.evolvica.engine.AbstractOperator
org.evolvica.core.common.AbstractGeneticOperator
org.evolvica.core.common.Combiner
An individual combiner. A combiner combines the individual sets from its inputs to one single set, which is send to the output.
| Field Summary |
| Fields inherited from class org.evolvica.engine.AbstractOperator |
descriptor, element, id, name |
| Constructor Summary | |
Combiner()
Constructor. |
|
| Method Summary | |
int |
getInputSize()
Returns the input size. |
boolean |
isActivatable(java.lang.Object[] input)
Checks if this join can be activated with given input data. |
java.lang.Object |
join(java.lang.Object[] input)
Performs the join operation and returns a single data object. |
void |
setInputSize(int inputSize)
Sets the inputSize. |
| Methods inherited from class org.evolvica.engine.AbstractOperator |
attachDescriptor, attachElement, descriptor, element, getId, getName, setId, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.evolvica.engine.IOperator |
attachDescriptor, attachElement, descriptor, element, getId, getName, setId, setName |
| Constructor Detail |
public Combiner()
| Method Detail |
public java.lang.Object join(java.lang.Object[] input)
IJoin
join in interface IJoininput - array of input data objects
IJoin.join(java.lang.Object[])public boolean isActivatable(java.lang.Object[] input)
IJoin
isActivatable in interface IJoininput - input data
IJoin.isActivatable(java.lang.Object[])public int getInputSize()
public void setInputSize(int inputSize)
inputSize - The inputSize to set
|
Evolvica Core API Version 0.6.3 Last Modified: July 20 2004 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||