Uses of Class
cmion.level2.CompetencyExecutionPlanStep
Packages that use CompetencyExecutionPlanStep
-
Uses of CompetencyExecutionPlanStep in cmion.level2
Methods in cmion.level2 that return CompetencyExecutionPlanStepModifier and TypeMethodDescriptionCompetencyExecutionPlanStep.getInstantiatedCopy(HashMap<String, String> mappings) returns an instantiated copy of this plan step.CompetencyExecutionPlan.getPlanStep(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 CompetencyExecutionPlanStepModifier and TypeMethodDescriptionCompetencyExecutionPlan.getPlanSteps()returns all plan steps as a collection, do not modify this collection and do only use this method on instantiated competencyExecution PlansCompetencyExecutionPlan.getStepsAlreadyCompleted()returns the steps of the plan that have already been completed, this list may be modified outside of the classCompetencyExecutionPlan.getStepsCurrentlyExecuted()returns the steps of the plan that are currently being executed, this list may be modified outside of the class