|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use BehavioralFeature | |
| org.omg.uml.behavioralelements.commonbehavior | |
| org.omg.uml.foundation.core | |
| Uses of BehavioralFeature in org.omg.uml.behavioralelements.commonbehavior |
| Subinterfaces of BehavioralFeature in org.omg.uml.behavioralelements.commonbehavior | |
interface |
Reception
Reception object instance interface. |
| Methods in org.omg.uml.behavioralelements.commonbehavior with parameters of type BehavioralFeature | |
boolean |
AContextRaisedSignal.exists(BehavioralFeature context,
Signal raisedSignal)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AContextRaisedSignal.getRaisedSignal(BehavioralFeature context)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AContextRaisedSignal.add(BehavioralFeature context,
Signal raisedSignal)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AContextRaisedSignal.remove(BehavioralFeature context,
Signal raisedSignal)
Removes a link between a pair of instance objects in the current associations link set. |
| Uses of BehavioralFeature in org.omg.uml.foundation.core |
| Subinterfaces of BehavioralFeature in org.omg.uml.foundation.core | |
interface |
Method
Method object instance interface. |
interface |
Operation
Operation object instance interface. |
| Methods in org.omg.uml.foundation.core that return BehavioralFeature | |
BehavioralFeature |
Parameter.getBehavioralFeature()
Returns the value of reference behavioralFeature. |
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. |
| Methods in org.omg.uml.foundation.core with parameters of type BehavioralFeature | |
void |
Parameter.setBehavioralFeature(BehavioralFeature newValue)
Sets the value of reference behavioralFeature. |
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. |
List |
ABehavioralFeatureParameter.getParameter(BehavioralFeature behavioralFeature)
Queries the instance objects that are 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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||