|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Generalization | |
org.omg.uml.foundation.core |
Uses of Generalization in org.omg.uml.foundation.core |
Methods in org.omg.uml.foundation.core that return Generalization | |
Generalization |
GeneralizationClass.createGeneralization()
The default factory operation used to create an instance object. |
Generalization |
GeneralizationClass.createGeneralization(String name,
VisibilityKind visibility,
boolean isSpecification,
String discriminator)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.foundation.core with parameters of type Generalization | |
boolean |
AParentSpecialization.exists(GeneralizableElement parent,
Generalization specialization)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
GeneralizableElement |
AParentSpecialization.getParent(Generalization specialization)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AParentSpecialization.add(GeneralizableElement parent,
Generalization specialization)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AParentSpecialization.remove(GeneralizableElement parent,
Generalization specialization)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AChildGeneralization.exists(GeneralizableElement child,
Generalization generalization)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
GeneralizableElement |
AChildGeneralization.getChild(Generalization generalization)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AChildGeneralization.add(GeneralizableElement child,
Generalization generalization)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AChildGeneralization.remove(GeneralizableElement child,
Generalization generalization)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
APowertypePowertypeRange.exists(Classifier powertype,
Generalization powertypeRange)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Classifier |
APowertypePowertypeRange.getPowertype(Generalization powertypeRange)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
APowertypePowertypeRange.add(Classifier powertype,
Generalization powertypeRange)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
APowertypePowertypeRange.remove(Classifier powertype,
Generalization powertypeRange)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |