Class ServiceVisionProcessor
- java.lang.Object
- 
- jadex.commons.SimplePropertyObject
- 
- jadex.extension.envsupport.environment.ServiceVisionProcessor
 
 
- 
- All Implemented Interfaces:
- IPropertyObject,- IPerceptProcessor
 
 public class ServiceVisionProcessor extends SimplePropertyObject implements IPerceptProcessor 
- 
- 
Field Summary- 
Fields inherited from class jadex.commons.SimplePropertyObjectpcs, properties
 
- 
 - 
Constructor SummaryConstructors Constructor Description ServiceVisionProcessor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessPercept(IEnvironmentSpace space, java.lang.String type, java.lang.Object percept, IComponentDescription component, ISpaceObject avatar)Process a new percept.- 
Methods inherited from class jadex.commons.SimplePropertyObjectaddPropertyChangeListener, getProperties, getProperty, getPropertyNames, hasProperty, removePropertyChangeListener, setProperties, setProperty, toString
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface jadex.commons.IPropertyObjectgetProperty, getPropertyNames, hasProperty, setProperty
 
- 
 
- 
- 
- 
Method Detail- 
processPerceptpublic void processPercept(IEnvironmentSpace space, java.lang.String type, java.lang.Object percept, IComponentDescription component, ISpaceObject avatar) Description copied from interface:IPerceptProcessorProcess a new percept.- Specified by:
- processPerceptin interface- IPerceptProcessor
- Parameters:
- space- The space.
- type- The type.
- percept- The percept.
- component- The component identifier.
 
 
- 
 
-