alma.aedf.types
Class AEDF

java.lang.Object
  |
  +--alma.aedf.types.AEDF
Direct Known Subclasses:
AlmaCorrelatorMode, Antenna, CalDevice, CalWidget, ConfigDescription, DataDescription, Doppler, ExecuteSummary, Feed, Field, FlagCmd, Focus, FreqOffset, GainCurve, GainTracking, History, Main, ObsSummary, ObsUnit, Pointing, Polarization, Processor, Receiver, ScanSummary, Schedule, Seeing, Source, SourceParameter, SpectralWindow, State, SwitchCycle, SysCal, TotPowMonitoring, Weather, WvmCal

public abstract class AEDF
extends java.lang.Object

An abstract class for the AEDF types

This class defines a set of properties and methods common to all the AEDF basic classes.

Author:
caillat

Constructor Summary
AEDF()
           
 
Method Summary
abstract  void addField(java.lang.String f)
           
 void info(java.lang.String s)
           
abstract  java.lang.String toTR()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AEDF

public AEDF()
Method Detail

addField

public abstract void addField(java.lang.String f)
                       throws AEDFException
AEDFException

toTR

public abstract java.lang.String toTR()

info

public void info(java.lang.String s)