java.lang.Runnablepublic class TestCompetency6 extends Competency
architectureavailable, competencyName, competencyType, plan, running| Constructor | Description |
|---|---|
TestCompetency6(IArchitecture architecture) |
constructor of the test competency
|
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
competencyCode(java.util.HashMap<java.lang.String,java.lang.String> parameters) |
every competency sub class must implement this method and in it perform
the competency code.
|
void |
initialize() |
custom competency initialisation code should go in here
|
boolean |
runsInBackground() |
this competency runs in background and is not invoked directly
|
getArchitecture, isConnected, onDestroy, raisecancel, getCompetencyName, getCompetencyType, isAvailable, isRunning, registerHandlers, requestStartCompetency, run, setAdditionalDatapublic TestCompetency6(IArchitecture architecture)
public boolean runsInBackground()
runsInBackground in class Competencyprotected boolean competencyCode(java.util.HashMap<java.lang.String,java.lang.String> parameters)
CompetencycompetencyCode in class Competencyparameters - a map including running parameters and their valuespublic void initialize()
Competencyinitialize in class Competency