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

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

Uses of ExtensionPoint in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ExtensionPoint
 ExtensionPoint UMLFactory.createExtensionPoint()
          Returns a new object of class 'Extension Point'
 ExtensionPoint UseCase.createExtensionPoint(java.lang.String name)
          Creates a new ExtensionPoint, with the specified 'Name', and appends it to the 'Extension Point' containment reference list
 ExtensionPoint Extend.getExtensionLocation(java.lang.String name)
          Retrieves the first ExtensionPoint with the specified 'Name' from the 'Extension Location' reference list
 ExtensionPoint Extend.getExtensionLocation(java.lang.String name, boolean ignoreCase)
          Retrieves the first ExtensionPoint with the specified 'Name' from the 'Extension Location' reference list
 ExtensionPoint UseCase.getExtensionPoint(java.lang.String name)
          Retrieves the first ExtensionPoint with the specified 'Name' from the 'Extension Point' containment reference list
 ExtensionPoint UseCase.getExtensionPoint(java.lang.String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first ExtensionPoint with the specified 'Name' from the 'Extension Point' containment reference list
 

Methods in org.eclipse.uml2.uml that return types with arguments of type ExtensionPoint
 org.eclipse.emf.common.util.EList<ExtensionPoint> Extend.getExtensionLocations()
          Returns the value of the 'Extension Location' reference list.
 org.eclipse.emf.common.util.EList<ExtensionPoint> UseCase.getExtensionPoints()
          Returns the value of the 'Extension Point' containment reference list.
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ExtensionPoint
 T UMLSwitch.caseExtensionPoint(ExtensionPoint object)
          Returns the result of interpreting the object as an instance of 'Extension Point'
 boolean UMLValidator.validateExtensionPoint_validateMustHaveName(ExtensionPoint extensionPoint, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateMustHaveName constraint of 'Extension Point'
 boolean UMLValidator.validateExtensionPoint(ExtensionPoint extensionPoint, 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.