gov.nasa.javaGenes.EOSscheduling.HBSS
Class TaskWeight
java.lang.Object
gov.nasa.javaGenes.weightNetwork.UpdateAndPropagatable
gov.nasa.javaGenes.weightNetwork.Weight
gov.nasa.javaGenes.EOSscheduling.HBSS.TaskWeight
- All Implemented Interfaces:
- java.io.Serializable
- public class TaskWeight
- extends Weight
- See Also:
- Serialized Form
Constructor Summary |
protected |
TaskWeight()
|
|
TaskWeight(Task inTask,
float priorityWeight,
float numberOfAccessWindowsWeight,
float SSRweight)
assumes Task requires SSR |
Methods inherited from class gov.nasa.javaGenes.weightNetwork.Weight |
getNext, getPrevious, getWeight, getWeightList, removeFromWeightList, setNext, setPrevious, setWeight, setWeightAndPropagate, setWeightList, weightChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
task
protected Task task
accessWindowsList
protected AccessWindowsList accessWindowsList
debug
protected static final boolean debug
- See Also:
- Constant Field Values
TaskWeight
protected TaskWeight()
TaskWeight
public TaskWeight(Task inTask,
float priorityWeight,
float numberOfAccessWindowsWeight,
float SSRweight)
- assumes Task requires SSR
reinitialize
public void reinitialize()
- Overrides:
reinitialize
in class Weight
getTask
public Task getTask()
getAccessWindowList
public AccessWindowsList getAccessWindowList()
scheduled
public void scheduled(AccessWindowWeight aw)
unschedulable
public void unschedulable(AccessWindowWeight aw)
initializeWeightSum
public void initializeWeightSum()