|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICowbot
basic interface that offers methods to access cowbot agent specific features.
Method Summary | |
---|---|
IActionComponent |
getActionSelection()
this method returns an instance to the action selection |
DeliberationComponent |
getCowDelib()
|
DesireComponent |
getCowDesires()
returns the desire generator of this cowbot agent |
DLV |
getDLV()
getter to access dlv |
IEpistemicState |
getEpistemicState()
getter to receive epistemic state |
java.lang.String |
getLogDirectory()
returns a path to the agents log directory. |
java.lang.String |
getTemporaryDirectory()
returns a path to an agent's local working directory. the path is absolute and ends with an "/". |
ICowbotUI |
getUI()
this method returns an instance to a cowbot ui |
Method Detail |
---|
ICowbotUI getUI()
IActionComponent getActionSelection()
IEpistemicState getEpistemicState()
DLV getDLV()
java.lang.String getTemporaryDirectory()
java.lang.String getLogDirectory()
DeliberationComponent getCowDelib()
DesireComponent getCowDesires()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |