]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural2/src/org/simantics/structural2/scl/ComponentTypeProperty.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.structural2 / src / org / simantics / structural2 / scl / ComponentTypeProperty.java
diff --git a/bundles/org.simantics.structural2/src/org/simantics/structural2/scl/ComponentTypeProperty.java b/bundles/org.simantics.structural2/src/org/simantics/structural2/scl/ComponentTypeProperty.java
new file mode 100644 (file)
index 0000000..a582450
--- /dev/null
@@ -0,0 +1,14 @@
+package org.simantics.structural2.scl;\r
+\r
+import org.simantics.db.Resource;\r
+import org.simantics.scl.compiler.types.Type;\r
+\r
+public class ComponentTypeProperty {\r
+       public final Resource relation;\r
+       public final Type type;\r
+       \r
+       public ComponentTypeProperty(Resource relation, Type type) {\r
+               this.relation = relation;\r
+               this.type = type;\r
+       }       \r
+}\r