|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.commons.SimplePropertyObject
jadex.micro.examples.hunterprey.MicroPreyVisionProcessor
public class MicroPreyVisionProcessor
Dumb prey vision processer. Updates the agent's "nearest_food" belief.
| Field Summary |
|---|
| Fields inherited from class jadex.commons.SimplePropertyObject |
|---|
pcs, properties |
| Constructor Summary | |
|---|---|
MicroPreyVisionProcessor()
|
|
| Method Summary | |
|---|---|
void |
processPercept(IEnvironmentSpace space,
java.lang.String type,
java.lang.Object percept,
IComponentIdentifier agent,
ISpaceObject avatar)
Process a new percept. |
| Methods inherited from class jadex.commons.SimplePropertyObject |
|---|
addPropertyChangeListener, getProperties, getProperty, getPropertyNames, hasProperty, removePropertyChangeListener, setProperties, setProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface jadex.commons.IPropertyObject |
|---|
getProperty, getPropertyNames, hasProperty, setProperty |
| Constructor Detail |
|---|
public MicroPreyVisionProcessor()
| Method Detail |
|---|
public void processPercept(IEnvironmentSpace space,
java.lang.String type,
java.lang.Object percept,
IComponentIdentifier agent,
ISpaceObject avatar)
processPercept in interface IPerceptProcessorspace - The space.type - The type.percept - The percept.agent - The agent identifier.agent - The avatar of the agent (if any).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||