Modifies Clauses in Projects with Event or Event Data Ports lack "api" in modifies clause by default when compute cases contain outcomes that would populate outgoing ports on a component.
For example,
if I had
AADL:
cases
case
REQEx: "I'm an example"
assume
T;
guarantee
MustSend(myOutPort);
Then the codegen would not provide "api in the modifies clause of that initialize, compute, etc for that component.