org.jlab.coda.et
Class StationSelection

java.lang.Object
  extended byorg.jlab.coda.et.StationSelection
All Implemented Interfaces:
EventSelectable

public class StationSelection
extends java.lang.Object
implements EventSelectable

This class contains an example of a user-defined method used to select events for a station.


Constructor Summary
StationSelection()
           
 
Method Summary
 boolean select(SystemCreate sys, StationLocal st, Event ev)
          An event selection method must follow this form.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StationSelection

public StationSelection()
Method Detail

select

public boolean select(SystemCreate sys,
                      StationLocal st,
                      Event ev)
Description copied from interface: EventSelectable
An event selection method must follow this form.

Specified by:
select in interface EventSelectable
Parameters:
sys - the ET system object
st - the station using a user-defned selection method
ev - event being evaluated for selection