|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dependency | |
org.omg.uml.foundation.core |
Uses of Dependency in org.omg.uml.foundation.core |
Subinterfaces of Dependency in org.omg.uml.foundation.core | |
interface |
Abstraction
Abstraction object instance interface. |
interface |
Binding
Binding object instance interface. |
interface |
Permission
Permission object instance interface. |
interface |
Usage
Usage object instance interface. |
Methods in org.omg.uml.foundation.core that return Dependency | |
Dependency |
DependencyClass.createDependency()
The default factory operation used to create an instance object. |
Dependency |
DependencyClass.createDependency(String name,
VisibilityKind visibility,
boolean isSpecification)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.foundation.core with parameters of type Dependency | |
boolean |
AClientClientDependency.exists(ModelElement client,
Dependency clientDependency)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AClientClientDependency.getClient(Dependency clientDependency)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AClientClientDependency.add(ModelElement client,
Dependency clientDependency)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AClientClientDependency.remove(ModelElement client,
Dependency clientDependency)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
ASupplierSupplierDependency.exists(ModelElement supplier,
Dependency supplierDependency)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
ASupplierSupplierDependency.getSupplier(Dependency supplierDependency)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
ASupplierSupplierDependency.add(ModelElement supplier,
Dependency supplierDependency)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ASupplierSupplierDependency.remove(ModelElement supplier,
Dependency supplierDependency)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |