public class DijkstraSequenceEstimator extends SequenceEstimator
_director| Constructor and Description |
|---|
DijkstraSequenceEstimator(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 DijkstraSequenceEstimator(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.