Uses of Class
cmion.level2.CompetencyExecutionPlanStep
-
Packages that use CompetencyExecutionPlanStep Package Description cmion.level2 -
-
Uses of CompetencyExecutionPlanStep in cmion.level2
Methods in cmion.level2 that return CompetencyExecutionPlanStep Modifier and Type Method Description CompetencyExecutionPlanStepCompetencyExecutionPlanStep. getInstantiatedCopy(java.util.HashMap<java.lang.String,java.lang.String> mappings)returns an instantiated copy of this plan step.CompetencyExecutionPlanStepCompetencyExecutionPlan. getPlanStep(java.lang.String id)returns the plan step with the given id or null if such a step does not existMethods in cmion.level2 that return types with arguments of type CompetencyExecutionPlanStep 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 Plansjava.util.ArrayList<CompetencyExecutionPlanStep>CompetencyExecutionPlan. getStepsAlreadyCompleted()returns the steps of the plan that have already been completed, this list may be modified outside of the classjava.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
-