|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.ie.cowbots.bdi.brf.Annotator
public class Annotator
annotator class. the annotator processes all incoming information (percepts or communication), transforms these information into an extended logical program and adds meta information to that program (the result is an information object)
Field Summary | |
---|---|
(package private) int |
subTime
|
(package private) int |
worldtime
|
Constructor Summary | |
---|---|
Annotator()
default constructor |
Method Summary | |
---|---|
InformationObject |
createIO(Literal l)
this function creates an information object from a jason literal |
int |
getAndIncreaseSubtime()
|
int |
getWorldTime()
this function returns the current world time |
void |
setWorldTime(int wt)
refreshes the percepted world time |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int worldtime
int subTime
Constructor Detail |
---|
public Annotator()
Method Detail |
---|
public int getWorldTime()
public int getAndIncreaseSubtime()
public InformationObject createIO(Literal l)
l
- jason literal
public void setWorldTime(int wt)
wt
- world time
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |