Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
model_join
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher
model_join
Commits
41d53d2c
Commit
41d53d2c
authored
5 years ago
by
Chrissi
Browse files
Options
Downloads
Patches
Plain Diff
last changes for keep list
parent
430678db
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/org/rosi_project/model_sync/model_join/representation/grammar/KeepSuperTypeExpression.java
+0
-10
0 additions, 10 deletions
..._join/representation/grammar/KeepSuperTypeExpression.java
with
0 additions
and
10 deletions
src/main/java/org/rosi_project/model_sync/model_join/representation/grammar/KeepSuperTypeExpression.java
+
0
−
10
View file @
41d53d2c
...
@@ -102,16 +102,6 @@ public class KeepSuperTypeExpression extends CompoundKeepExpression {
...
@@ -102,16 +102,6 @@ public class KeepSuperTypeExpression extends CompoundKeepExpression {
return
target
;
return
target
;
}
}
/**
* Provides all {@code KeepExpression keep expressions} that should be used to build the Join for
* the instances of the superclass instances.
*/
@Nonnull
@Override
public
List
<
KeepExpression
>
getKeeps
()
{
return
new
ArrayList
<>(
keeps
);
}
@Override
@Override
public
void
accept
(
@Nonnull
KeepExpressionVisitor
visitor
)
{
public
void
accept
(
@Nonnull
KeepExpressionVisitor
visitor
)
{
visitor
.
visit
(
this
);
visitor
.
visit
(
this
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment