All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.VLA.WriteFreqRpt

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

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

See Also:
Report

Constructor Index

 o WriteFreqRpt()

Method Index

 o WriteFreqReport(String, Observation)
Write Frequency report

Constructors

 o WriteFreqRpt
 public WriteFreqRpt()

Methods

 o WriteFreqReport
 public static synchronized void WriteFreqReport(String file,
                                                 Observation Obs) throws IOException
Write Frequency 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