|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--alma.aedf.Project
Constructor Summary | |
Project()
A nullary constructor |
|
Project(java.lang.String name)
An unary constructor. |
|
Project(java.lang.String name,
Archiver ar)
A binary constructor. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Project()
public Project(java.lang.String name)
name
- the project's name.public Project(java.lang.String name, Archiver ar)
name
- the project's name.ar
- the archiver used to archive the project.Method Detail |
public static Project parseXML(java.lang.String xmlString, java.lang.String rules) throws java.lang.Exception
java.lang.Exception
public static Project load(Archiver ar, java.lang.String projectUID) throws java.lang.Exception
java.lang.Exception
public static java.util.Hashtable list(Archiver ar)
public java.lang.String save() throws java.lang.Exception
java.lang.Exception
public java.lang.String toXML()
public void setProperty(java.lang.String name, java.lang.String value)
name
- The name - In order to work the name has to be "Property" part of
a set value
- The value that will be passed to the setpublic static java.lang.String getAEDFXMLDirectory()
public java.lang.String getAedfType()
public void setAedfType(java.lang.String aedfType)
public java.lang.String getUID()
public java.lang.String getName()
public java.util.Hashtable getTableDirectory()
public java.lang.String getFieldTableUID()
public FieldTable getFieldTable()
public java.lang.String getStateTableUID()
public StateTable getStateTable()
public java.lang.String getDataDescriptionTableUID()
public DataDescriptionTable getDataDescriptionTable()
public java.lang.String getSpectralWindowTableUID()
public SpectralWindowTable getSpectralWindowTable()
public java.lang.String getPolarizationTableUID()
public PolarizationTable getPolarizationTable()
public java.lang.String getFeedTableUID()
public FeedTable getFeedTable()
public java.lang.String getAntennaTableUID()
public AntennaTable getAntennaTable()
public java.lang.String getSourceTableUID()
public SourceTable getSourceTable()
public java.lang.String getDopplerTableUID()
public DopplerTable getDopplerTable()
public java.lang.String getPointingTableUID()
public PointingTable getPointingTable()
public java.lang.String getWeatherTableUID()
public WeatherTable getWeatherTable()
public java.lang.String getFreqOffsetTableUID()
public FreqOffsetTable getFreqOffsetTable()
public java.lang.String getProcessorTableUID()
public ProcessorTable getProcessorTable()
public java.lang.String getCalWidgetTableUID()
public CalWidgetTable getCalWidgetTable()
public java.lang.String getAlmaCorrelatorModeTableUID()
public AlmaCorrelatorModeTable getAlmaCorrelatorModeTable()
public java.lang.String getCalDeviceTableUID()
public CalDeviceTable getCalDeviceTable()
public java.lang.String getConfigDescriptionTableUID()
public ConfigDescriptionTable getConfigDescriptionTable()
public java.lang.String getExecuteSummaryTableUID()
public ExecuteSummaryTable getExecuteSummaryTable()
public java.lang.String getFlagCmdTableUID()
public FlagCmdTable getFlagCmdTable()
public java.lang.String getFocusTableUID()
public FocusTable getFocusTable()
public java.lang.String getGainCurveTableUID()
public GainCurveTable getGainCurveTable()
public java.lang.String getGainTrackingTableUID()
public GainTrackingTable getGainTrackingTable()
public java.lang.String getHistoryTableUID()
public HistoryTable getHistoryTable()
public java.lang.String getMainTableUID()
public MainTable getMainTable()
public java.lang.String getObsSummaryTableUID()
public ObsSummaryTable getObsSummaryTable()
public java.lang.String getObsUnitTableUID()
public ObsUnitTable getObsUnitTable()
public java.lang.String getReceiverTableUID()
public ReceiverTable getReceiverTable()
public java.lang.String getScanSummaryTableUID()
public ScanSummaryTable getScanSummaryTable()
public java.lang.String getScheduleTableUID()
public ScheduleTable getScheduleTable()
public java.lang.String getSeeingTableUID()
public SeeingTable getSeeingTable()
public java.lang.String getSourceParameterTableUID()
public SourceParameterTable getSourceParameterTable()
public java.lang.String getSwitchCycleTableUID()
public SwitchCycleTable getSwitchCycleTable()
public java.lang.String getSysCalTableUID()
public SysCalTable getSysCalTable()
public java.lang.String getTotPowMonitoringTableUID()
public TotPowMonitoringTable getTotPowMonitoringTable()
public java.lang.String getWvmCalTableUID()
public WvmCalTable getWvmCalTable()
public void setName(java.lang.String string)
string
- the project's name.public void setFieldTableUID(java.lang.String string)
string
- the Field table UID to set.public void setFieldTable(FieldTable table)
table
- the Field table to set.public void setStateTableUID(java.lang.String string)
string
- the State table UID to set.public void setStateTable(StateTable table)
table
- the State table to set.public void setDataDescriptionTableUID(java.lang.String string)
string
- the DataDescription table UID to set.public void setDataDescriptionTable(DataDescriptionTable table)
table
- the DataDescription table to set.public void setSpectralWindowTableUID(java.lang.String string)
string
- the SpectralWindow table UID to set.public void setSpectralWindowTable(SpectralWindowTable table)
table
- the SpectralWindow table to set.public void setPolarizationTableUID(java.lang.String string)
string
- the Polarization table UID to set.public void setPolarizationTable(PolarizationTable table)
table
- the Polarization table to set.public void setFeedTableUID(java.lang.String string)
string
- the Feed table UID to set.public void setFeedTable(FeedTable table)
table
- the Feed table to set.public void setAntennaTableUID(java.lang.String string)
string
- the Antenna table UID to set.public void setAntennaTable(AntennaTable table)
table
- the Antenna table to set.public void setSourceTableUID(java.lang.String string)
string
- the Source table UID to set.public void setSourceTable(SourceTable table)
table
- the Source table to set.public void setDopplerTableUID(java.lang.String string)
string
- the Doppler table UID to set.public void setDopplerTable(DopplerTable table)
table
- the Doppler table to set.public void setPointingTableUID(java.lang.String string)
string
- the Pointing table UID to set.public void setPointingTable(PointingTable table)
table
- the Pointing table to set.public void setWeatherTableUID(java.lang.String string)
string
- the Weather table UID to set.public void setWeatherTable(WeatherTable table)
table
- the Weather table to set.public void setFreqOffsetTableUID(java.lang.String string)
string
- the FreqOffset table UID to set.public void setFreqOffsetTable(FreqOffsetTable table)
table
- the FreqOffset table to set.public void setProcessorTableUID(java.lang.String string)
string
- the Processor table UID to set.public void setProcessorTable(ProcessorTable table)
table
- the Processor table to set.public void setCalWidgetTableUID(java.lang.String string)
string
- the CalWidget table UID to set.public void setCalWidgetTable(CalWidgetTable table)
table
- the CalWidget table to set.public void setAlmaCorrelatorModeTableUID(java.lang.String string)
string
- the AlmaCorrelatorMode table UID to set.public void setAlmaCorrelatorModeTable(AlmaCorrelatorModeTable table)
table
- the AlmaCorrelatorMode table to set.public void setCalDeviceTableUID(java.lang.String string)
string
- the CalDevice table UID to set.public void setCalDeviceTable(CalDeviceTable table)
table
- the CalDevice table to set.public void setConfigDescriptionTableUID(java.lang.String string)
string
- the ConfigDescription table UID to set.public void setConfigDescriptionTable(ConfigDescriptionTable table)
table
- the ConfigDescription table to set.public void setExecuteSummaryTableUID(java.lang.String string)
string
- the ExecuteSummary table UID to set.public void setExecuteSummaryTable(ExecuteSummaryTable table)
table
- the ExecuteSummary table to set.public void setFlagCmdTableUID(java.lang.String string)
string
- the FlagCmd table UID to set.public void setFlagCmdTable(FlagCmdTable table)
table
- the FlagCmd table to set.public void setFocusTableUID(java.lang.String string)
string
- the Focus table UID to set.public void setFocusTable(FocusTable table)
table
- the Focus table to set.public void setGainCurveTableUID(java.lang.String string)
string
- the GainCurve table UID to set.public void setGainCurveTable(GainCurveTable table)
table
- the GainCurve table to set.public void setGainTrackingTableUID(java.lang.String string)
string
- the GainTracking table UID to set.public void setGainTrackingTable(GainTrackingTable table)
table
- the GainTracking table to set.public void setHistoryTableUID(java.lang.String string)
string
- the History table UID to set.public void setHistoryTable(HistoryTable table)
table
- the History table to set.public void setMainTableUID(java.lang.String string)
string
- the Main table UID to set.public void setMainTable(MainTable table)
table
- the Main table to set.public void setObsSummaryTableUID(java.lang.String string)
string
- the ObsSummary table UID to set.public void setObsSummaryTable(ObsSummaryTable table)
table
- the ObsSummary table to set.public void setObsUnitTableUID(java.lang.String string)
string
- the ObsUnit table UID to set.public void setObsUnitTable(ObsUnitTable table)
table
- the ObsUnit table to set.public void setReceiverTableUID(java.lang.String string)
string
- the Receiver table UID to set.public void setReceiverTable(ReceiverTable table)
table
- the Receiver table to set.public void setScanSummaryTableUID(java.lang.String string)
string
- the ScanSummary table UID to set.public void setScanSummaryTable(ScanSummaryTable table)
table
- the ScanSummary table to set.public void setScheduleTableUID(java.lang.String string)
string
- the Schedule table UID to set.public void setScheduleTable(ScheduleTable table)
table
- the Schedule table to set.public void setSeeingTableUID(java.lang.String string)
string
- the Seeing table UID to set.public void setSeeingTable(SeeingTable table)
table
- the Seeing table to set.public void setSourceParameterTableUID(java.lang.String string)
string
- the SourceParameter table UID to set.public void setSourceParameterTable(SourceParameterTable table)
table
- the SourceParameter table to set.public void setSwitchCycleTableUID(java.lang.String string)
string
- the SwitchCycle table UID to set.public void setSwitchCycleTable(SwitchCycleTable table)
table
- the SwitchCycle table to set.public void setSysCalTableUID(java.lang.String string)
string
- the SysCal table UID to set.public void setSysCalTable(SysCalTable table)
table
- the SysCal table to set.public void setTotPowMonitoringTableUID(java.lang.String string)
string
- the TotPowMonitoring table UID to set.public void setTotPowMonitoringTable(TotPowMonitoringTable table)
table
- the TotPowMonitoring table to set.public void setWvmCalTableUID(java.lang.String string)
string
- the WvmCal table UID to set.public void setWvmCalTable(WvmCalTable table)
table
- the WvmCal table to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |