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

Packages that use Abstraction
org.eclipse.uml2.uml   
org.eclipse.uml2.uml.profile.standard   
org.eclipse.uml2.uml.util   
 

Uses of Abstraction in org.eclipse.uml2.uml
 

Subinterfaces of Abstraction in org.eclipse.uml2.uml
 interface ComponentRealization
          A representation of the model object 'Component Realization'
 interface InterfaceRealization
          A representation of the model object 'Interface Realization'
 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.uml that return Abstraction
 Abstraction UMLFactory.createAbstraction()
          Returns a new object of class 'Abstraction'
 

Uses of Abstraction in org.eclipse.uml2.uml.profile.standard
 

Methods in org.eclipse.uml2.uml.profile.standard that return Abstraction
 Abstraction Trace.getBase_Abstraction()
          Returns the value of the 'Base Abstraction' reference
 Abstraction Refine.getBase_Abstraction()
          Returns the value of the 'Base Abstraction' reference
 Abstraction Derive.getBase_Abstraction()
          Returns the value of the 'Base Abstraction' reference
 

Methods in org.eclipse.uml2.uml.profile.standard with parameters of type Abstraction
 void Trace.setBase_Abstraction(Abstraction value)
          Sets the value of the 'Base Abstraction' reference
 void Refine.setBase_Abstraction(Abstraction value)
          Sets the value of the 'Base Abstraction' reference
 void Derive.setBase_Abstraction(Abstraction value)
          Sets the value of the 'Base Abstraction' reference
 

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

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


Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.