Uses of Interface
org.eclipse.uml2.uml.Device

Packages that use Device
org.eclipse.uml2.uml   
org.eclipse.uml2.uml.util   
 

Uses of Device in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Device
 Device UMLFactory.createDevice()
          Returns a new object of class 'Device'
 

Uses of Device in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type Device
 T UMLSwitch.caseDevice(Device object)
          Returns the result of interpreting the object as an instance of 'Device'
 boolean UMLValidator.validateDevice(Device device, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2003, 2007 IBM Corporation and others.
All Rights Reserved.