Uses of Class
net.sourceforge.wurfl.core.resource.DeviceNotInModelException

Packages that use DeviceNotInModelException
net.sourceforge.wurfl.core   
net.sourceforge.wurfl.core.resource   
 

Uses of DeviceNotInModelException in net.sourceforge.wurfl.core
 

Methods in net.sourceforge.wurfl.core that throw DeviceNotInModelException
 ModelDevice WURFLUtils.getModelDeviceAncestor(ModelDevice target)
          It is a facade method of WURFLModel#getDeviceAncestor(ModelDevice).
 ModelDevice WURFLUtils.getModelDeviceFallback(ModelDevice target)
          It is a facade method of WURFLModel#getDeviceFallback(ModelDevice).
 List WURFLUtils.getModelDeviceHierarchy(ModelDevice root)
          It is facade method of WURFLModel#getDeviceHierarchy(ModelDevice).
 ModelDevice WURFLUtils.getModelDeviceWhereCapabilityIsDefined(ModelDevice target, String capability)
          It is facade method of WURFLModel#getDeviceWhereCapabilityIsDefined(ModelDevice, String).
 

Uses of DeviceNotInModelException in net.sourceforge.wurfl.core.resource
 

Methods in net.sourceforge.wurfl.core.resource that throw DeviceNotInModelException
 ModelDevice DefaultWURFLModel.getDeviceAncestor(ModelDevice device)
           
 ModelDevice WURFLModel.getDeviceAncestor(ModelDevice target)
          Return a ModelDevice ancestor.
 ModelDevice DefaultWURFLModel.getDeviceFallback(ModelDevice device)
           
 ModelDevice WURFLModel.getDeviceFallback(ModelDevice target)
          Return the device's fallback.
 List DefaultWURFLModel.getDeviceHierarchy(ModelDevice device)
           
 List WURFLModel.getDeviceHierarchy(ModelDevice root)
          Returns device hierarchy.
 ModelDevice DefaultWURFLModel.getDeviceWhereCapabilityIsDefined(ModelDevice rootDevice, String name)
           
 ModelDevice WURFLModel.getDeviceWhereCapabilityIsDefined(ModelDevice root, String capability)
          Return a ModelDevice, found iterating a ModelDevice hierarchy, defining the given capability.
 



Copyright © 2008-2010 WURFL-Pro srl. All Rights Reserved.