aboutsummaryrefslogtreecommitdiffstats
path: root/Solvers/Alloy-Solver
diff options
context:
space:
mode:
authorLibravatar Oszkar Semerath <semerath@mit.bme.hu>2020-04-14 22:51:43 +0200
committerLibravatar Oszkar Semerath <semerath@mit.bme.hu>2020-04-14 22:51:43 +0200
commit78ee23e3ae0952cd0df4ea3bca0321855c3794f0 (patch)
treeecd7b4eb5e414d4668bdbc5b81532e28df2e1918 /Solvers/Alloy-Solver
parentrestructured pattern generation (diff)
downloadVIATRA-Generator-78ee23e3ae0952cd0df4ea3bca0321855c3794f0.tar.gz
VIATRA-Generator-78ee23e3ae0952cd0df4ea3bca0321855c3794f0.tar.zst
VIATRA-Generator-78ee23e3ae0952cd0df4ea3bca0321855c3794f0.zip
Alloy typeQuery fix
Diffstat (limited to 'Solvers/Alloy-Solver')
-rw-r--r--Solvers/Alloy-Solver/hu.bme.mit.inf.dlsreasoner.alloy.reasoner/queries/hu/bme/mit/inf/dlsreasoner/alloy/reasoner/queries/typeQueries.vql2
1 files changed, 1 insertions, 1 deletions
diff --git a/Solvers/Alloy-Solver/hu.bme.mit.inf.dlsreasoner.alloy.reasoner/queries/hu/bme/mit/inf/dlsreasoner/alloy/reasoner/queries/typeQueries.vql b/Solvers/Alloy-Solver/hu.bme.mit.inf.dlsreasoner.alloy.reasoner/queries/hu/bme/mit/inf/dlsreasoner/alloy/reasoner/queries/typeQueries.vql
index 8d93cafb..c9581137 100644
--- a/Solvers/Alloy-Solver/hu.bme.mit.inf.dlsreasoner.alloy.reasoner/queries/hu/bme/mit/inf/dlsreasoner/alloy/reasoner/queries/typeQueries.vql
+++ b/Solvers/Alloy-Solver/hu.bme.mit.inf.dlsreasoner.alloy.reasoner/queries/hu/bme/mit/inf/dlsreasoner/alloy/reasoner/queries/typeQueries.vql
@@ -81,5 +81,5 @@ private pattern typeDoesNotCoverElementOccurance(element: DefinedElement, type:
81 find supertype(containerType,type); 81 find supertype(containerType,type);
82 TypeDefinition.elements(containerType,element); 82 TypeDefinition.elements(containerType,element);
83 TypeDefinition.elements(uncoveredOccurance,element); 83 TypeDefinition.elements(uncoveredOccurance,element);
84 neg find supertype(uncoveredOccurance,type); 84 neg find supertype(type, uncoveredOccurance);
85} \ No newline at end of file 85} \ No newline at end of file