if I understand you correctly, you want to compare two different inputs
and allow data-flow only when a constraint is met. What you can do to
achieve this is to use a SyncDrain. In ECT, SyncDrains can be annotated
with a data constraint which must evaluate to true for the SyncDrain to
be able to fire. For example, if you have a SyncDrain between A and B,
you can specify a constraint A==B which will allow dataflow only if the
data values at A and B are the same.
When you draw a SyncDrain, a small text box is shown in the editor. This
is the place where you can enter the constraint. You can also change it
later (either in the diagram editor or in the Properties view). If you
leave the data constraint empty, it defaults to "true".
The data constraint is considered in the mCRL2 converter. In the EA
converter, I am not sure.
I hope this helps for your problem.
Cheers,
Christian
> --
> You received this message because you are subscribed to the Google
> Groups "reo-dev" group.
> To post to this group, send email to reo...@googlegroups.com.
> To unsubscribe from this group, send email to
> reo-dev+u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/reo-dev?hl=en.
To unsubscribe from this group, send email to reo-dev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/reo-dev?hl=en.
--
You received this message because you are subscribed to the Google Groups "reo-dev" group.
To post to this group, send email to reo...@googlegroups.com.
To unsubscribe from this group, send email to reo-dev+unsubscribe@googlegroups.com.