public class DEJRM extends PHDAlgorithmImpl implements APISignaller
Modifier and Type | Field and Description |
---|---|
static int |
SECONDS_PER_DAY |
Constructor and Description |
---|
DEJRM() |
Modifier and Type | Method and Description |
---|---|
void |
notifyTDSectionOccupation(java.lang.String tdSection,
java.lang.String occupyingTrain)
Response to the events that we registered for in initialise.
|
void |
update(double elapsedTime,
java.util.Date simTime)
Update method called once per time step
|
initialise, notifyArrival, notifyRouteInfo, notifyTrain, notifyTrainServices
initialise
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initialise, notifyArrival, notifyRouteInfo, notifyTrain, notifyTrainServices
public static final int SECONDS_PER_DAY
public void update(double elapsedTime, java.util.Date simTime)
APISignaller
update
in interface APISignaller
update
in class PHDAlgorithmImpl
public void notifyTDSectionOccupation(java.lang.String tdSection, java.lang.String occupyingTrain)
notifyTDSectionOccupation
in interface APISignaller
notifyTDSectionOccupation
in class PHDAlgorithmImpl