L0.HasResourceClass "org.simantics.interop.stubs.InteropResource"\r
@L0.new\r
\r
-INTEROP.InteropFeature : PROJ.Feature\r
- L0.HasDescription "Interop feature."\r
+//INTEROP.InteropFeature : PROJ.Feature\r
+// L0.HasDescription "Interop feature."\r
\r
\r
INTEROP.ImportLibrary <T L0.Library
\ No newline at end of file
<extension\r
point="org.simantics.browsing.ui.common.viewpointContributionBinding">\r
<binding\r
- browseContext="http://www.simantics.org/Structural-1.0/ModelBrowser">\r
+ browseContext="http://www.apros.fi/Apros-6.0/AprosModelBrowser">\r
<implementation\r
class="org.simantics.interop.handlers.Contributor1"\r
preference="1.0">\r
<extension\r
point="org.simantics.browsing.ui.common.evaluatorBinding">\r
<binding\r
- browseContext="http://www.simantics.org/Structural-1.0/ModelBrowser">\r
+ browseContext="http://www.apros.fi/Apros-6.0/AprosModelBrowser">\r
<implementation\r
class="org.simantics.interop.handlers.EvaluatorFactory1"\r
preference="1">\r
public class InteropResource {\r
\r
public final Resource ImportLibrary;\r
- public final Resource InteropFeature;\r
\r
public static class URIs {\r
public static final String ImportLibrary = "http://www.simantics.org/Interop-1.0/ImportLibrary";\r
- public static final String InteropFeature = "http://www.simantics.org/Interop-1.0/InteropFeature";\r
}\r
\r
public static Resource getResourceOrNull(ReadGraph graph, String uri) {\r
\r
public InteropResource(ReadGraph graph) {\r
ImportLibrary = getResourceOrNull(graph, URIs.ImportLibrary);\r
- InteropFeature = getResourceOrNull(graph, URIs.InteropFeature);\r
}\r
\r
public static InteropResource getInstance(ReadGraph graph) {\r