I have an operation schema C which consists of two sequential operation schemas A and B. A must be performed before B. I'm stuck on how to represent the sequence of schema activation.
Can I use schema conjunction, i.e. C == A ∧ B ? or is there a way to 'call' schema B from A?
I'm new to Z-notation, any help would be greatly appreciated!
For an example of a big Z specification, I suggest this recently uploaded project: https://github.com/vinahradau/finma
The following schema conjunction works in CZT. Here, C is not called from B, but rather after B.