Uses of Interface
com.free2be.dimensions.device.Software

Packages that use Software
com.free2be.dimensions.device   
com.free2be.dimensions.device.profile   
com.free2be.dimensions.device.simple   
 

Uses of Software in com.free2be.dimensions.device
 

Methods in com.free2be.dimensions.device that return Software
 Software Device.getSoftware()
           
 

Uses of Software in com.free2be.dimensions.device.profile
 

Classes in com.free2be.dimensions.device.profile that implement Software
 class SoftwareProfile
           
 

Methods in com.free2be.dimensions.device.profile that return Software
 Software DeviceProfile.getSoftware()
           
 

Uses of Software in com.free2be.dimensions.device.simple
 

Classes in com.free2be.dimensions.device.simple that implement Software
 class SimpleSoftware
           
 

Methods in com.free2be.dimensions.device.simple that return Software
 Software SimpleDevice.getSoftware()