Determine the method of filtering events for selection into the station's
input list. A value of
EtConstants.stationSelectAll
applies no
filtering,
EtConstants.stationSelectMatch
applies a builtin
method for selection
(
StationLocal.select(org.jlab.coda.et.system.SystemCreate, org.jlab.coda.et.system.StationLocal, EtEvent)
),
and
EtConstants.stationSelectUser
allows the user to define a selection
method. If the station is part of a single group of parallel stations, a
value of
EtConstants.stationSelectRRobin
distributes events among the
parallel stations using a round robin algorithm. Similarly, if the station
is part of a single group of parallel stations, a value of
EtConstants.stationSelectEqualCue
distributes events among the
parallel stations using an algorithm to keep the cues equal to eachother.