Uses of Interface
org.eclipse.uml2.Abstraction

Packages that use Abstraction
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of Abstraction in org.eclipse.uml2
 

Subinterfaces of Abstraction in org.eclipse.uml2
 interface Implementation
           A representation of the model object 'Implementation'
 interface Manifestation
           A representation of the model object 'Manifestation'
 interface Realization
           A representation of the model object 'Realization'
 interface Substitution
           A representation of the model object 'Substitution'
 

Methods in org.eclipse.uml2 that return Abstraction
 Abstraction UML2Factory.createAbstraction()
          Returns a new object of class 'Abstraction'
 

Uses of Abstraction in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Abstraction
 boolean UML2Validator.validateAbstraction(Abstraction abstraction, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseAbstraction(Abstraction object)
          Returns the result of interpretting the object as an instance of 'Abstraction'
 


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