public class MicroPreyVisionProcessor
extends jadex.commons.SimplePropertyObject
implements jadex.extension.envsupport.environment.IPerceptProcessor
Constructor and Description |
---|
MicroPreyVisionProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
processPercept(jadex.extension.envsupport.environment.IEnvironmentSpace space,
java.lang.String type,
java.lang.Object percept,
jadex.bridge.service.types.cms.IComponentDescription agent,
jadex.extension.envsupport.environment.ISpaceObject avatar)
Process a new percept.
|
addPropertyChangeListener, getProperties, getProperty, getPropertyNames, hasProperty, removePropertyChangeListener, setProperties, setProperty, toString
public void processPercept(jadex.extension.envsupport.environment.IEnvironmentSpace space, java.lang.String type, java.lang.Object percept, jadex.bridge.service.types.cms.IComponentDescription agent, jadex.extension.envsupport.environment.ISpaceObject avatar)
processPercept
in interface jadex.extension.envsupport.environment.IPerceptProcessor
space
- The space.type
- The type.percept
- The percept.agent
- The agent identifier.agent
- The avatar of the agent (if any).