Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
vadere
vadere
Commits
fb80126a
Commit
fb80126a
authored
Nov 13, 2016
by
Jakob Schöttl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add TODO comments
parent
b435fdf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
VadereState/src/org/vadere/state/scenario/Pedestrian.java
VadereState/src/org/vadere/state/scenario/Pedestrian.java
+4
-4
No files found.
VadereState/src/org/vadere/state/scenario/Pedestrian.java
View file @
fb80126a
...
...
@@ -9,13 +9,13 @@ import org.vadere.util.geometry.shapes.VShape;
public
class
Pedestrian
extends
Agent
{
/** Target ID if the pedestrian represents a target, -1 otherwise. */
private
int
idAsTarget
;
private
int
idAsTarget
;
// TODO should actually be an attribute or a member of a subclass
private
Map
<
Class
<?
extends
ModelPedestrian
>,
ModelPedestrian
>
modelPedestrianMap
;
private
boolean
isChild
;
private
boolean
isLikelyInjured
;
private
boolean
isChild
;
// TODO should actually be an attribute or a member of a subclass
private
boolean
isLikelyInjured
;
// TODO should actually be an attribute or a member of a subclass
private
LinkedList
<
Integer
>
groupIds
;
private
LinkedList
<
Integer
>
groupIds
;
// TODO should actually be an attribute or a member of a subclass
/** Used only for JSON serialization? */
// TODO used at all? Car does NOT have this field. remove if unused!
...
...
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