public class PatrolPoint
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
id |
float |
lingerTime |
Point |
loc |
java.lang.String |
name |
int |
nextPoint |
boolean |
startingPoint |
boolean |
travelReverse |
| Constructor and Description |
|---|
PatrolPoint(int id,
Point loc,
float lingerTime) |
public int id
public java.lang.String name
public Point loc
public float lingerTime
public int nextPoint
public boolean startingPoint
public boolean travelReverse
public PatrolPoint(int id,
Point loc,
float lingerTime)