1 package org.omg.uml.foundation.core;2 3 public interface UmlAssociation extends org.omg.uml.foundation.core.GeneralizableElement, org.omg.uml.foundation.core.Relationship {4 public java.util.List getConnection();5 }6