Package jadex.bridge.fipa
Class Done
- java.lang.Object
-
- jadex.bridge.fipa.Done
-
public class Done extends java.lang.Object
Predicate indicating a completed action.
-
-
Field Summary
Fields Modifier and Type Field Description protected IComponentAction
action
The completed action.
-
Constructor Summary
Constructors Constructor Description Done()
Create a done action.Done(IComponentAction action)
Create a done action.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IComponentAction
getAction()
Get the action.void
setAction(IComponentAction action)
Set the action.
-
-
-
Field Detail
-
action
protected IComponentAction action
The completed action.
-
-
Constructor Detail
-
Done
public Done()
Create a done action.
-
Done
public Done(IComponentAction action)
Create a done action.
-
-
Method Detail
-
getAction
public IComponentAction getAction()
Get the action.
-
setAction
public void setAction(IComponentAction action)
Set the action.
-
-