Uses of Interface
org.eclipse.mtj.api.runtimes.DeviceProfile

Packages that use DeviceProfile
org.eclipse.mtj.api.extension   
org.eclipse.mtj.api.runtimes   
org.eclipse.mtj.api.runtimes.impl   
org.eclipse.mtj.api.runtimes.util   
 

Uses of DeviceProfile in org.eclipse.mtj.api.extension
 

Methods in org.eclipse.mtj.api.extension with parameters of type DeviceProfile
 Device[] DeviceManagement.getDeployableDevices(DeviceConfiguration deviceConfig, DeviceProfile deviceProfile, ServiceApi[] apis, PlatformType devicePlatformType)
          Returns all deployment target Device objects that match to the configuration, profile and service api definitions and device platform type.
 DeviceDescription[] DeviceManagement.getDevices(DeviceConfiguration deviceConfig, DeviceProfile deviceProfile, ServiceApi[] apis)
          Returns all DeviceDescription objects that match to the configuration, profile and service api definitions.
 Device[] DeviceManagement.getTargetDevices(DeviceConfiguration deviceConfig, DeviceProfile deviceProfile, ServiceApi[] apis, PlatformType devicePlatformType)
          Returns all Device objects that match to the configuration, profile, service api and device platform type.
 

Uses of DeviceProfile in org.eclipse.mtj.api.runtimes
 

Methods in org.eclipse.mtj.api.runtimes that return DeviceProfile
 DeviceProfile RuntimesFactory.createDeviceProfile()
          Returns a new object of class 'Device Profile'.
 

Uses of DeviceProfile in org.eclipse.mtj.api.runtimes.impl
 

Classes in org.eclipse.mtj.api.runtimes.impl that implement DeviceProfile
 class DeviceProfileImpl
          An implementation of the model object 'Device Profile'.
 

Methods in org.eclipse.mtj.api.runtimes.impl that return DeviceProfile
 DeviceProfile RuntimesFactoryImpl.createDeviceProfile()
           
 

Uses of DeviceProfile in org.eclipse.mtj.api.runtimes.util
 

Methods in org.eclipse.mtj.api.runtimes.util with parameters of type DeviceProfile
 java.lang.Object RuntimesSwitch.caseDeviceProfile(DeviceProfile object)
          Returns the result of interpretting the object as an instance of 'Device Profile'.