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(java.lang.String name)
          Retrieves the Include with the specified 'Name' from the 'Include' containment reference list
 Include UseCase.createInclude(EClass eClass)
          Deprecated. Use #createInclude() instead.
 Include UseCase.createInclude()
          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, java.util.Map context)
           
 java.lang.Object UML2Switch.caseInclude(Include object)
          Returns the result of interpretting the object as an instance of 'Include'
 


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