Package | Description |
---|---|
teetime.framework |
Contains the implementation of the TeeTime framework.
|
teetime.framework.pipe |
Contains all pipes related classes, such as factories and pre-defined pipes.
|
teetime.framework.scheduling.globaltaskpool | |
teetime.framework.signal |
Contains the signals that are used within the framework.
|
Modifier and Type | Method and Description |
---|---|
ISignal |
AbstractSynchedPipe.getSignal()
Deprecated.
Retrieves and removes the head of the signal queue
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractStage.onSignal(ISignal signal,
InputPort<?> inputPort)
May not be invoked outside of IPipe implementations
|
void |
AbstractUnsynchedPipe.sendSignal(ISignal signal)
Deprecated.
|
void |
InstantiationPipe.sendSignal(ISignal signal) |
void |
AbstractSynchedPipe.sendSignal(ISignal signal)
Deprecated.
|
void |
OutputPort.sendSignal(ISignal signal) |
protected boolean |
AbstractStage.signalAlreadyReceived(ISignal signal,
InputPort<?> inputPort) |
Modifier and Type | Method and Description |
---|---|
ISignal |
AbstractSynchedPipe.getSignal()
Retrieves and removes the head of the signal queue
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractUnsynchedPipe.sendSignal(ISignal signal) |
void |
IPipe.sendSignal(ISignal signal)
A stage can pass on a signal by executing this method.
|
void |
DummyPipe.sendSignal(ISignal signal) |
void |
AbstractSynchedPipe.sendSignal(ISignal signal) |
Constructor and Description |
---|
SignalVisitor(ISignal signal) |
Modifier and Type | Class and Description |
---|---|
class |
StartingSignal |
class |
TerminatingSignal |
class |
ValidatingSignal |
Copyright © 2015–2020. All rights reserved.