org.commonreality.sensors.xml
Class XMLProcessor
java.lang.Object
org.commonreality.sensors.xml.XMLProcessor
public class XMLProcessor
- extends java.lang.Object
- Author:
- developer
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLProcessor
public XMLProcessor(XMLSensor sensor)
getSensor
public XMLSensor getSensor()
addProcessor
public void addProcessor(IXMLProcessor processor)
getTime
public double getTime(org.w3c.dom.Element frame)
processFrame
public java.util.Collection<IMessage> processFrame(IIdentifier forAgent,
org.w3c.dom.Element frame,
boolean sendDataRequestsNow)
sendData
public void sendData(IIdentifier agentId,
java.util.Collection<IMessage> data)