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

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

Uses of ExtensionEnd in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ExtensionEnd
 ExtensionEnd UMLFactory.createExtensionEnd()
          Returns a new object of class 'Extension End'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ExtensionEnd
 boolean UMLValidator.validateExtensionEnd(ExtensionEnd extensionEnd, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateExtensionEnd_validateMultiplicity(ExtensionEnd extensionEnd, DiagnosticChain diagnostics, Map context)
          Validates the validateMultiplicity constraint of 'Extension End'
 boolean UMLValidator.validateExtensionEnd_validateAggregation(ExtensionEnd extensionEnd, DiagnosticChain diagnostics, Map context)
          Validates the validateAggregation constraint of 'Extension End'
 Object UMLSwitch.caseExtensionEnd(ExtensionEnd object)
          Returns the result of interpretting the object as an instance of 'Extension End'
 


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