Controller properties annotations
A controller properties annotation can be added to a CIF specification that represents a controller that satisfies certain properties. The annotation should not be manually added to specifications. Instead, it should be added by tools such as the CIF controller properties checker tool, once the tool has checked that the properties hold for the specification. For instance, such a tool may add the following to a CIF specification that has bounded response:
@@controller:properties(boundedResponse: true, uncontrollablesBound: 2, controllablesBound: 5)
For more detailed information on controller properties annotations, see the reference manual.