X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.plant3d.ontology%2Fsrc%2Forg%2Fsimantics%2Fplant3d%2Fontology%2FPlant3D.java;h=818b497e5cc836bec494c2b1376564c27555cf5a;hb=fd4f0601db6962e81b0242690a5857dd6344dd71;hp=e8558f2864fbfded90c5f26b81a86cd46e23ed32;hpb=63f2f953315938928e5a232a619fa9bb5d694580;p=simantics%2F3d.git diff --git a/org.simantics.plant3d.ontology/src/org/simantics/plant3d/ontology/Plant3D.java b/org.simantics.plant3d.ontology/src/org/simantics/plant3d/ontology/Plant3D.java index e8558f28..818b497e 100644 --- a/org.simantics.plant3d.ontology/src/org/simantics/plant3d/ontology/Plant3D.java +++ b/org.simantics.plant3d.ontology/src/org/simantics/plant3d/ontology/Plant3D.java @@ -102,6 +102,7 @@ public class Plant3D { public final Resource PipelineComponentTag; public final Resource Plant; public final Resource PreviousInverse; + public final Resource ReverseComponent; public final Resource RotateComponent; public final Resource SingleConnectedComponent; public final Resource SizeChangeComponent; @@ -207,6 +208,7 @@ public class Plant3D { public static final String PipelineComponentTag = "http://www.simantics.org/Plant3D-0.1/PipelineComponentTag"; public static final String Plant = "http://www.simantics.org/Plant3D-0.1/Plant"; public static final String PreviousInverse = "http://www.simantics.org/Plant3D-0.1/PreviousInverse"; + public static final String ReverseComponent = "http://www.simantics.org/Plant3D-0.1/ReverseComponent"; public static final String RotateComponent = "http://www.simantics.org/Plant3D-0.1/RotateComponent"; public static final String SingleConnectedComponent = "http://www.simantics.org/Plant3D-0.1/SingleConnectedComponent"; public static final String SizeChangeComponent = "http://www.simantics.org/Plant3D-0.1/SizeChangeComponent"; @@ -322,6 +324,7 @@ public class Plant3D { PipelineComponentTag = getResourceOrNull(graph, URIs.PipelineComponentTag); Plant = getResourceOrNull(graph, URIs.Plant); PreviousInverse = getResourceOrNull(graph, URIs.PreviousInverse); + ReverseComponent = getResourceOrNull(graph, URIs.ReverseComponent); RotateComponent = getResourceOrNull(graph, URIs.RotateComponent); SingleConnectedComponent = getResourceOrNull(graph, URIs.SingleConnectedComponent); SizeChangeComponent = getResourceOrNull(graph, URIs.SizeChangeComponent);