Package | Description |
---|---|
jadex.commons |
This package contains generic utility classes.
|
jadex.commons.future | |
jadex.extension.envsupport.environment |
Modifier and Type | Method and Description |
---|---|
void |
ISteppable.addBreakpointCommand(ICommand command)
Add a command to be executed, when a breakpoint is reached.
|
Modifier and Type | Method and Description |
---|---|
void |
TerminableIntermediateFuture.addBackwardCommand(IFilter<Object> filter,
ICommand<Object> command)
Add a backward command with a filter.
|
void |
TerminableFuture.addBackwardCommand(IFilter<Object> filter,
ICommand<Object> command)
Add a backward command with a filter.
|
void |
Future.addForwardCommand(IFilter<Object> filter,
ICommand<Object> command)
Add a forward command with a filter.
|
void |
TerminableIntermediateFuture.removeBackwardCommand(ICommand<Object> command)
Add a command with a filter.
|
void |
TerminableFuture.removeBackwardCommand(ICommand<Object> command)
Add a command with a filter.
|
void |
Future.removeForwardCommand(ICommand<Object> command)
Add a command with a filter.
|
Constructor and Description |
---|
PullIntermediateFuture(ICommand<PullIntermediateFuture<E>> pullcmd)
Create a new future.
|
PullIntermediateFuture(ICommand<PullIntermediateFuture<E>> pullcmd,
ITerminationCommand termcom)
Create a new future.
|
PullSubscriptionIntermediateFuture(ICommand<PullSubscriptionIntermediateFuture<E>> pullcmd)
Create a new future.
|
PullSubscriptionIntermediateFuture(ICommand<PullSubscriptionIntermediateFuture<E>> pullcmd,
ITerminationCommand termcom)
Create a new future.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentActionList.setScheduleCommand(ICommand cmd)
Set the schedule command to be invoked, when an action should be scheduled.
|
Copyright © 2013. All Rights Reserved.