public class ServiceVisionProcessor extends SimplePropertyObject implements IPerceptProcessor
pcs, properties
Constructor and Description |
---|
ServiceVisionProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
processPercept(IEnvironmentSpace space,
java.lang.String type,
java.lang.Object percept,
IComponentDescription component,
ISpaceObject avatar)
Process a new percept.
|
addPropertyChangeListener, getProperties, getProperty, getPropertyNames, hasProperty, removePropertyChangeListener, setProperties, setProperty, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getProperty, getPropertyNames, hasProperty, setProperty
public void processPercept(IEnvironmentSpace space, java.lang.String type, java.lang.Object percept, IComponentDescription component, ISpaceObject avatar)
IPerceptProcessor
processPercept
in interface IPerceptProcessor
space
- The space.type
- The type.percept
- The percept.component
- The component identifier.