Interface | Description |
---|---|
AfterStepAction<T extends Agent,K> |
Interface for functions executed after the step execution in a workplace.
|
Agent |
The minimal interface for Stream Agents.
|
AgentsRegistry<T extends Agent> |
Registry of the best agents.
|
BeforeStepAction<T extends Agent> |
Interface for functions executed before the step execution in a workplace.
|
Manager |
Interface for workplaces to interact with the global state of computation.
|
Step<T extends Agent> | |
StopCondition |
Stop condition is a predicate that signalizes when the computation should stop.
|
Class | Description |
---|---|
Environment |
Environment passed to the step function.
|
MigrationMessage | |
Pipeline<T,P extends Pipeline<T,P>> | |
StreamAgents |
Main runtime for stream-like agents processing.
|
TimedStopCondition | |
Workplace<T extends Agent> |