-
Notifications
You must be signed in to change notification settings - Fork 4
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
WIP: Integrate changes for IBeX v2 #425
Draft
maxkratz
wants to merge
268
commits into
master
Choose a base branch
from
refactoring/rework_TGG
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…-class, which will replace the interfaces: IMatchObserver, IContextInterpreter and remove PM related responsibilities from the IBeXTransformationInterpreter class.
->TODO: Templates + Matchfilter
-> TODO: (1) Add CoPattern template (2) Implement: rule application (3) Implement: match conditions (4) Implement: Match filter
+ added expression helper for unparsing expressions
…merge_GT_TGG_Model
+ deleted / renamed old plugin interfaces !Danger! -> This commit currently breaks eMoflon GT as well as eMoflon TGG
+ fixed new plugin interface + fixed statemodel + manager + vadogt
-> Templates -> GTL to GT transformer + added minor features to the gt und core metamodels
…/rework_TGG # Conflicts: # org.emoflon.ibex.gt/src/org/emoflon/ibex/gt/transformation/GTLtoGTModelTransformer.java
+ added api methods
+ fixed buggy transformation that produced multiple objects representing the same EClass
…e deletions in EMF
…ch traversed via eContainer() but did not check that it is actually the correct EReference
… values for the opposite side because they were already bound
`import` was `#import` before
…t to free although the nodes were context and should stay bounded
70 tasks
…t to free although the nodes were context and should stay bounded
…e context elements were assigned new attribute values
…he path, which lets us overwrite it if necessary
…obtain the path, which lets us overwrite it if necessary" This reverts commit 5c23610.
…l-init-fix IBeX dynamic model init refactoring
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR integrates the eMoflon::IBeX v2 specific changes into the main branch towards our goal of merging IBeX 2.0 (#424).