com.azalient.api.b.control
Interface IGroupEvent


public interface IGroupEvent

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


Method Summary
 IGroup group()
          The signal group to which the event applies.
 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
 

Method Detail

time

UTime time()
A time of day for the event


group

IGroup group()
The signal group to which the event applies. The intersection can be retrieved from the group.


signal

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