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

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

Uses of Include in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Include
 Include UseCase.createInclude(String name, UseCase addition)
          Creates a new Include, with the specified 'Name', and 'Addition', and appends it to the 'Include' containment reference list
 Include UseCase.getInclude(String name, UseCase addition)
          Retrieves the first Include with the specified 'Name', and 'Addition' from the 'Include' containment reference list
 Include UseCase.getInclude(String name, UseCase addition, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Include with the specified 'Name', and 'Addition' from the 'Include' containment reference list
 Include UMLFactory.createInclude()
          Returns a new object of class 'Include'
 

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

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


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