Package jadex.bridge.fipa
Class Done
- java.lang.Object
 - 
- jadex.bridge.fipa.Done
 
 
- 
public class Done extends java.lang.ObjectPredicate indicating a completed action. 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected IComponentActionactionThe 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 IComponentActiongetAction()Get the action.voidsetAction(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. 
 - 
 
 -