Class TaskInfo
- java.lang.Object
- 
- jadex.bdi.examples.hunterprey_classic.TaskInfo
 
- 
 public class TaskInfo extends java.lang.ObjectThe task struct.
- 
- 
Constructor SummaryConstructors Constructor Description TaskInfo(java.lang.Object action)Create a new task.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetAction()Get the action.java.lang.ObjectgetResult()Get the result.java.lang.ThreadgetThread()Get the thread.voidsetResult(java.lang.Object result)Set the result.
 
- 
- 
- 
Method Detail- 
getActionpublic java.lang.Object getAction() Get the action.- Returns:
- The action.
 
 - 
getThreadpublic java.lang.Thread getThread() Get the thread.- Returns:
- The thread.
 
 - 
getResultpublic java.lang.Object getResult() Get the result.- Returns:
- The result.
 
 - 
setResultpublic void setResult(java.lang.Object result) Set the result.- Parameters:
- result- The result.
 
 
- 
 
-