Modifier and Type | Field and Description |
---|---|
protected boolean |
aborted
True, when the plan was aborted.
|
protected jadex.bridge.IComponentIdentifier |
cid
The created component.
|
protected java.lang.String |
component
The component to create.
|
protected jadex.bridge.IInternalAccess |
ia
The internal access.
|
protected RPlan |
rplan
The plan element.
|
Constructor and Description |
---|
ComponentPlanBody(java.lang.String component,
jadex.bridge.IInternalAccess ia,
RPlan rplan)
Create a component plan body.
|
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.
|
protected java.lang.String component
protected jadex.bridge.IInternalAccess ia
protected RPlan rplan
protected jadex.bridge.IComponentIdentifier cid
protected boolean aborted
public ComponentPlanBody(java.lang.String component, jadex.bridge.IInternalAccess ia, RPlan rplan)
public java.lang.Object getBody()
public jadex.commons.future.IFuture<java.lang.Void> executePlan()
executePlan
in interface IPlanBody