ion.Meta.IEventpublic class EventCompetencyStarted extends CompetencyEvent
| Modifier and Type | Field | Description |
|---|---|---|
protected CompetencyExecutionPlan |
plan |
the competency execution plan as part of which this competency was started
|
| Constructor | Description |
|---|---|
EventCompetencyStarted(Competency competency,
java.util.HashMap<java.lang.String,java.lang.String> parameters,
CompetencyExecutionPlan plan,
long executionID) |
| Modifier and Type | Method | Description |
|---|---|---|
Competency |
getCompetency() |
returns a reference to the competency that has started
|
long |
getExecutionID() |
|
java.util.HashMap<java.lang.String,java.lang.String> |
getParameters() |
returns the parameters the competency was running with when started
|
CompetencyExecutionPlan |
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.
|
java.lang.String |
toString() |
displays information about this event
|
getOriginator, setOriginatorprotected CompetencyExecutionPlan plan
public EventCompetencyStarted(Competency competency, java.util.HashMap<java.lang.String,java.lang.String> parameters, CompetencyExecutionPlan plan, long executionID)
public Competency getCompetency()
public long getExecutionID()
public java.util.HashMap<java.lang.String,java.lang.String> getParameters()
public CompetencyExecutionPlan getPlan()
public java.lang.String toString()
toString in class java.lang.Object