|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
UseCase.createExtensionPoint(String name)
Creates a new ExtensionPoint , with the specified 'Name', and appends it to the 'Extension Point' containment reference list |
ExtensionPoint |
UseCase.getExtensionPoint(String name)
Retrieves the first ExtensionPoint with the specified 'Name' from the 'Extension Point' containment reference list |
ExtensionPoint |
UseCase.getExtensionPoint(String name,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first ExtensionPoint with the specified 'Name' from the 'Extension Point' containment reference list |
ExtensionPoint |
UMLFactory.createExtensionPoint()
Returns a new object of class 'Extension Point' |
ExtensionPoint |
Extend.getExtensionLocation(String name)
Retrieves the first ExtensionPoint with the specified 'Name' from the 'Extension Location' reference list |
ExtensionPoint |
Extend.getExtensionLocation(String name,
boolean ignoreCase)
Retrieves the first ExtensionPoint with the specified 'Name' from the 'Extension Location' reference list |
Uses of ExtensionPoint in org.eclipse.uml2.uml.util |
Methods in org.eclipse.uml2.uml.util with parameters of type ExtensionPoint | |
boolean |
UMLValidator.validateExtensionPoint(ExtensionPoint extensionPoint,
DiagnosticChain diagnostics,
Map context)
|
boolean |
UMLValidator.validateExtensionPoint_validateMustHaveName(ExtensionPoint extensionPoint,
DiagnosticChain diagnostics,
Map context)
Validates the validateMustHaveName constraint of 'Extension Point' |
Object |
UMLSwitch.caseExtensionPoint(ExtensionPoint object)
Returns the result of interpretting the object as an instance of 'Extension Point' |
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |