Uses of Class
org.sump.analyzer.DeviceData

Uses of DeviceData in org.sump.analyzer
 

Methods in org.sump.analyzer that return DeviceData
 DeviceData DeviceController.getDeviceData()
          Return the device data of the last successful run.
 DeviceData Diagram.getDeviceData()
          Returns the device data object currently displayed in the diagram.
 

Methods in org.sump.analyzer with parameters of type DeviceData
 void Diagram.setDeviceData(DeviceData deviceData)
          Sets the device data object to use for drawing the diagram.