fipaos.ont.fipa
Class DoneAction


public class DoneAction
implements Serializable

A wrapper for an object which signals that a given action completed with the given result


Method Summary
 ActiongetAction()
          Returns the action that was executed
 ResultgetResult()
          Returns the results of executing the action
 voidsetAction(Action action)
          Sets the action that was executed
 voidsetResult(Result result)
          Sets the result of executing the action

Method Detail

getAction

public Action getAction()
Returns the action that was executed
Returns: Action. The action that was executed

getResult

public Result getResult()
Returns the results of executing the action
Returns: Result. The result object

setAction

public void setAction(Action action)
Sets the action that was executed
Parameters:
action - The action that was executed

setResult

public void setResult(Result result)
Sets the result of executing the action
Parameters:
result - Result. The result of the action

Association Links

to Class fipaos.ont.fipa.Action

The action that was executed

to Class fipaos.ont.fipa.Result

The result of the action execution