|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Feature | |
org.omg.uml.behavioralelements.collaborations | |
org.omg.uml.behavioralelements.commonbehavior | |
org.omg.uml.foundation.core |
Uses of Feature in org.omg.uml.behavioralelements.collaborations |
Methods in org.omg.uml.behavioralelements.collaborations with parameters of type Feature | |
boolean |
AClassifierRoleAvailableFeature.exists(ClassifierRole classifierRole,
Feature availableFeature)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AClassifierRoleAvailableFeature.getClassifierRole(Feature availableFeature)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AClassifierRoleAvailableFeature.add(ClassifierRole classifierRole,
Feature availableFeature)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AClassifierRoleAvailableFeature.remove(ClassifierRole classifierRole,
Feature availableFeature)
Removes a link between a pair of instance objects in the current associations link set. |
Uses of Feature in org.omg.uml.behavioralelements.commonbehavior |
Subinterfaces of Feature in org.omg.uml.behavioralelements.commonbehavior | |
interface |
Reception
Reception object instance interface. |
Uses of Feature in org.omg.uml.foundation.core |
Subinterfaces of Feature in org.omg.uml.foundation.core | |
interface |
Attribute
Attribute object instance interface. |
interface |
BehavioralFeature
BehavioralFeature object instance interface. |
interface |
Method
Method object instance interface. |
interface |
Operation
Operation object instance interface. |
interface |
StructuralFeature
StructuralFeature object instance interface. |
Methods in org.omg.uml.foundation.core with parameters of type Feature | |
boolean |
AOwnerFeature.exists(Classifier owner,
Feature feature)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Classifier |
AOwnerFeature.getOwner(Feature feature)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AOwnerFeature.add(Classifier owner,
Feature feature)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AOwnerFeature.remove(Classifier owner,
Feature feature)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |