]> gerrit.simantics Code Review - simantics/district.git/blobdiff - org.simantics.district.network.ontology/src/org/simantics/district/network/ontology/DistrictNetworkResource.java
TechTypeTable features
[simantics/district.git] / org.simantics.district.network.ontology / src / org / simantics / district / network / ontology / DistrictNetworkResource.java
index d12c2755c11540b2df84e452f035762276de01cb..1b4d4e245637435aa3345313dc9fa6fd319578d8 100644 (file)
@@ -376,6 +376,14 @@ public class DistrictNetworkResource {
     public final Resource SupplyConnectionType;
     public final Resource SupplyInConnectionType;
     public final Resource SupplyOutConnectionType;
+    public final Resource TechType;
+    public final Resource TechType_Functions;
+    public final Resource TechType_Functions_techTypeCodeValueAccessor;
+    public final Resource TechType_TechTypeCodeParameterType;
+    public final Resource TechType_TechTypeTable;
+    public final Resource TechType_TechTypeTable_HasComponentType;
+    public final Resource TechType_TechTypeTable_HasData;
+    public final Resource TechType_TechTypeTable_HasData_Inverse;
     public final Resource Vertex;
     public final Resource VertexDefaultMapping;
     public final Resource VertexDefaultMapping_Inverse;
@@ -828,6 +836,14 @@ public class DistrictNetworkResource {
         public static final String SupplyConnectionType = "http://www.simantics.org/DistrictNetwork-1.0/SupplyConnectionType";
         public static final String SupplyInConnectionType = "http://www.simantics.org/DistrictNetwork-1.0/SupplyInConnectionType";
         public static final String SupplyOutConnectionType = "http://www.simantics.org/DistrictNetwork-1.0/SupplyOutConnectionType";
+        public static final String TechType = "http://www.simantics.org/DistrictNetwork-1.0/TechType";
+        public static final String TechType_Functions = "http://www.simantics.org/DistrictNetwork-1.0/TechType/Functions";
+        public static final String TechType_Functions_techTypeCodeValueAccessor = "http://www.simantics.org/DistrictNetwork-1.0/TechType/Functions/techTypeCodeValueAccessor";
+        public static final String TechType_TechTypeCodeParameterType = "http://www.simantics.org/DistrictNetwork-1.0/TechType/TechTypeCodeParameterType";
+        public static final String TechType_TechTypeTable = "http://www.simantics.org/DistrictNetwork-1.0/TechType/TechTypeTable";
+        public static final String TechType_TechTypeTable_HasComponentType = "http://www.simantics.org/DistrictNetwork-1.0/TechType/TechTypeTable/HasComponentType";
+        public static final String TechType_TechTypeTable_HasData = "http://www.simantics.org/DistrictNetwork-1.0/TechType/TechTypeTable/HasData";
+        public static final String TechType_TechTypeTable_HasData_Inverse = "http://www.simantics.org/DistrictNetwork-1.0/TechType/TechTypeTable/HasData/Inverse";
         public static final String Vertex = "http://www.simantics.org/DistrictNetwork-1.0/Vertex";
         public static final String VertexDefaultMapping = "http://www.simantics.org/DistrictNetwork-1.0/VertexDefaultMapping";
         public static final String VertexDefaultMapping_Inverse = "http://www.simantics.org/DistrictNetwork-1.0/VertexDefaultMapping/Inverse";
@@ -1290,6 +1306,14 @@ public class DistrictNetworkResource {
         SupplyConnectionType = getResourceOrNull(graph, URIs.SupplyConnectionType);
         SupplyInConnectionType = getResourceOrNull(graph, URIs.SupplyInConnectionType);
         SupplyOutConnectionType = getResourceOrNull(graph, URIs.SupplyOutConnectionType);
+        TechType = getResourceOrNull(graph, URIs.TechType);
+        TechType_Functions = getResourceOrNull(graph, URIs.TechType_Functions);
+        TechType_Functions_techTypeCodeValueAccessor = getResourceOrNull(graph, URIs.TechType_Functions_techTypeCodeValueAccessor);
+        TechType_TechTypeCodeParameterType = getResourceOrNull(graph, URIs.TechType_TechTypeCodeParameterType);
+        TechType_TechTypeTable = getResourceOrNull(graph, URIs.TechType_TechTypeTable);
+        TechType_TechTypeTable_HasComponentType = getResourceOrNull(graph, URIs.TechType_TechTypeTable_HasComponentType);
+        TechType_TechTypeTable_HasData = getResourceOrNull(graph, URIs.TechType_TechTypeTable_HasData);
+        TechType_TechTypeTable_HasData_Inverse = getResourceOrNull(graph, URIs.TechType_TechTypeTable_HasData_Inverse);
         Vertex = getResourceOrNull(graph, URIs.Vertex);
         VertexDefaultMapping = getResourceOrNull(graph, URIs.VertexDefaultMapping);
         VertexDefaultMapping_Inverse = getResourceOrNull(graph, URIs.VertexDefaultMapping_Inverse);