|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GeneralizableElement in org.omg.uml.behavioralelements.activitygraphs |
Subinterfaces of GeneralizableElement in org.omg.uml.behavioralelements.activitygraphs | |
interface |
ClassifierInState
ClassifierInState object instance interface. |
Uses of GeneralizableElement in org.omg.uml.behavioralelements.collaborations |
Subinterfaces of GeneralizableElement in org.omg.uml.behavioralelements.collaborations | |
interface |
AssociationRole
AssociationRole object instance interface. |
interface |
ClassifierRole
ClassifierRole object instance interface. |
interface |
Collaboration
Collaboration object instance interface. |
Uses of GeneralizableElement in org.omg.uml.behavioralelements.commonbehavior |
Subinterfaces of GeneralizableElement in org.omg.uml.behavioralelements.commonbehavior | |
interface |
Signal
Signal object instance interface. |
interface |
UmlException
Exception object instance interface. |
Uses of GeneralizableElement in org.omg.uml.behavioralelements.usecases |
Subinterfaces of GeneralizableElement in org.omg.uml.behavioralelements.usecases | |
interface |
Actor
Actor object instance interface. |
interface |
UseCase
UseCase object instance interface. |
Uses of GeneralizableElement in org.omg.uml.foundation.core |
Subinterfaces of GeneralizableElement in org.omg.uml.foundation.core | |
interface |
Artifact
Artifact object instance interface. |
interface |
AssociationClass
AssociationClass object instance interface. |
interface |
Classifier
Classifier object instance interface. |
interface |
Component
Component object instance interface. |
interface |
DataType
DataType object instance interface. |
interface |
Enumeration
Enumeration object instance interface. |
interface |
Interface
Interface object instance interface. |
interface |
Node
Node object instance interface. |
interface |
Primitive
Primitive object instance interface. |
interface |
ProgrammingLanguageDataType
ProgrammingLanguageDataType object instance interface. |
interface |
Stereotype
Stereotype object instance interface. |
interface |
UmlAssociation
Association object instance interface. |
interface |
UmlClass
Class object instance interface. |
Methods in org.omg.uml.foundation.core that return GeneralizableElement | |
GeneralizableElement |
Generalization.getChild()
Returns the value of reference child. |
GeneralizableElement |
Generalization.getParent()
Returns the value of reference parent. |
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. |
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. |
Methods in org.omg.uml.foundation.core with parameters of type GeneralizableElement | |
void |
Generalization.setChild(GeneralizableElement newValue)
Sets the value of reference child. |
void |
Generalization.setParent(GeneralizableElement newValue)
Sets the value of reference parent. |
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. |
Collection |
AParentSpecialization.getSpecialization(GeneralizableElement parent)
Queries the instance objects that are 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. |
Collection |
AChildGeneralization.getGeneralization(GeneralizableElement child)
Queries the instance objects that are 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. |
Uses of GeneralizableElement in org.omg.uml.modelmanagement |
Subinterfaces of GeneralizableElement in org.omg.uml.modelmanagement | |
interface |
Model
Model object instance interface. |
interface |
Subsystem
Subsystem object instance interface. |
interface |
UmlPackage
Package object instance interface. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |