public class ListSchedulingSequenceEstimator extends SequenceEstimator
| Red (ristau) |
| Red (ristau) |
_director| Constructor and Description |
|---|
ListSchedulingSequenceEstimator(Director director)
Construct an estimator for the given director.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<Actor> |
estimateSequencedSchedule(java.util.List<SequenceAttribute> independentList)
Estimate a sequenced schedule.
|
public ListSchedulingSequenceEstimator(Director director)
director - The director that needs to guess a schedule.public java.util.Vector<Actor> estimateSequencedSchedule(java.util.List<SequenceAttribute> independentList) throws NotSchedulableException
estimateSequencedSchedule in class SequenceEstimatorindependentList - The already present SequenceAttributes for the
Actors controlled by this scheduler.NotSchedulableException - If the underlying graph of the
actors is not acyclic.