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 UMLFactory.createInclude()
          Returns a new object of class 'Include'
 Include UseCase.createInclude(java.lang.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(java.lang.String name, UseCase addition)
          Retrieves the first Include with the specified 'Name', and 'Addition' from the 'Include' containment reference list
 Include UseCase.getInclude(java.lang.String name, UseCase addition, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Include with the specified 'Name', and 'Addition' from the 'Include' containment reference list
 

Methods in org.eclipse.uml2.uml that return types with arguments of type Include
 org.eclipse.emf.common.util.EList<Include> UseCase.getIncludes()
          Returns the value of the 'Include' containment reference list.
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type Include
 T UMLSwitch.caseInclude(Include object)
          Returns the result of interpreting the object as an instance of 'Include'
 boolean UMLValidator.validateInclude(Include include, 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.