|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicEC | |
org.smartcomps.twister.engine.priv.core.dynamic | |
org.smartcomps.twister.engine.priv.core.dynamic.impl | |
org.smartcomps.twister.engine.priv.messaging.impl |
Uses of BasicEC in org.smartcomps.twister.engine.priv.core.dynamic |
Subinterfaces of BasicEC in org.smartcomps.twister.engine.priv.core.dynamic | |
interface |
AssignEC
Execution context for an assign activity. |
interface |
EmptyEC
Execution context of the empty activity. |
interface |
InvokeEC
Execution context of an Invoke activity. |
interface |
ReceiveEC
The execution context of a Receive activity. |
interface |
ReplyEC
Execution context of a Reply activity. |
interface |
TerminateEC
|
interface |
WaitEC
Please put some JavaDoc here. |
Uses of BasicEC in org.smartcomps.twister.engine.priv.core.dynamic.impl |
Classes in org.smartcomps.twister.engine.priv.core.dynamic.impl that implement BasicEC | |
class |
AssignECImpl
Persistent implementation of the AssignEC interface. |
class |
BasicECImpl
Please put some JavaDoc here. |
class |
EmptyECImpl
Persistent implementation of the empty execution context. |
class |
InvokeECImpl
Persistent implementation of the InvokeEC interface. |
class |
ReceiveECImpl
Execution context of a Receive activity. |
class |
ReplyECImpl
Persistent implementation of the ReplyEC interface. |
class |
TerminateECImpl
|
class |
WaitECImpl
Persistent implementation of the WaitEC interface. |
Uses of BasicEC in org.smartcomps.twister.engine.priv.messaging.impl |
Classes in org.smartcomps.twister.engine.priv.messaging.impl that implement BasicEC | |
class |
PickECAsReceiveEC
Wrapper around a Pick execution context to have it behave like a Receive execution context. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |