]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.structural2/src/org/simantics/structural2/procedural/Interface.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.structural2 / src / org / simantics / structural2 / procedural / Interface.java
1 package org.simantics.structural2.procedural;\r
2 \r
3 import org.simantics.db.Resource;\r
4 \r
5 public class Interface implements ConnectionPoint {\r
6     public final Resource relation;\r
7 \r
8     public Interface(Resource relation) {\r
9         this.relation = relation;\r
10     }\r
11 }\r