Package | Description |
---|---|
desmoj.core.simulator |
The core simulation infrastructure and basic components.
|
Modifier and Type | Method and Description |
---|---|
static QueueBased.QueueAction |
QueueBased.QueueAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QueueBased.QueueAction[] |
QueueBased.QueueAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QueueBased.notifyObservers(QueueBased subject,
QueueBased.QueueAction eventObject) |
Modifier and Type | Method and Description |
---|---|
void |
QueueBased.addObserver(Observer<QueueBased,QueueBased.QueueAction> observer) |
void |
QueueBased.deleteObserver(Observer<QueueBased,QueueBased.QueueAction> observer) |