Class TestCapability


  • public class TestCapability
    extends java.lang.Object
    Capability with goal and plan.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected jadex.bdiv3.runtime.ICapability capa
      The capability.
    • Constructor Summary

      Constructors 
      Constructor Description
      TestCapability()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      jadex.commons.future.IFuture<java.lang.Void> testPlan​(TestCapability.TestGoal goal)
      Plan reacting on test goal.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • capa

        protected jadex.bdiv3.runtime.ICapability capa
        The capability.
    • Constructor Detail

      • TestCapability

        public TestCapability()
    • Method Detail

      • testPlan

        public jadex.commons.future.IFuture<java.lang.Void> testPlan​(TestCapability.TestGoal goal)
        Plan reacting on test goal.