\r
INTEROP.HasSource <R L0.IsWeaklyRelatedTo\r
L0.InverseOf INTEROP.HasDestination <R L0.IsWeaklyRelatedTo\r
+\r
+INTEROP.HasGeneratorID <R L0.HasProperty\r
+ L0.HasRange L0.String\r
\r
IBC = INTEROP.InteropBrowseContext : VP.BrowseContext\r
VP.BrowseContext.IsIncludedIn MOD.ModelingBrowseContext\r
public class InteropResource {\r
\r
public final Resource HasDestination;\r
+ public final Resource HasGeneratorID;\r
+ public final Resource HasGeneratorID_Inverse;\r
public final Resource HasImportData;\r
public final Resource HasSource;\r
public final Resource INodeType;\r
\r
public static class URIs {\r
public static final String HasDestination = "http://www.simantics.org/Interop-1.0/HasDestination";\r
+ public static final String HasGeneratorID = "http://www.simantics.org/Interop-1.0/HasGeneratorID";\r
+ public static final String HasGeneratorID_Inverse = "http://www.simantics.org/Interop-1.0/HasGeneratorID/Inverse";\r
public static final String HasImportData = "http://www.simantics.org/Interop-1.0/HasImportData";\r
public static final String HasSource = "http://www.simantics.org/Interop-1.0/HasSource";\r
public static final String INodeType = "http://www.simantics.org/Interop-1.0/INodeType";\r
\r
public InteropResource(ReadGraph graph) {\r
HasDestination = getResourceOrNull(graph, URIs.HasDestination);\r
+ HasGeneratorID = getResourceOrNull(graph, URIs.HasGeneratorID);\r
+ HasGeneratorID_Inverse = getResourceOrNull(graph, URIs.HasGeneratorID_Inverse);\r
HasImportData = getResourceOrNull(graph, URIs.HasImportData);\r
HasSource = getResourceOrNull(graph, URIs.HasSource);\r
INodeType = getResourceOrNull(graph, URIs.INodeType);\r