[PLANPRO-5832] Signal ausleger with foundation#2047
Open
JanErikVoigt wants to merge 43 commits intoeclipse-set:mainfrom
Open
[PLANPRO-5832] Signal ausleger with foundation#2047JanErikVoigt wants to merge 43 commits intoeclipse-set:mainfrom
JanErikVoigt wants to merge 43 commits intoeclipse-set:mainfrom
Conversation
Contributor
Author
...et.feature.siteplan/src/org/eclipse/set/feature/siteplan/transform/SignalTransformator.xtend
Outdated
Show resolved
Hide resolved
TruongQuangSB
requested changes
Dec 8, 2025
...et.feature.siteplan/src/org/eclipse/set/feature/siteplan/transform/SignalTransformator.xtend
Outdated
Show resolved
Hide resolved
| <circle r="10" cx="35" cy="20"/> | ||
| <circle r="10" cx="5" cy="40"/> | ||
| <toolbox:anchor id="mastAnkerTop" x="20" y="40" /> | ||
| <toolbox:anchor id="mastAnkerBottom" x="20" y="20"/> |
Contributor
There was a problem hiding this comment.
actually the ``Vr1` haven't no anchor punkt, because the signal mast should be through between two circle
Contributor
Author
There was a problem hiding this comment.
I think they do, sometimes.
TruongQuangSB
requested changes
Jan 26, 2026
Contributor
TruongQuangSB
left a comment
There was a problem hiding this comment.
pls resolve conflict with merge
...ndles/org.eclipse.set.model.siteplan/src/org/eclipse/set/model/siteplan/SignalMountType.java
Show resolved
Hide resolved
....eclipse.set.model.siteplan/src/org/eclipse/set/model/siteplan/impl/SiteplanPackageImpl.java
Show resolved
Hide resolved
| * @param label {@link Label} | ||
| */ | ||
| public abstract drawSVG<T extends object>(data: T, label?: Label): ISvgElement | ||
| public abstract drawSVG<T extends object>(data: T, label?: Label): ISvgElement | null |
Contributor
There was a problem hiding this comment.
instead of null should it give SvgError back, when something wrong
Contributor
Author
There was a problem hiding this comment.
I made SvgDrawBridge an AbstractDrawSVG. Now, there are two for Signals... (SvgDrawSignal and SvgDrawBridge). Don't you think it is sensible to model it like this? Now flow is:
- SvgDrawBridge attempts to draw, if it is not a bridge, returns null
- SvgService continues searching for a result != null
- Then SvgDrawSignal returns a value != null.
- if it, too, returns null, draw error
added 25 commits
January 26, 2026 15:48
added 18 commits
January 26, 2026 15:49
5d06764 to
faf9daa
Compare
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.


No description provided.