|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parameter | |
org.omg.uml.behavioralelements.activitygraphs | |
org.omg.uml.behavioralelements.statemachines | |
org.omg.uml.foundation.core |
Uses of Parameter in org.omg.uml.behavioralelements.activitygraphs |
Methods in org.omg.uml.behavioralelements.activitygraphs with parameters of type Parameter | |
boolean |
AParameterState.exists(Parameter parameter,
ObjectFlowState state)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AParameterState.getState(Parameter parameter)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AParameterState.add(Parameter parameter,
ObjectFlowState state)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AParameterState.remove(Parameter parameter,
ObjectFlowState state)
Removes a link between a pair of instance objects in the current associations link set. |
Uses of Parameter in org.omg.uml.behavioralelements.statemachines |
Methods in org.omg.uml.behavioralelements.statemachines with parameters of type Parameter | |
boolean |
AEventParameter.exists(Event event,
Parameter parameter)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Event |
AEventParameter.getEvent(Parameter parameter)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AEventParameter.add(Event event,
Parameter parameter)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AEventParameter.remove(Event event,
Parameter parameter)
Removes a link between a pair of instance objects in the current associations link set. |
Uses of Parameter in org.omg.uml.foundation.core |
Methods in org.omg.uml.foundation.core that return Parameter | |
Parameter |
ParameterClass.createParameter()
The default factory operation used to create an instance object. |
Parameter |
ParameterClass.createParameter(String name,
VisibilityKind visibility,
boolean isSpecification,
Expression defaultValue,
ParameterDirectionKind kind)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.foundation.core with parameters of type Parameter | |
boolean |
ABehavioralFeatureParameter.exists(BehavioralFeature behavioralFeature,
Parameter parameter)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
BehavioralFeature |
ABehavioralFeatureParameter.getBehavioralFeature(Parameter parameter)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ABehavioralFeatureParameter.add(BehavioralFeature behavioralFeature,
Parameter parameter)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ABehavioralFeatureParameter.remove(BehavioralFeature behavioralFeature,
Parameter parameter)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
ATypedParameterType.exists(Parameter typedParameter,
Classifier type)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Classifier |
ATypedParameterType.getType(Parameter typedParameter)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ATypedParameterType.add(Parameter typedParameter,
Classifier type)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ATypedParameterType.remove(Parameter typedParameter,
Classifier type)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |