Modifier and Type | Method and Description |
---|---|
void |
AgentScoutUniverse.addCarAgent(AbstractCarAgent carAgent,
Point position) |
Modifier and Type | Method and Description |
---|---|
Point |
PositionedEntity.getPosition() |
Modifier and Type | Method and Description |
---|---|
protected void |
WaypointCarAgent.actGoToWaypoint(Point waypoint) |
protected abstract void |
WaypointCarAgent.waypointReached(Point wayPoint,
Point position) |
Modifier and Type | Method and Description |
---|---|
Point |
AutomaticRegularCar.getActualPosition() |
Point |
AutomaticRegularCar.getPosition() |
Point |
AutomaticRegularCar.getWaypoint() |
Modifier and Type | Method and Description |
---|---|
void |
AutomaticRegularCar.setWaypoint(Point waypoint,
java.lang.Float targetVelocity,
boolean isForward) |
Constructor and Description |
---|
AutomaticRegularCar(java.lang.String name,
Point actualPosition) |
Modifier and Type | Method and Description |
---|---|
void |
GoToWaypointCarActuator.actGoToWaypoint(Point targetWaypoint,
java.lang.Float targetVelocity,
boolean isForward) |
Modifier and Type | Method and Description |
---|---|
Point |
CarSensor.senseMyPosition() |
Modifier and Type | Method and Description |
---|---|
void |
PositionChangeCallback.sensePositionChange(Point position) |
void |
WaypointReachedCallback.waypointReached(Point wayPoint) |
Modifier and Type | Method and Description |
---|---|
void |
CarStorage.setNextWaypoint(java.lang.String name,
Point newWaypoint,
java.lang.Float targetVelocity,
boolean isForward) |
Modifier and Type | Class and Description |
---|---|
class |
MapPosition |
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<Point> |
Building.points |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Point> |
Building.getPoints() |
Modifier and Type | Method and Description |
---|---|
static ManeuverEdge |
ManeuverEdge.createStraightEdge(Point start,
Vector direction,
double length) |
static ManeuverEdge |
ManeuverEdge.createTurnEdge(Point start,
Vector direction,
double radius,
double angle) |
MapPosition |
StreetGraph.getFarthestNeighborFrom(Point point,
MapPosition node) |
MapPosition |
StreetGraph.getNearestNode(Point point)
Returns the closest node to the given point.
|
Constructor and Description |
---|
MapPosition(java.lang.String id,
Point position) |
Constructor and Description |
---|
Building(java.util.List<Point> points,
double baseAltitude,
double height)
Creates a new building
|
Modifier and Type | Class and Description |
---|---|
class |
OrientedPoint
A point having a specific orientation.
|
Constructor and Description |
---|
OrientedPoint(Point point,
Vector orientation) |
Constructor and Description |
---|
VisualPlanLayer.VisualPlan(java.util.List<Point> positions) |