|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Argument | |
org.omg.uml.behavioralelements.commonbehavior |
Uses of Argument in org.omg.uml.behavioralelements.commonbehavior |
Methods in org.omg.uml.behavioralelements.commonbehavior that return Argument | |
Argument |
ArgumentClass.createArgument()
The default factory operation used to create an instance object. |
Argument |
ArgumentClass.createArgument(String name,
VisibilityKind visibility,
boolean isSpecification,
Expression value)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.behavioralelements.commonbehavior with parameters of type Argument | |
boolean |
AActualArgumentAction.exists(Argument actualArgument,
Action action)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Action |
AActualArgumentAction.getAction(Argument actualArgument)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AActualArgumentAction.add(Argument actualArgument,
Action action)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AActualArgumentAction.remove(Argument actualArgument,
Action action)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |