|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElementImport | |
org.omg.uml.modelmanagement |
Uses of ElementImport in org.omg.uml.modelmanagement |
Methods in org.omg.uml.modelmanagement that return ElementImport | |
ElementImport |
ElementImportClass.createElementImport()
The default factory operation used to create an instance object. |
ElementImport |
ElementImportClass.createElementImport(VisibilityKind visibility,
String alias,
boolean isSpecification)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.modelmanagement with parameters of type ElementImport | |
boolean |
APackageElementImport.exists(UmlPackage umlPackage,
ElementImport elementImport)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
UmlPackage |
APackageElementImport.getUmlPackage(ElementImport elementImport)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
APackageElementImport.add(UmlPackage umlPackage,
ElementImport elementImport)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
APackageElementImport.remove(UmlPackage umlPackage,
ElementImport elementImport)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AImportedElementElementImport.exists(ModelElement importedElement,
ElementImport elementImport)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
ModelElement |
AImportedElementElementImport.getImportedElement(ElementImport elementImport)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AImportedElementElementImport.add(ModelElement importedElement,
ElementImport elementImport)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AImportedElementElementImport.remove(ModelElement importedElement,
ElementImport elementImport)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |