|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtensionPoint | |
org.omg.uml.behavioralelements.usecases |
Uses of ExtensionPoint in org.omg.uml.behavioralelements.usecases |
Methods in org.omg.uml.behavioralelements.usecases that return ExtensionPoint | |
ExtensionPoint |
ExtensionPointClass.createExtensionPoint()
The default factory operation used to create an instance object. |
ExtensionPoint |
ExtensionPointClass.createExtensionPoint(String name,
VisibilityKind visibility,
boolean isSpecification,
String location)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.behavioralelements.usecases with parameters of type ExtensionPoint | |
boolean |
AExtensionPointUseCase.exists(ExtensionPoint extensionPoint,
UseCase useCase)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
UseCase |
AExtensionPointUseCase.getUseCase(ExtensionPoint extensionPoint)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AExtensionPointUseCase.add(ExtensionPoint extensionPoint,
UseCase useCase)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AExtensionPointUseCase.remove(ExtensionPoint extensionPoint,
UseCase useCase)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AExtensionPointExtend.exists(ExtensionPoint extensionPoint,
Extend extend)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AExtensionPointExtend.getExtend(ExtensionPoint extensionPoint)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AExtensionPointExtend.add(ExtensionPoint extensionPoint,
Extend extend)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AExtensionPointExtend.remove(ExtensionPoint extensionPoint,
Extend extend)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |