-
Notifications
You must be signed in to change notification settings - Fork 6
The syntax
José A. Rodríguez Gallego edited this page Jan 24, 2023
·
2 revisions
While defining the model with the @model(name)
, we can explicitly define semantic properties of the involved rules. To do so, we just need to use the @number{rules}
command, which represents that in a given computational step that rule can be executed, at most, number
times.
@model(example_model) = evolution, @1{communication};