Uses of Interface
org.eclipse.uml2.Include

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

Uses of Include in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return Include
 Include UseCase.getInclude(String unqualifiedName)
          Retrieves the Include with the specified name from the 'Include' containment reference list
 Include UseCase.createInclude(EClass eClass)
          Creates a Include and appends it to the 'Include' containment reference list
 Include UML2Factory.createInclude()
          Returns a new object of class 'Include'
 

Uses of Include in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Include
 boolean UML2Validator.validateInclude(Include include, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseInclude(Include object)
          Returns the result of interpretting the object as an instance of 'Include'
 


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