| Interface | Description |
|---|---|
| InputPortRemovedListener | |
| ITraverserVisitor | |
| OutputPortRemovedListener | |
| TeeTimeScheduler |
Represents a scheduling strategy for TeeTime-based configurations.
|
| Traverser.EndOfTraverse |
| Class | Description |
|---|---|
| A2InvalidThreadAssignmentCheck | Deprecated
since 3.0.
|
| AbstractConsumerStage<I> | |
| AbstractPipe<T> |
Represents an abstract implementation of an
IPipe. |
| AbstractPort<T> | |
| AbstractProducerStage<O> |
The
ProducerStage produces at least one element at each execution. |
| AbstractStage |
Represents a minimal Stage, with some pre-defined methods.
|
| AbstractSynchedPipe<T> | Deprecated
since 3.0.
|
| AbstractUnsynchedPipe<T> | Deprecated
since 3.0.
|
| BreadthFirstTraverser | |
| CompositeStage |
Represents a minimal stage that composes several other stages.
|
| Configuration |
Represents a configuration of connected stages.
|
| ConfigurationBuilder |
Builder class for creating configurations.
|
| ConfigurationContext | Deprecated
since 3.0.
|
| ConfigurationFacade |
Used to access the package-private methods of
Configuration. |
| DivideAndConquerStage<P extends AbstractDivideAndConquerProblem<P,S>,S extends AbstractDivideAndConquerSolution<S>> |
A stage to solve divide and conquer problems
|
| DynamicInputPort<T> | |
| DynamicOutputPort<T> | |
| Execution<T extends Configuration> |
Represents an Execution to which stages can be added and executed later.
|
| InputPort<T> | |
| InstantiationPipe<T> | |
| MonitoringThread | |
| OutputPort<T> | |
| RuntimeServiceFacade | |
| StageFacade |
Used to access the package-private methods of
AbstractStage and CompositeStage. |
| StateStatistics |
Provides access to package-private statistics methods of the
AbstractStage. |
| Traverser |
Traverses the all stages that are reachable from the given stage.
|
| Traverser.AlreadyRunsEndOfTraverse |
Represents the following termination condition: stop if the stage already runs or has been terminated
|
| Enum | Description |
|---|---|
| StageState | |
| TerminationStrategy | Deprecated
since 3.0.
|
| Traverser.VisitorBehavior |
| Exception | Description |
|---|---|
| ExecutionException |
Represents a exception, which is thrown by an analysis,
if any problems occurred within its execution.
|
| SuperNotCalledException |
Copyright © 2015–2020. All rights reserved.