| Package | Description |
|---|---|
| cmion.level2 | |
| cmion.level3 |
| Modifier and Type | Field | Description |
|---|---|---|
protected CompetencyExecutionPlan |
Competency.plan |
the competency execution plan as part of which this competency was started
|
protected CompetencyExecutionPlan |
EventCompetencyCancelled.plan |
the competency execution plan as part of which this competency was started
|
protected CompetencyExecutionPlan |
EventCompetencyFailed.plan |
the competency execution plan as part of which this competency was started
|
protected CompetencyExecutionPlan |
EventCompetencyStarted.plan |
the competency execution plan as part of which this competency was started
|
protected CompetencyExecutionPlan |
EventCompetencySucceeded.plan |
the competency execution plan as part of which this competency was started
|
| Modifier and Type | Method | Description |
|---|---|---|
CompetencyExecutionPlan |
EventCompetencyExecutionPlanCancelled.getCompetencyExecutionPlan() |
returns the competency execution plan that this event refers to
|
CompetencyExecutionPlan |
EventCompetencyExecutionPlanFailed.getCompetencyExecutionPlan() |
returns the competency execution plan that this event refers to
|
CompetencyExecutionPlan |
EventCompetencyExecutionPlanStarted.getCompetencyExecutionPlan() |
returns the competency execution plan that this event refers to
|
CompetencyExecutionPlan |
EventCompetencyExecutionPlanSucceeded.getCompetencyExecutionPlan() |
returns the competency execution plan that this event refers to
|
CompetencyExecutionPlan |
RequestCancelCompetencyExecutionPlan.getCompetencyExecutionPlan() |
returns the competency execution plan that this event refers to
|
CompetencyExecutionPlan |
RequestNewCompetencyExecutionPlan.getCompetencyExecutionPlan() |
returns the competency execution plan that this event refers to
|
CompetencyExecutionPlan |
CompetencyExecutionPlan.getInstantiatedCopy(java.util.HashMap<java.lang.String,java.lang.String> mappings,
MindAction mindAction) |
returns an instantiated copy of this competency execution plan
|
CompetencyExecutionPlan |
EventCompetencyCancelled.getPlan() |
returns the competency execution plan as part of which this competency
was started or null if the competency was not started through the competency
execution system (e.g.
|
CompetencyExecutionPlan |
EventCompetencyFailed.getPlan() |
returns the competency execution plan as part of which this competency
was started or null if the competency was not started through the competency
execution system (e.g.
|
CompetencyExecutionPlan |
EventCompetencyStarted.getPlan() |
returns the competency execution plan as part of which this competency
was started or null if the competency was not started through the competency
execution system (e.g.
|
CompetencyExecutionPlan |
EventCompetencySucceeded.getPlan() |
returns the competency execution plan as part of which this competency
was started or null if the competency was not started through the competency
execution system (e.g.
|
CompetencyExecutionPlan |
RequestStartCompetency.getPlan() |
returns the competency execution plan, as part of which this competency was started
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Competency.requestStartCompetency(java.util.HashMap<java.lang.String,java.lang.String> parameters,
CompetencyExecutionPlan cep,
long executionID) |
convenience method to schedule a request for starting this competency
|
| Constructor | Description |
|---|---|
EventCompetencyCancelled(Competency competency,
java.util.HashMap<java.lang.String,java.lang.String> parameters,
CompetencyExecutionPlan plan,
long executionID) |
|
EventCompetencyExecutionPlanCancelled(CompetencyExecutionPlan executionPlan) |
creates a new event
|
EventCompetencyExecutionPlanFailed(CompetencyExecutionPlan executionPlan) |
creates a new event
|
EventCompetencyExecutionPlanStarted(CompetencyExecutionPlan executionPlan) |
creates a new event
|
EventCompetencyExecutionPlanSucceeded(CompetencyExecutionPlan executionPlan) |
creates a new event
|
EventCompetencyFailed(Competency competency,
java.util.HashMap<java.lang.String,java.lang.String> parameters,
CompetencyExecutionPlan plan,
long executionID) |
|
EventCompetencyStarted(Competency competency,
java.util.HashMap<java.lang.String,java.lang.String> parameters,
CompetencyExecutionPlan plan,
long executionID) |
|
EventCompetencySucceeded(Competency competency,
java.util.HashMap<java.lang.String,java.lang.String> parameters,
CompetencyExecutionPlan plan,
long executionID) |
|
RequestCancelCompetencyExecutionPlan(CompetencyExecutionPlan executionPlan) |
creates a new request
|
RequestNewCompetencyExecutionPlan(CompetencyExecutionPlan executionPlan) |
creates a new event
|
RequestStartCompetency(java.util.HashMap<java.lang.String,java.lang.String> parameters,
CompetencyExecutionPlan cep,
long executionID) |
create a new request to start a competency
|
| Modifier and Type | Method | Description |
|---|---|---|
CompetencyExecutionPlan |
CompetencyManagerRule.getExecutionPlan() |
returns the competency execution plan connected with this rule
|