|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UseCase | |
org.omg.uml.behavioralelements.usecases |
Uses of UseCase in org.omg.uml.behavioralelements.usecases |
Methods in org.omg.uml.behavioralelements.usecases that return UseCase | |
UseCase |
Include.getAddition()
Returns the value of reference addition. |
UseCase |
Include.getBase()
Returns the value of reference base. |
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. |
UseCase |
AIncluderAddition.getAddition(Include includer)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
UseCase |
ExtensionPoint.getUseCase()
Returns the value of reference useCase. |
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. |
UseCase |
Extend.getBase()
Returns the value of reference base. |
UseCase |
Extend.getExtension()
Returns the value of reference extension. |
UseCase |
AIncludeBase.getBase(Include include)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
UseCase |
UseCaseClass.createUseCase()
The default factory operation used to create an instance object. |
UseCase |
UseCaseClass.createUseCase(String name,
VisibilityKind visibility,
boolean isSpecification,
boolean isRoot,
boolean isLeaf,
boolean isAbstract)
Creates an instance object having attributes initialized by the passed values. |
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. |
Methods in org.omg.uml.behavioralelements.usecases with parameters of type UseCase | |
void |
Include.setAddition(UseCase newValue)
Sets the value of reference addition. |
void |
Include.setBase(UseCase newValue)
Sets the value of reference base. |
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. |
Collection |
ABaseExtender.getExtender(UseCase base)
Queries the instance objects that are 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 |
AIncluderAddition.exists(Include includer,
UseCase addition)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AIncluderAddition.getIncluder(UseCase addition)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AIncluderAddition.add(Include includer,
UseCase addition)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AIncluderAddition.remove(Include includer,
UseCase addition)
Removes a link between a pair of instance objects in the current associations link set. |
void |
ExtensionPoint.setUseCase(UseCase newValue)
Sets the value of reference useCase. |
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. |
Collection |
AExtensionPointUseCase.getExtensionPoint(UseCase useCase)
Queries the instance objects that are 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. |
void |
Extend.setBase(UseCase newValue)
Sets the value of reference base. |
void |
Extend.setExtension(UseCase newValue)
Sets the value of reference extension. |
boolean |
AIncludeBase.exists(Include include,
UseCase base)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AIncludeBase.getInclude(UseCase base)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AIncludeBase.add(Include include,
UseCase base)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AIncludeBase.remove(Include include,
UseCase base)
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. |
Collection |
AExtensionExtend.getExtend(UseCase extension)
Queries the instance objects that are 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 |