-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Types of Propagations/Lookups #74
Comments
The following method looks interesting. I do not know if it could be expressed as a BackwardRule. lookUpAllUserActions in class BPArchitectureModelLookup Edit: Yes, I could express the same functionality using a BackwardLookup. |
What about BPArchitectureModelLookup#lookUpUserActionsUpToReleaseDeviceResource? |
Example for RuleReference:
|
The method BPChangePropagationAnalysis#createAndAddInterfaceModifications creates the items ISModifySignature which have a special method getSignatureModifications(). We do not have any language feature to address this. |
Adding sub modification marks imposes much complexity.
|
What are the types of Lookups we should support?
Is there something the Kamp Rule Language (KARL) is missing?
The text was updated successfully, but these errors were encountered: