org.commonreality.sensors.xml.processor
Class AbstractProcessor<O extends ISimulationObject,L extends IObjectListener<O>>

java.lang.Object
  extended by org.commonreality.sensors.xml.processor.AbstractProcessor<O,L>
All Implemented Interfaces:
IXMLProcessor

public abstract class AbstractProcessor<O extends ISimulationObject,L extends IObjectListener<O>>
extends java.lang.Object
implements IXMLProcessor

Author:
developer

Constructor Summary
AbstractProcessor()
           
 
Method Summary
 java.util.Collection<IMessage> process(org.w3c.dom.Element element, IIdentifier agentID, XMLSensor sensor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractProcessor

public AbstractProcessor()
Method Detail

process

public java.util.Collection<IMessage> process(org.w3c.dom.Element element,
                                              IIdentifier agentID,
                                              XMLSensor sensor)
Specified by:
process in interface IXMLProcessor
See Also:
IXMLProcessor.process(org.w3c.dom.Element, org.commonreality.identifier.IIdentifier, org.commonreality.sensors.xml.XMLSensor)