| Package | Description |
|---|---|
| cmion.level2 |
| Modifier and Type | Method | Description |
|---|---|---|
CompetencyExecutionPlanStep |
CompetencyExecutionPlanStep.getInstantiatedCopy(java.util.HashMap<java.lang.String,java.lang.String> mappings) |
returns an instantiated copy of this plan step.
|
CompetencyExecutionPlanStep |
CompetencyExecutionPlan.getPlanStep(java.lang.String id) |
returns the plan step with the given id or null if such a step does not exist
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<CompetencyExecutionPlanStep> |
CompetencyExecutionPlan.getPlanSteps() |
returns all plan steps as a collection, do not modify this collection
and do only use this method on instantiated competencyExecution Plans
|
java.util.ArrayList<CompetencyExecutionPlanStep> |
CompetencyExecutionPlan.getStepsAlreadyCompleted() |
returns the steps of the plan that have already been completed,
this list may be modified outside of the class
|
java.util.ArrayList<CompetencyExecutionPlanStep> |
CompetencyExecutionPlan.getStepsCurrentlyExecuted() |
returns the steps of the plan that are currently being executed,
this list may be modified outside of the class
|