|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mss.ea.core.GeneticOperator | +--mss.ea.al.ThreadOperator | +--mss.ea.al.SinkThread
Wrapper for an individual sink.
Field Summary | |
protected int |
addCounter
Deprecated. |
protected int |
indCounter
Deprecated. |
protected int |
maxAddCounter
Deprecated. |
protected int |
maxIndCounter
Deprecated. |
protected IndividualSink |
sink
Deprecated. Underlying individual sink. |
protected IndividualStream |
stream
Deprecated. Individual stream to add to the sink. |
Fields inherited from class mss.ea.al.ThreadOperator |
inputs, outputs, predecessorList, successorList, successorNotificationList, sync, terminate, thread |
Fields inherited from class mss.ea.core.GeneticOperator |
description, ID, name |
Constructor Summary | |
SinkThread(IndividualSink sink)
Deprecated. Constructor. |
|
SinkThread(IndividualSink sink,
int maxAdd,
int maxInd)
Deprecated. |
Method Summary | |
void |
addStream(IndividualStream stream)
Deprecated. Adds a stream to the sink. |
protected java.lang.Thread |
getMain()
Deprecated. |
IndividualSink |
getSink()
Deprecated. |
boolean |
isComplete()
Deprecated. |
void |
operate()
Deprecated. |
java.lang.String |
toString()
Deprecated. Returns a string representation. |
Methods inherited from class mss.ea.al.ThreadOperator |
addPredecessor, addPredecessor, addSuccessor, addSuccessor, getInputs, getOutputs, getPredecessors, getSuccessors, getThread, hangup, isConnected, run, setController, setSync, setThread |
Methods inherited from class mss.ea.core.GeneticOperator |
getDescription, getID, getName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected IndividualSink sink
protected IndividualStream stream
protected int addCounter
protected int maxAddCounter
protected int indCounter
protected int maxIndCounter
Constructor Detail |
public SinkThread(IndividualSink sink)
sink
- underlying individual sinkpublic SinkThread(IndividualSink sink, int maxAdd, int maxInd)
Method Detail |
public void addStream(IndividualStream stream)
addStream
in class ThreadOperator
stream
- stream to addpublic void operate()
operate
in class ThreadOperator
protected java.lang.Thread getMain()
public IndividualSink getSink()
public java.lang.String toString()
toString
in class GeneticOperator
public boolean isComplete()
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |