|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAgent
jmadem.MADeMAgent
public class MADeMAgent
Agent class for a Jason agent performing MADeM decisions.
Field Summary | |
---|---|
private java.util.logging.Logger |
logger
Class logger |
Constructor Summary | |
---|---|
MADeMAgent()
|
Method Summary | |
---|---|
java.util.List<Literal>[] |
brf(Literal beliefToAdd,
Literal beliefToDel,
Intention i)
MADeM Belief Revision Function: This function detects those literals coming from an utility function that has been implemented as an AgentSpeak plan. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.logging.Logger logger
Constructor Detail |
---|
public MADeMAgent()
Method Detail |
---|
public java.util.List<Literal>[] brf(Literal beliefToAdd, Literal beliefToDel, Intention i) throws RevisionFailedException
beliefToAdd
- belief to be added to the belief basebeliefToDel
- agent class parametersi
- AgentSpeak source code
RevisionFailedException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |