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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProperty, getPropertyNames, hasProperty, setPropertypublic void processPercept(IEnvironmentSpace space, java.lang.String type, java.lang.Object percept, IComponentDescription component, ISpaceObject avatar)
IPerceptProcessorprocessPercept in interface IPerceptProcessorspace - The space.type - The type.percept - The percept.component - The component identifier.