Package | Description |
---|---|
skf.model.object.executionConfiguration |
Modifier and Type | Method and Description |
---|---|
ExecutionMode |
ExecutionModeCoder.decode(byte[] arg0) |
ExecutionMode |
ExecutionConfiguration.getCurrent_execution_mode() |
ExecutionMode |
ExecutionConfiguration.getNext_execution_mode() |
static ExecutionMode |
ExecutionMode.lookup(short value) |
static ExecutionMode |
ExecutionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionMode[] |
ExecutionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<ExecutionMode> |
ExecutionModeCoder.getAllowedType() |
Modifier and Type | Method and Description |
---|---|
byte[] |
ExecutionModeCoder.encode(ExecutionMode arg0) |
void |
ExecutionConfiguration.setCurrent_execution_mode(ExecutionMode current_execution_mode) |
void |
ExecutionConfiguration.setNext_execution_mode(ExecutionMode next_execution_mode) |
Constructor and Description |
---|
ExecutionConfiguration(java.lang.String root_frame_name,
java.lang.Double scenario_time_epoch,
java.lang.Double next_mode_scenario_time,
java.lang.Double next_mode_cte_time,
ExecutionMode current_execution_mode,
ExecutionMode next_execution_mode,
java.lang.Long least_common_time_step) |
Author: SMASH LAB - University of Calabria (UNICAL)