| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectaim4.msg.v2i.Request.Proposal
public static class Request.Proposal
A proposal
| Constructor Summary | |
|---|---|
Request.Proposal(int arrivalLaneID,
                 int departureLaneID,
                 double arrivalTime,
                 double arrivalVelocity,
                 double maxTurnVelocity)
Create a proposal.  | 
|
Request.Proposal(Request.Proposal p)
Create a copy of a given proposal.  | 
|
| Method Summary | |
|---|---|
 int | 
getArrivalLaneID()
Get the lane ID number for the Lane in which the vehicle would like to arrive at the intersection.  | 
 double | 
getArrivalTime()
Get the time at which the vehicle wants to arrive at the intersection.  | 
 double | 
getArrivalVelocity()
Get the velocity at which the vehicle wants to arrive at the intersection.  | 
 int | 
getDepartureLaneID()
Get the ID number for the Lane in which the vehicle would like to depart the intersection.  | 
 double | 
getMaximumTurnVelocity()
Get the requesting vehicle's maximum velocity for this pair of arrival and departure lanes.  | 
 String | 
toString()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public Request.Proposal(int arrivalLaneID,
                        int departureLaneID,
                        double arrivalTime,
                        double arrivalVelocity,
                        double maxTurnVelocity)
arrivalLaneID - the ID of the arrival lanedepartureLaneID - the ID of the departure lanearrivalTime - the arrival timearrivalVelocity - the arrival velocitymaxTurnVelocity - the maximum turn velocitypublic Request.Proposal(Request.Proposal p)
p - the given proposal| Method Detail | 
|---|
public int getArrivalLaneID()
public int getDepartureLaneID()
public double getArrivalTime()
public double getArrivalVelocity()
public double getMaximumTurnVelocity()
public String toString()
toString in class Object
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||