|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Include | |
org.omg.uml.behavioralelements.usecases |
Uses of Include in org.omg.uml.behavioralelements.usecases |
Methods in org.omg.uml.behavioralelements.usecases that return Include | |
Include |
IncludeClass.createInclude()
The default factory operation used to create an instance object. |
Include |
IncludeClass.createInclude(String name,
VisibilityKind visibility,
boolean isSpecification)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.behavioralelements.usecases with parameters of type Include | |
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. |
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. |
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. |
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. |
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. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |