| Package | Description |
|---|---|
| org.javades.jqueues.r5.entity |
A package for simulation of queueing systems.
|
| Modifier and Type | Method and Description |
|---|---|
SimEntity.UnknownNotificationTypePolicy |
AbstractSimEntity.getUnknownNotificationTypePolicy() |
SimEntity.UnknownNotificationTypePolicy |
SimEntity.getUnknownNotificationTypePolicy()
Returns the policy for unknown notifications types.
|
static SimEntity.UnknownNotificationTypePolicy |
SimEntity.UnknownNotificationTypePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimEntity.UnknownNotificationTypePolicy[] |
SimEntity.UnknownNotificationTypePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSimEntity.setUnknownNotificationTypePolicy(SimEntity.UnknownNotificationTypePolicy unknownNotificationTypePolicy) |
void |
SimEntity.setUnknownNotificationTypePolicy(SimEntity.UnknownNotificationTypePolicy unknownNotificationTypePolicy)
Sets the policy for unknown notifications types.
|
Copyright © 2018. All rights reserved.