Package de.rss.fachstudie.MiSim.misc
Class Priority
java.lang.Object
de.rss.fachstudie.MiSim.misc.Priority
public final class Priority extends Object
Contains Constants to make prioritized scheduling easier to read. (Also good for maintainability, e.g. when using
'Find Usage...')
- Author:
- Lion Wagner
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Priority() -
Method Summary
-
Field Details
-
IMMEDIATELY_ON_TARGETED_TIME
public static final int IMMEDIATELY_ON_TARGETED_TIME- See Also:
- Constant Field Values
-
VERY_HIGH
public static final int VERY_HIGH- See Also:
- Constant Field Values
-
HIGH
public static final int HIGH- See Also:
- Constant Field Values
-
NORMAL
public static final int NORMAL- See Also:
- Constant Field Values
-
LOW
public static final int LOW- See Also:
- Constant Field Values
-
Very_LOW
public static final int Very_LOW- See Also:
- Constant Field Values
-
-
Constructor Details
-
Priority
public Priority()
-