Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
API
Commits
bef1c407
Commit
bef1c407
authored
Jul 05, 2017
by
Tobias Meuser
Browse files
Added functionality to check whether edge is internal
parent
1758e697
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tudarmstadt/maki/simonstrator/api/component/vehicular/roadnetwork/RoadNetworkEdge.java
View file @
bef1c407
...
...
@@ -84,4 +84,8 @@ public class RoadNetworkEdge {
public
String
toString
()
{
return
_edgeID
;
}
public
boolean
isInternal
()
{
return
_edgeID
.
startsWith
(
":"
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment