]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural2/src/org/simantics/structural2/variables/Connection.java
foobaz
[simantics/platform.git] / bundles / org.simantics.structural2 / src / org / simantics / structural2 / variables / Connection.java
index b404932e7a58c6d59bd98917c30dee81df36d788..f62606996ce6c45d5868e5d92d465cbe3e922b24 100644 (file)
@@ -7,7 +7,7 @@ import org.simantics.db.Resource;
 import org.simantics.db.exception.DatabaseException;
 import org.simantics.db.layer0.variable.Variable;
 
-public interface Connection {
+public interface Connection extends Connection2 {
 
     /**
      * Return absolute URIs of the connection points. An optional (may be null) relationType may be used
@@ -21,5 +21,5 @@ public interface Connection {
        Collection<Variable> getConnectionPoints(ReadGraph graph, Resource relationType) throws DatabaseException;
        
        Collection<VariableConnectionPointDescriptor> getConnectionPointDescriptors(ReadGraph graph, Resource relationType) throws DatabaseException;
-
+       
 }