Class SchedulingStrategy
- java.lang.Object
-
- de.uka.ipd.sdq.simucomframework.resources.SchedulingStrategy
-
public class SchedulingStrategy extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DELAY
static String
FCFS
static String
GINPEX_DISK
static String
PROCESSOR_SHARING
static String
SPECIAL_LINUXO1
static String
SPECIAL_WINDOWS
-
Constructor Summary
Constructors Constructor Description SchedulingStrategy()
-
-
-
Field Detail
-
FCFS
public static final String FCFS
- See Also:
- Constant Field Values
-
PROCESSOR_SHARING
public static final String PROCESSOR_SHARING
- See Also:
- Constant Field Values
-
DELAY
public static final String DELAY
- See Also:
- Constant Field Values
-
SPECIAL_WINDOWS
public static final String SPECIAL_WINDOWS
- See Also:
- Constant Field Values
-
SPECIAL_LINUXO1
public static final String SPECIAL_LINUXO1
- See Also:
- Constant Field Values
-
GINPEX_DISK
public static final String GINPEX_DISK
- See Also:
- Constant Field Values
-
-