summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-07-25 16:58:09 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-07-25 16:58:09 +0200
commitd2289b32c2602f9c64d25a80e54e56dee233448a (patch)
tree0d7e032e46368a9c634f1895f818f33b26556247 /data/property/incrementer.pro
parent3b35064d28382b66bdbe481baca9d80cc059dc42 (diff)
It seems to work.
Diffstat (limited to 'data/property/incrementer.pro')
-rw-r--r--data/property/incrementer.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/property/incrementer.pro b/data/property/incrementer.pro
new file mode 100644
index 0000000..ba8fc7a
--- /dev/null
+++ b/data/property/incrementer.pro
@@ -0,0 +1,16 @@
+(tag_existing
+ (
+ (wf waveform INCREMENTED_WAVEFORM)
+ )
+ (exists ps process
+ (CTL_verifies ps
+ (EF
+ (and
+ (is_read_structure "(??L)")
+ (is_read_element "0" "+")
+ (is_read_element "1" wf)
+ )
+ )
+ )
+ )
+)