1 package org.omg.uml.foundation.core;2 3 public interface Binding extends org.omg.uml.foundation.core.Dependency {4 public java.util.List getArgument();5 }6