1 package SOFA.Connector;2 3 4 /** Linkable interface of connector elements.5 * Generated by SOFA CodeGen.6 */7 8 public interface LinkableOperations {9 void link(Object target) throws LinkException;10 }11