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
 T UMLSwitch.caseExtensionEnd(ExtensionEnd object)
          Returns the result of interpreting the object as an instance of 'Extension End'
 boolean UMLValidator.validateExtensionEnd_validateAggregation(ExtensionEnd extensionEnd, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateAggregation constraint of 'Extension End'
 boolean UMLValidator.validateExtensionEnd_validateMultiplicity(ExtensionEnd extensionEnd, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateMultiplicity constraint of 'Extension End'
 boolean UMLValidator.validateExtensionEnd(ExtensionEnd extensionEnd, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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