1 package org.omg.uml.behavioralelements.commonbehavior;2 3 public interface Link extends org.omg.uml.foundation.core.ModelElement {4 public org.omg.uml.foundation.core.UmlAssociation getAssociation();5 public void setAssociation(org.omg.uml.foundation.core.UmlAssociation newValue);6 public java.util.Collection getConnection();7 }8