Class FindApplicableCandidatesAction

java.lang.Object
jadex.bdi.runtime.impl.FindApplicableCandidatesAction
All Implemented Interfaces:
Runnable

public class FindApplicableCandidatesAction extends Object implements Runnable
Find applicable candidates action - searches plans for a goal/event.
  • Field Details

  • Constructor Details

    • FindApplicableCandidatesAction

      public FindApplicableCandidatesAction(RProcessableElement element)
      Create a new action.
  • Method Details

    • isValid

      public boolean isValid()
      Test if the action is valid.
      Returns:
      True, if action is valid.
    • run

      public void run()
      Execute the command.
      Specified by:
      run in interface Runnable
      Parameters:
      args - The argument(s) for the call.