org.omg.uml.foundation.core
Interface Dependency

All Superinterfaces:
Element, ModelElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject, Relationship
All Known Subinterfaces:
Abstraction, Binding, Permission, Usage

public interface Dependency
extends Relationship

Dependency object instance interface.


Method Summary
 Collection getClient()
          Returns the value of reference client.
 Collection getSupplier()
          Returns the value of reference supplier.
 
Methods inherited from interface org.omg.uml.foundation.core.ModelElement
getClientDependency, getComment, getConstraint, getName, getNamespace, getSourceFlow, getStereotype, getTaggedValue, getTargetFlow, getTemplateParameter, getVisibility, isSpecification, setName, setNamespace, setSpecification, setVisibility
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getClient

public Collection getClient()
Returns the value of reference client.

Returns:
Value of reference client.

getSupplier

public Collection getSupplier()
Returns the value of reference supplier.

Returns:
Value of reference supplier.