mss.ea.al
Class SingleThread
java.lang.Object
|
+--mss.ea.core.GeneticOperator
|
+--mss.ea.al.ThreadOperator
|
+--mss.ea.al.SingleThread
- All Implemented Interfaces:
- java.lang.Runnable
Deprecated. superceded by new thread communication model
- public class SingleThread
- extends ThreadOperator
Wrapper for individual processors with a single input/output.
- Since:
- 0.1
- Version:
- $Revision: 1.4 $ $Date: 2001/11/12 17:20:58 $
- Author:
- Andreas Rummler
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
processor
protected SingleStreamProcessor processor
- Deprecated.
- Underlying single input/output processor.
stream
protected IndividualStream stream
- Deprecated.
- Individual stream to process.
SingleThread
public SingleThread(SingleStreamProcessor processor)
- Deprecated.
- Constructor with single stream processor.
- Parameters:
processor
- underlying single stram processor
addStream
public void addStream(IndividualStream stream)
- Deprecated.
- Adds a stream to this operator.
- Overrides:
addStream
in class ThreadOperator
- Parameters:
stream
- stream to add
operate
public void operate()
- Deprecated.
- Overrides:
operate
in class ThreadOperator
toString
public java.lang.String toString()
- Deprecated.
- Returns a string representation
- Overrides:
toString
in class GeneticOperator
- Returns:
- string representation
Copyright © 2000-2001 Technical University of Ilmenau, Department ESS