|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StructuredEC in org.smartcomps.twister.engine.priv.core.definition |
Methods in org.smartcomps.twister.engine.priv.core.definition with parameters of type StructuredEC | |
void |
StructuredActivity.addExecutionContext(org.smartcomps.twister.engine.priv.core.dynamic.StructuredEC context)
|
Uses of StructuredEC in org.smartcomps.twister.engine.priv.core.definition.impl |
Methods in org.smartcomps.twister.engine.priv.core.definition.impl with parameters of type StructuredEC | |
void |
StructuredActivityImpl.addExecutionContext(org.smartcomps.twister.engine.priv.core.dynamic.StructuredEC context)
|
Uses of StructuredEC in org.smartcomps.twister.engine.priv.core.dynamic |
Subinterfaces of StructuredEC in org.smartcomps.twister.engine.priv.core.dynamic | |
interface |
FlowEC
The execution context of a flow. |
interface |
PickEC
Execution Context of the Pick activity. |
interface |
SequenceEC
The execution context of a sequence, managing the execution of each of its execution context one after another. |
interface |
SwitchEC
Execution context of the Switch activity. |
interface |
WhileEC
Execution context of a While. |
Methods in org.smartcomps.twister.engine.priv.core.dynamic that return StructuredEC | |
org.smartcomps.twister.engine.priv.core.dynamic.StructuredEC |
ExecutionContext.getContainer()
Returns the structured execution context containing this execution context (we could call it a parent execution context). |
Methods in org.smartcomps.twister.engine.priv.core.dynamic with parameters of type StructuredEC | |
static org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext |
ExecutionContextFactory.createExecutionContext(org.smartcomps.twister.engine.priv.core.definition.Activity generatingActivity,
org.smartcomps.twister.engine.priv.core.dynamic.StructuredEC containerEC)
Won't work if the activity instance implements two Activity interfaces. |
Uses of StructuredEC in org.smartcomps.twister.engine.priv.core.dynamic.impl |
Classes in org.smartcomps.twister.engine.priv.core.dynamic.impl that implement StructuredEC | |
class |
FlowECImpl
Persistent implementation of the FlowEC interface. |
class |
PickECImpl
Persistent implementation of the PickEC interface. |
class |
SequenceECImpl
Persistent implementation of the SequenceEC interface. |
class |
StructuredECImpl
Please put some JavaDoc here. |
class |
SwitchECImpl
Persistent implementation of the SwitchEC interface. |
class |
WhileECImpl
Persistent implementation of the WhileEC interface. |
Methods in org.smartcomps.twister.engine.priv.core.dynamic.impl that return StructuredEC | |
org.smartcomps.twister.engine.priv.core.dynamic.StructuredEC |
ExecutionContextImpl.getContainer()
|
Methods in org.smartcomps.twister.engine.priv.core.dynamic.impl with parameters of type StructuredEC | |
void |
ExecutionContextImpl.setContainer(org.smartcomps.twister.engine.priv.core.dynamic.StructuredEC container)
|
protected void |
ExecutionContextImpl.completeChildren(org.smartcomps.twister.engine.priv.core.dynamic.StructuredEC ec)
|
Uses of StructuredEC in org.smartcomps.twister.engine.priv.messaging.impl |
Methods in org.smartcomps.twister.engine.priv.messaging.impl that return StructuredEC | |
org.smartcomps.twister.engine.priv.core.dynamic.StructuredEC |
PickECAsReceiveEC.getContainer()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |