Jadex 0.96

jadex.examples.hunterprey
Class TaskInfo

java.lang.Object
  extended by jadex.examples.hunterprey.TaskInfo

public class TaskInfo
extends Object

The task struct.


Constructor Summary
TaskInfo(Object action)
          Create a new task.
 
Method Summary
 Object getAction()
          Get the action.
 Object getResult()
          Get the result.
 Thread getThread()
          Get the thread.
 void setResult(Object result)
          Set the result.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskInfo

public TaskInfo(Object action)
Create a new task.

Method Detail

getAction

public Object getAction()
Get the action.

Returns:
The action.

getThread

public Thread getThread()
Get the thread.

Returns:
The thread.

getResult

public Object getResult()
Get the result.

Returns:
The result.

setResult

public void setResult(Object result)
Set the result.

Parameters:
result - The result.

Jadex 0.96

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.