1 package org.omg.uml.foundation.core;2 3 public interface Dependency extends org.omg.uml.foundation.core.Relationship {4 public java.util.Collection getClient();5 public java.util.Collection getSupplier();6 }7