|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadOperator | |
mss.ea.al | This package contains basic skeletons for algorithms. |
Uses of ThreadOperator in mss.ea.al |
Subclasses of ThreadOperator in mss.ea.al | |
class |
ConditionalThread
Deprecated. superceded by new thread communication model |
class |
GateThread
Deprecated. superceded by new thread communication model |
class |
NotificationThread
Deprecated. superceded by new thread communication model |
class |
SingleThread
Deprecated. superceded by new thread communication model |
class |
SinkThread
Deprecated. superceded by new thread communication model |
class |
SourceThread
Deprecated. superceded by new thread communication model |
Methods in mss.ea.al with parameters of type ThreadOperator | |
void |
ThreadOperator.addPredecessor(ThreadOperator to)
Deprecated. Adds a new predecessor to the end of the internal list of this operator. |
void |
ThreadOperator.addPredecessor(ThreadOperator to,
int inputSlot)
Deprecated. Adds a new predecessor to one of the slots in this operator. |
void |
ThreadOperator.addSuccessor(ThreadOperator to)
Deprecated. Adds a new successor to the internal list of this operator. |
void |
ThreadOperator.addSuccessor(ThreadOperator to,
int outputSlot)
Deprecated. Adds a new successor to one of the slots in this operator. |
void |
ConditionalThread.setTrueSuccessor(ThreadOperator to)
Deprecated. Sets a new true branch successor. |
void |
ConditionalThread.setFalseSuccessor(ThreadOperator to)
Deprecated. Sets a new false branch successor. |
void |
ThreadSynchronization.signalizeStandby(ThreadOperator operator)
Deprecated. Signal that the STANDBY state has been reached. |
void |
ThreadSynchronization.signalizeHangup(ThreadOperator operator)
Deprecated. Signal that the HANGUP state has been reached. |
void |
ThreadSynchronization.waitForOperation(ThreadOperator operator)
Deprecated. Wait for further requests. |
protected boolean |
ThreadSynchronization.checkPredecessorComplete(ThreadOperator operator)
Deprecated. Checks if all predecessors have reached the COMPLETE state. |
void |
ThreadSynchronization.signalizeOperationRequest(ThreadOperator operator)
Deprecated. Sets the REQUEST_RUN signal to an operator. |
void |
ThreadSynchronization.signalizeOperation(ThreadOperator operator)
Deprecated. Signal RUN. |
void |
ThreadSynchronization.waitForOperationOrHangup(ThreadOperator operator)
Deprecated. Wait for REQUEST_RUN of HANGUP signal. |
void |
ThreadSynchronization.register(ThreadOperator operator)
Deprecated. Registers a new operator. |
protected int |
ThreadSynchronization.getState(ThreadOperator operator)
Deprecated. Gets the current state of an operator. |
protected void |
ThreadSynchronization.setState(ThreadOperator operator,
int state)
Deprecated. Sets the state of an operator. |
protected boolean |
ThreadSynchronization.checkState(ThreadOperator operator,
int state)
Deprecated. Checks the state of an operator. |
void |
ThreadSynchronization.waitForever(ThreadOperator operator)
Deprecated. Target will wait forever (ONLY FOR DEBUGGING). |
protected void |
ThreadController.connect(ThreadOperator from,
ThreadOperator to)
Deprecated. Connects two thread oprators. |
protected void |
ThreadController.connect(ThreadOperator from,
ThreadOperator to,
int input)
Deprecated. Connects two operators. |
protected void |
ThreadController.connect(ThreadOperator from,
int output,
ThreadOperator to)
Deprecated. Connects two operators. |
protected void |
ThreadController.connect(ThreadOperator from,
int output,
ThreadOperator to,
int input)
Deprecated. Connects two operators. |
void |
SourceThread.addPredecessor(ThreadOperator to)
Deprecated. Dummy method. |
void |
SourceThread.addPredecessor(ThreadOperator to,
int inputSlot)
Deprecated. Dummy method. |
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |