Package | Description |
---|---|
com.net2plan.interfaces.simulation |
Provides a set of classes for the online simulator tool.
|
Modifier and Type | Method and Description |
---|---|
SimAction.ActionType |
SimAction.getActionType()
Returns the action type.
|
static SimAction.ActionType |
SimAction.ActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimAction.ActionType[] |
SimAction.ActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SimEvent.contains(SimAction.ActionType actionType)
Returns
true if the event contains an action notification of the
given type. |
Modifier and Type | Method and Description |
---|---|
boolean |
SimEvent.containsAny(EnumSet<SimAction.ActionType> actionTypes)
Returns
true if the event contains an action notification of
among one of the given types. |