com.azalient.api.b.control
Interface ITurnEvent


public interface ITurnEvent

A representation of a timed event for a turn. At a given time, the given turn will change to the given signal.


Method Summary
 Signal signal()
          The new signal state that will be applied to the group at the time specified.
 UTime time()
          A time of day for the event
 ITurn turn()
          The turn to which the event applies.
 

Method Detail

time

UTime time()
A time of day for the event


turn

ITurn turn()
The turn to which the event applies. The intersection can be retrieved from the turn.


signal

Signal signal()
The new signal state that will be applied to the group at the time specified.