All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.VLA.WriteSummaryRpt

java.lang.Object
   |
   +----JObserve.Report
           |
           +----JObserve.VLA.WriteSummaryRpt

public class WriteSummaryRpt
extends Report
Write Summary report file utility class. This class is never instantiated and consists entirely of static functions.

See Also:
Report

Constructor Index

 o WriteSummaryRpt()

Method Index

 o WriteSummaryReport(String, Observation)
Write Summary report

Constructors

 o WriteSummaryRpt
 public WriteSummaryRpt()

Methods

 o WriteSummaryReport
 public static synchronized void WriteSummaryReport(String file,
                                                    Observation Obs) throws IOException
Write Summary report

Parameters:
String - the name of the file
Observation - the associated observation (schedule).
Throws: IOException
if problem opening, writing or closing file

All Packages  Class Hierarchy  This Package  Previous  Next  Index