1: package org.andromda.metafacades.emf.uml2; 2: 3: import org.eclipse.uml2.Slot; 4: 5: public interface AttributeLink extends Slot { 6: }