|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Reject.Reason | |
|---|---|
| aim4.im.v2i.policy | This package contains the implementation of various intersection control policies for the V2I intersection manager. |
| aim4.msg.i2v | This package contains the implementation of the I2V messages in the AIM protocol. |
| Uses of Reject.Reason in aim4.im.v2i.policy |
|---|
| Methods in aim4.im.v2i.policy that return Reject.Reason | |
|---|---|
Reject.Reason |
BasePolicy.ProposalFilterResult.getReason()
Get the rejection reason. |
| Methods in aim4.im.v2i.policy with parameters of type Reject.Reason | |
|---|---|
void |
BasePolicyCallback.sendRejectMsg(int vin,
int latestRequestId,
Reject.Reason reason)
Send a reject message |
void |
BasePolicy.sendRejectMsg(int vin,
int latestRequestId,
Reject.Reason reason)
Send a reject message |
| Constructors in aim4.im.v2i.policy with parameters of type Reject.Reason | |
|---|---|
BasePolicy.ProposalFilterResult(Reject.Reason reason)
Create the result of the standard proposal filter |
|
| Uses of Reject.Reason in aim4.msg.i2v |
|---|
| Methods in aim4.msg.i2v that return Reject.Reason | |
|---|---|
Reject.Reason |
Reject.getReason()
Get the reason that this Reject message was sent. |
static Reject.Reason |
Reject.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Reject.Reason[] |
Reject.Reason.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in aim4.msg.i2v with parameters of type Reject.Reason | |
|---|---|
Reject(int sourceID,
int destinationID,
int requestId,
double nextAllowedCommunication,
Reject.Reason reason)
Constructor with specific reason for rejection and limit on when the next acceptable transmission is. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||