All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.VLA.WriteAnalystRpt

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

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

See Also:
Report

Constructor Index

 o WriteAnalystRpt()

Method Index

 o WriteAnalystReport(String, Observation)
Write Analysts' report

Constructors

 o WriteAnalystRpt
 public WriteAnalystRpt()

Methods

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