Class EventSimConfigurationConstants
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.launch.runconfig.EventSimConfigurationConstants
-
public class EventSimConfigurationConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENABLED_MODULES
static String
INSTRUMENTATION_FILE
static String
INSTRUMENTATION_FILE_DEFAULT
location of default instrumentation descriptionstatic String[]
INSTRUMENTATION_FILE_EXTENSION
-
Constructor Summary
Constructors Constructor Description EventSimConfigurationConstants()
-
-
-
Field Detail
-
INSTRUMENTATION_FILE
public static final String INSTRUMENTATION_FILE
- See Also:
- Constant Field Values
-
INSTRUMENTATION_FILE_EXTENSION
public static final String[] INSTRUMENTATION_FILE_EXTENSION
-
INSTRUMENTATION_FILE_DEFAULT
public static final String INSTRUMENTATION_FILE_DEFAULT
location of default instrumentation description- See Also:
- Constant Field Values
-
ENABLED_MODULES
public static final String ENABLED_MODULES
- See Also:
- Constant Field Values
-
-