Uses of Class
org.commonreality.sensors.xml.XMLSensor

Packages that use XMLSensor
org.commonreality.sensors.xml   
org.commonreality.sensors.xml.processor   
org.commonreality.sensors.xml.tasks   
 

Uses of XMLSensor in org.commonreality.sensors.xml
 

Methods in org.commonreality.sensors.xml that return XMLSensor
 XMLSensor XMLProcessor.getSensor()
           
 

Constructors in org.commonreality.sensors.xml with parameters of type XMLSensor
XMLProcessor(XMLSensor sensor)
           
 

Uses of XMLSensor in org.commonreality.sensors.xml.processor
 

Methods in org.commonreality.sensors.xml.processor with parameters of type XMLSensor
 java.util.Collection<IMessage> IXMLProcessor.process(org.w3c.dom.Element element, IIdentifier agentID, XMLSensor sensor)
           
 java.util.Collection<IMessage> AbstractProcessor.process(org.w3c.dom.Element element, IIdentifier agentID, XMLSensor sensor)
           
 

Uses of XMLSensor in org.commonreality.sensors.xml.tasks
 

Constructors in org.commonreality.sensors.xml.tasks with parameters of type XMLSensor
NoOp(XMLSensor sensor)