|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Extend | |
org.omg.uml.behavioralelements.usecases |
Uses of Extend in org.omg.uml.behavioralelements.usecases |
Methods in org.omg.uml.behavioralelements.usecases that return Extend | |
Extend |
ExtendClass.createExtend()
The default factory operation used to create an instance object. |
Extend |
ExtendClass.createExtend(String name,
VisibilityKind visibility,
boolean isSpecification,
BooleanExpression condition)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.behavioralelements.usecases with parameters of type Extend | |
boolean |
ABaseExtender.exists(UseCase base,
Extend extender)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
UseCase |
ABaseExtender.getBase(Extend extender)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ABaseExtender.add(UseCase base,
Extend extender)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ABaseExtender.remove(UseCase base,
Extend extender)
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. |
List |
AExtensionPointExtend.getExtensionPoint(Extend extend)
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. |
boolean |
AExtensionExtend.exists(UseCase extension,
Extend extend)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
UseCase |
AExtensionExtend.getExtension(Extend extend)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AExtensionExtend.add(UseCase extension,
Extend extend)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AExtensionExtend.remove(UseCase extension,
Extend extend)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |