All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.VLA.WriteScheduleRpt

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

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

See Also:
Report

Constructor Index

 o WriteScheduleRpt()

Method Index

 o WriteScheduleReport(String, Observation)
Write Scheduling report

Constructors

 o WriteScheduleRpt
 public WriteScheduleRpt()

Methods

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