Class FindApplicableCandidatesAction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected jadex.bdiv3.runtime.impl.RProcessableElement element
      The processable element.
    • Constructor Summary

      Constructors 
      Constructor Description
      FindApplicableCandidatesAction​(jadex.bdiv3.runtime.impl.RProcessableElement element)
      Create a new action.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IFuture<java.lang.Void> execute​(IInternalAccess ia)
      Execute the command.
      boolean isValid()
      Test if the action is valid.
      • Methods inherited from class java.lang.Object

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

      • element

        protected jadex.bdiv3.runtime.impl.RProcessableElement element
        The processable element.
    • Constructor Detail

      • FindApplicableCandidatesAction

        public FindApplicableCandidatesAction​(jadex.bdiv3.runtime.impl.RProcessableElement element)
        Create a new action.
    • Method Detail

      • isValid

        public boolean isValid()
        Test if the action is valid.
        Specified by:
        isValid in interface IConditionalComponentStep<java.lang.Void>
        Returns:
        True, if action is valid.
      • execute

        public IFuture<java.lang.Void> execute​(IInternalAccess ia)
        Execute the command.
        Specified by:
        execute in interface IComponentStep<java.lang.Void>
        Parameters:
        args - The argument(s) for the call.
        Returns:
        The result of the command.