Class TestCompetency5

java.lang.Object
ion.Meta.Element
cmion.architecture.CmionComponent
cmion.level2.Competency
cmion.level2.competencies.test.TestCompetency5
All Implemented Interfaces:
Runnable

public class TestCompetency5 extends Competency
  • Constructor Details

    • TestCompetency5

      public TestCompetency5(IArchitecture architecture, String someParameter1, String someParameter2)
      constructor of the test competency, this one has an additional parameter, purely for the purpose whether the constructor is found and the parameter passed correctly
  • Method Details

    • initialize

      public void initialize()
      perform initialisations in this method
      Specified by:
      initialize in class Competency
    • runsInBackground

      public boolean runsInBackground()
      this competency is invoked directly (does not run in background)
      Specified by:
      runsInBackground in class Competency
    • competencyCode

      protected boolean competencyCode(HashMap<String,String> parameters)
      competency code
      Specified by:
      competencyCode in class Competency
      Parameters:
      parameters - a map including running parameters and their values
      Returns:
      the return value of this method should indicate, whether the competency execution was a success (true) or failure (false)