Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
fb80126a
Commit
fb80126a
authored
Nov 13, 2016
by
Jakob Schöttl
Browse files
Add TODO comments
parent
b435fdf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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