|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Partition | |
org.omg.uml.behavioralelements.activitygraphs |
Uses of Partition in org.omg.uml.behavioralelements.activitygraphs |
Methods in org.omg.uml.behavioralelements.activitygraphs that return Partition | |
Partition |
PartitionClass.createPartition()
The default factory operation used to create an instance object. |
Partition |
PartitionClass.createPartition(String name,
VisibilityKind visibility,
boolean isSpecification)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.behavioralelements.activitygraphs with parameters of type Partition | |
boolean |
AContentsPartition.exists(ModelElement contents,
Partition partition)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AContentsPartition.getContents(Partition partition)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AContentsPartition.add(ModelElement contents,
Partition partition)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AContentsPartition.remove(ModelElement contents,
Partition partition)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AActivityGraphPartition.exists(ActivityGraph activityGraph,
Partition partition)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
ActivityGraph |
AActivityGraphPartition.getActivityGraph(Partition partition)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AActivityGraphPartition.add(ActivityGraph activityGraph,
Partition partition)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AActivityGraphPartition.remove(ActivityGraph activityGraph,
Partition partition)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |