|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateAction | |
org.omg.uml.behavioralelements.commonbehavior |
Uses of CreateAction in org.omg.uml.behavioralelements.commonbehavior |
Methods in org.omg.uml.behavioralelements.commonbehavior that return CreateAction | |
CreateAction |
CreateActionClass.createCreateAction()
The default factory operation used to create an instance object. |
CreateAction |
CreateActionClass.createCreateAction(String name,
VisibilityKind visibility,
boolean isSpecification,
IterationExpression recurrence,
ObjectSetExpression target,
boolean isAsynchronous,
ActionExpression script)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.behavioralelements.commonbehavior with parameters of type CreateAction | |
boolean |
ACreateActionInstantiation.exists(CreateAction createAction,
Classifier instantiation)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Classifier |
ACreateActionInstantiation.getInstantiation(CreateAction createAction)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ACreateActionInstantiation.add(CreateAction createAction,
Classifier instantiation)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ACreateActionInstantiation.remove(CreateAction createAction,
Classifier instantiation)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |