Package cmion.level2

Class RequestStartCompetency

java.lang.Object
ion.Meta.Request
cmion.level2.RequestStartCompetency

public class RequestStartCompetency extends ion.Meta.Request
this request can be scheduled with competencies to request it to run
  • Constructor Details

    • RequestStartCompetency

      public RequestStartCompetency(HashMap<String,String> parameters, CompetencyExecutionPlan cep, long executionID)
      create a new request to start a competency
      Parameters:
      parameters - the parameters for starting the competency
      cep - the competency execution plan, as part of which this competency was started
      executionID -
  • Method Details

    • getParameters

      public HashMap<String,String> getParameters()
      returns the parameters
    • getPlan

      public CompetencyExecutionPlan getPlan()
      returns the competency execution plan, as part of which this competency was started
    • getExecutionID

      public long getExecutionID()
      returns the execution id for this competency