edu.sc.seis.fissuresUtil.database.seismogram
Class RT130ReportFactory

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.database.seismogram.RT130ReportFactory

public class RT130ReportFactory
extends java.lang.Object


Constructor Summary
RT130ReportFactory(java.util.Map channelIdWithTimeRanges, java.util.Map channelIdStringToChannelId)
           
 
Method Summary
 java.util.List getSortedStationDataSummaryList()
           
 java.util.List getStationCodes()
           
 java.util.List getStationDataSummaryList()
           
 void printDaysOfCoverage(java.io.PrintWriter reportStream)
           
 void printGapDescription(java.io.PrintWriter reportStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RT130ReportFactory

public RT130ReportFactory(java.util.Map channelIdWithTimeRanges,
                          java.util.Map channelIdStringToChannelId)
Method Detail

printGapDescription

public void printGapDescription(java.io.PrintWriter reportStream)

printDaysOfCoverage

public void printDaysOfCoverage(java.io.PrintWriter reportStream)

getStationCodes

public java.util.List getStationCodes()

getStationDataSummaryList

public java.util.List getStationDataSummaryList()

getSortedStationDataSummaryList

public java.util.List getSortedStationDataSummaryList()