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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSynchedPipe<T>
Deprecated.
since 3.0. Use
AbstractSynchedPipe instead. |
class |
AbstractUnsynchedPipe<T>
Deprecated.
since 3.0. Use
AbstractUnsynchedPipe instead. |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.registerCustomPipe(AbstractPipe<?> pipe)
Deprecated.
since 3.0. Use
Configuration.connectPorts(OutputPort, InputPort, IPipeFactory) instead. |
Modifier and Type | Class and Description |
---|---|
class |
BoundedSynchedPipe<T> |
class |
ReflexivePipe<T>
Represents an unsynchronized pipe with a capacity of 1.
|
class |
UnboundedSynchedPipe<T> |
class |
UnsynchedPipe<T> |
Copyright © 2015–2020. All rights reserved.