Nco/enh/dependency link#6
Merged
Merged
Conversation
f1f2d1b to
99b11f2
Compare
99b11f2 to
7ca97b2
Compare
lfasani
requested changes
Apr 20, 2026
| eType="#//Dependency"/> | ||
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> | ||
| </eClassifiers> | ||
| <eClassifiers xsi:type="ecore:EClass" name="Dependency" abstract="true" interface="true"> |
Collaborator
There was a problem hiding this comment.
I propose to change
- from
DependencytoDependencyRelatedObjectorDependencyLinkObject - from
DependencyLink.dependencytoDependencyLink.target - from
DependencyLink.targettoDependencyLink.targetKind - from
DependencyLink.sourcetoDependencyLink.sourceKind - (optionally) from
StartOrEndtoStartOrEndKind
Collaborator
Author
There was a problem hiding this comment.
I changed from DependencyLink.dependency to DependencyLink.source, because the target is the task containing the dependencyLink (the task pointed by the arrow).
And I let StartOrEnd.
I've changed the rest.
7ca97b2 to
563bde1
Compare
563bde1 to
a7e2072
Compare
Add a non used duration and calculationOption to tasks for a future usage
a7e2072 to
ef752ad
Compare
lfasani
approved these changes
Apr 21, 2026
This file contains hidden or 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
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.
Add dependencyLinks on Tasks and Workpackages.
Add a non used duration and calculationOption to tasks for a future usage.