|
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 |
java.lang.Objectorg.evolvica.engine.AbstractElement
org.evolvica.engine.SinkElement
Sink element.
Field Summary | |
protected ISink |
sink
Underlying sink operator. |
Fields inherited from class org.evolvica.engine.AbstractElement |
algorithm, incoming, input, outgoing, output |
Constructor Summary | |
SinkElement(ISink sink)
Constructor. |
Method Summary | |
void |
activate()
Activates this element. |
IOperator |
getOperator()
Returns the operator that is assigned to this element. |
boolean |
isActivatable()
Checks if this element can activated. |
void |
setIncomingSize(int size)
Sets a new value for the number of incoming slots. |
void |
setOutgoingSize(int size)
Sets a new value for the number of outgoing slots. |
Methods inherited from class org.evolvica.engine.AbstractElement |
addPropertyChangeListener, firePropertyChangeEvent, getAlgorithm, getIncoming, getIncomingIndex, getMetadata, getOutgoing, getOutgoingIndex, getOutput, incomingSize, outgoingSize, removeConnection, removePropertyChangeListener, setAlgorithm, setIncoming, setInput, setMetadata, setOutgoing |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected ISink sink
Constructor Detail |
public SinkElement(ISink sink)
sink
- underlying sink operatorMethod Detail |
public IOperator getOperator()
IElement
IElement.getOperator()
public void activate()
IElement
IElement.activate()
public boolean isActivatable()
IElement
IElement.isActivatable()
public void setIncomingSize(int size)
IElement
size
- number of incoming slotsIElement.setIncomingSize(int)
public void setOutgoingSize(int size)
IElement
size
- number of outgoing slotsIElement.setOutgoingSize(int)
|
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 |