public interface IPlanBody
Modifier and Type | Method and Description |
---|---|
void |
abort()
Issue abortion of the plan body, if currently running.
|
jadex.commons.future.IFuture<java.lang.Void> |
executePlan()
Execute the plan body.
|
java.lang.Object |
getBody()
Get the plan body.
|