]> gerrit.simantics Code Review - simantics/sysdyn.git/commit
WARNING: A previously agreed change to WriteGraph.deny(s,p,o) has been performed...
authorlehtonen <lehtonen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Sun, 8 Aug 2010 14:25:20 +0000 (14:25 +0000)
committerlehtonen <lehtonen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Sun, 8 Aug 2010 14:25:20 +0000 (14:25 +0000)
commitc7ea6e7f6961f430183a0686c874c0fca7105a1f
treed669ab3d1f83374ad50426ebdc4cd3643fac2227
parent497293d5ab33708d9f13abb6cd03230e80996e07
WARNING: A previously agreed change to WriteGraph.deny(s,p,o) has been performed. If you have been
using WriteGraph.deny(s,p,o), please check that your code uses the correct method for the task according
to the following specs:

WriteGraph.deny(s,p,o) previously only removed the statements (s,p,o) & (o,p',s), where p inverseOf p',
which is what WriteGraph.deny(Statement) did and still does.

Now, deny(s,p,o) has changed to denyStatement(s,p,o) and the current deny(s,p,o) works like deny(s,p)
in that it will remove all statements between s and o where subrelationOf(?p, p) is true.

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@17016 ac1ea38d-2e2b-0410-8846-a27921b304fc
org.simantics.objmap/src/org/simantics/objmap/rules/domain/MappingUtils.java
org.simantics.sysdyn.ui/src/org/simantics/sysdyn/ui/handlers/ToggleResultActivation.java
org.simantics.sysdyn/src/org/simantics/sysdyn/manager/SysdynExperiment.java