Interface IPlanBody

All Known Implementing Classes:
AbstractPlanBody, ClassPlanBody, MethodPlanBody

public interface IPlanBody
Interface for plan body.
  • Method Summary

    Modifier and Type
    Method
    Description
    jadex.future.IFuture<Void>
    Execute the plan body.
    Get the plan body.
  • Method Details

    • getBody

      Object getBody()
      Get the plan body.
    • executePlan

      jadex.future.IFuture<Void> executePlan()
      Execute the plan body.