public class L_MSTA
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<I_Thread> |
allocatedThreadList |
java.util.ArrayList<AL_ComputationList> |
computationListIndex |
java.util.ArrayList<java.lang.Integer> |
currentPeriodPoint |
int |
currentPoint |
L_Thread |
currentThread |
java.util.ArrayList<AL_EventList> |
eventList |
java.util.ArrayList<java.lang.Boolean> |
flagAllocatedList |
int |
lastUnalloPoint |
Constructor and Description |
---|
L_MSTA() |
Modifier and Type | Method and Description |
---|---|
boolean |
checkIntervalAllocated(int i,
int j) |
int |
checkIntervalAllocInInterval(int i1s,
int i1e,
int i2l) |
int |
checkIntervalAllocInInterval(int i1s,
int i1e,
int i2s,
int i2e) |
boolean |
setIntervalOccupied(int i,
int j) |
public java.util.ArrayList<AL_EventList> eventList
public java.util.ArrayList<AL_ComputationList> computationListIndex
public java.util.ArrayList<java.lang.Boolean> flagAllocatedList
public java.util.ArrayList<I_Thread> allocatedThreadList
public L_Thread currentThread
public java.util.ArrayList<java.lang.Integer> currentPeriodPoint
public int currentPoint
public int lastUnalloPoint
public boolean checkIntervalAllocated(int i, int j)
public boolean setIntervalOccupied(int i, int j)
public int checkIntervalAllocInInterval(int i1s, int i1e, int i2s, int i2e)
public int checkIntervalAllocInInterval(int i1s, int i1e, int i2l)