Its instantation create a complete set of tables.
Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
Object[] | getTables () |
Returns its tables as an array of Object. | |
ASDM () | |
Create an instance of the tables that belong to this model. | |
MainTable | getMain () |
Get the table Main. | |
AlmaRadiometerTable | getAlmaRadiometer () |
Get the table AlmaRadiometer. | |
AnnotationTable | getAnnotation () |
Get the table Annotation. | |
AntennaTable | getAntenna () |
Get the table Antenna. | |
BeamTable | getBeam () |
Get the table Beam. | |
CalAmpliTable | getCalAmpli () |
Get the table CalAmpli. | |
CalAtmosphereTable | getCalAtmosphere () |
Get the table CalAtmosphere. | |
CalBandpassTable | getCalBandpass () |
Get the table CalBandpass. | |
CalCurveTable | getCalCurve () |
Get the table CalCurve. | |
CalDataTable | getCalData () |
Get the table CalData. | |
CalDelayTable | getCalDelay () |
Get the table CalDelay. | |
CalDeviceTable | getCalDevice () |
Get the table CalDevice. | |
CalFluxTable | getCalFlux () |
Get the table CalFlux. | |
CalFocusTable | getCalFocus () |
Get the table CalFocus. | |
CalFocusModelTable | getCalFocusModel () |
Get the table CalFocusModel. | |
CalGainTable | getCalGain () |
Get the table CalGain. | |
CalHolographyTable | getCalHolography () |
Get the table CalHolography. | |
CalPhaseTable | getCalPhase () |
Get the table CalPhase. | |
CalPointingTable | getCalPointing () |
Get the table CalPointing. | |
CalPointingModelTable | getCalPointingModel () |
Get the table CalPointingModel. | |
CalPositionTable | getCalPosition () |
Get the table CalPosition. | |
CalPrimaryBeamTable | getCalPrimaryBeam () |
Get the table CalPrimaryBeam. | |
CalReductionTable | getCalReduction () |
Get the table CalReduction. | |
CalSeeingTable | getCalSeeing () |
Get the table CalSeeing. | |
CalWVRTable | getCalWVR () |
Get the table CalWVR. | |
ConfigDescriptionTable | getConfigDescription () |
Get the table ConfigDescription. | |
CorrelatorModeTable | getCorrelatorMode () |
Get the table CorrelatorMode. | |
DataDescriptionTable | getDataDescription () |
Get the table DataDescription. | |
DopplerTable | getDoppler () |
Get the table Doppler. | |
EphemerisTable | getEphemeris () |
Get the table Ephemeris. | |
ExecBlockTable | getExecBlock () |
Get the table ExecBlock. | |
FeedTable | getFeed () |
Get the table Feed. | |
FieldTable | getField () |
Get the table Field. | |
FlagCmdTable | getFlagCmd () |
Get the table FlagCmd. | |
FocusTable | getFocus () |
Get the table Focus. | |
FocusModelTable | getFocusModel () |
Get the table FocusModel. | |
FreqOffsetTable | getFreqOffset () |
Get the table FreqOffset. | |
GainTrackingTable | getGainTracking () |
Get the table GainTracking. | |
HistoryTable | getHistory () |
Get the table History. | |
HolographyTable | getHolography () |
Get the table Holography. | |
ObservationTable | getObservation () |
Get the table Observation. | |
PointingTable | getPointing () |
Get the table Pointing. | |
PointingModelTable | getPointingModel () |
Get the table PointingModel. | |
PolarizationTable | getPolarization () |
Get the table Polarization. | |
ProcessorTable | getProcessor () |
Get the table Processor. | |
ReceiverTable | getReceiver () |
Get the table Receiver. | |
SBSummaryTable | getSBSummary () |
Get the table SBSummary. | |
ScanTable | getScan () |
Get the table Scan. | |
SeeingTable | getSeeing () |
Get the table Seeing. | |
SourceTable | getSource () |
Get the table Source. | |
SourceParameterTable | getSourceParameter () |
Get the table SourceParameter. | |
SpectralWindowTable | getSpectralWindow () |
Get the table SpectralWindow. | |
SquareLawDetectorTable | getSquareLawDetector () |
Get the table SquareLawDetector. | |
StateTable | getState () |
Get the table State. | |
StationTable | getStation () |
Get the table Station. | |
SubscanTable | getSubscan () |
Get the table Subscan. | |
SwitchCycleTable | getSwitchCycle () |
Get the table SwitchCycle. | |
SysCalTable | getSysCal () |
Get the table SysCal. | |
TotalPowerTable | getTotalPower () |
Get the table TotalPower. | |
WVMCalTable | getWVMCal () |
Get the table WVMCal. | |
WeatherTable | getWeather () |
Get the table Weather. | |
ArrayTime | getTimeOfCreation () |
Get timeOfCreation. | |
void | setTimeOfCreation (ArrayTime timeOfCreation) throws IllegalAccessException |
Set timeOfCreation with the specified ArrayTime value. | |
byte[] | toFITS () throws ConversionException |
void | fromFITS (byte[] fits) throws ConversionException |
String | toVOTable () throws ConversionException |
void | fromVOTable (String vo) throws ConversionException |
EntityId | toArchive (Archiver ar) throws ConversionException, ArchiverException |
Stores an XML representation of the ASDM into the Archive. | |
void | toArchive (Archiver ar, EntityId entUID) throws ConversionException, ArchiverException |
Stores an XML representation of the ASDM into the Archive. | |
String | toXML () throws ConversionException |
Produces the XML representation of this. | |
void | toXML (String directory) throws ConversionException |
Write this ASDM dataset to the specified directory as a collection of XML documents. | |
void | fromXML (String xmlDoc) throws ConversionException |
Parses the XML representation of an ASDM stored in a string and fills this (supposedly empty) with the result of the parsing. | |
byte[] | toMIME () throws ConversionException |
Serialize this into a stream of bytes and encapsulates that stream into a MIME message. | |
void | toFile (String directory) throws ConversionException |
Write this ASDM dataset to the specified directory as a collection of files. | |
void | setFromFile (String directory) throws ConversionException |
Reads and parses a collection of files as those produced by the toFile method. | |
Entity | getEntity () |
void | setEntity (Entity e) |
String | getName () |
Meaningless, but required for the Representable interface. | |
int | size () |
Meaningless, but required for the Representable interface. | |
void | updateArchive () throws ConversionException |
Update an ASDM dataset that already exists in the ALMA archive. | |
Representable | getTable (String tableName) |
Return the table, as a Representable object, with the specified name. | |
ASDMDataSetIDL | toIDL () |
Converts this ASDM into an ASDMDataSetIDL CORBA structure. | |
void | fromIDL (ASDMDataSetIDL x) throws DuplicateKey,ConversionException, UniquenessViolationException |
Builds an ASDM out of its IDL representation. | |
Static Public Member Functions | |
ASDM | fromArchive (Archiver ar, EntityId datasetUID) throws ArchiverException, ConversionException |
Create an ASDM dataset from the ALMA archive, given the entityId of its container. | |
ASDM | getFromXML (String xmlDirectory) throws ConversionException |
Get an ASDM dataset, given the full path name of the directory containing the XML version of the dataset. | |
Package Functions | |
void | setFromMIME (byte[] mimeMsg) throws ConversionException |
Extracts the binary part of a MIME message and deserialize its content to fill this with the result of the deserialization. |
|
Create an instance of the tables that belong to this model.
|
|
Create an ASDM dataset from the ALMA archive, given the entityId of its container.
|
|
Builds an ASDM out of its IDL representation.
|
|
Parses the XML representation of an ASDM stored in a string and fills this (supposedly empty) with the result of the parsing.
Implements alma.asdm.Representable.
|
|
Get the table AlmaRadiometer.
|
|
Get the table Annotation.
|
|
Get the table Antenna.
|
|
Get the table Beam.
|
|
Get the table CalAmpli.
|
|
Get the table CalAtmosphere.
|
|
Get the table CalBandpass.
|
|
Get the table CalCurve.
|
|
Get the table CalData.
|
|
Get the table CalDelay.
|
|
Get the table CalDevice.
|
|
Get the table CalFlux.
|
|
Get the table CalFocus.
|
|
Get the table CalFocusModel.
|
|
Get the table CalGain.
|
|
Get the table CalHolography.
|
|
Get the table CalPhase.
|
|
Get the table CalPointing.
|
|
Get the table CalPointingModel.
|
|
Get the table CalPosition.
|
|
Get the table CalPrimaryBeam.
|
|
Get the table CalReduction.
|
|
Get the table CalSeeing.
|
|
Get the table CalWVR.
|
|
Get the table ConfigDescription.
|
|
Get the table CorrelatorMode.
|
|
Get the table DataDescription.
|
|
Get the table Doppler.
|
|
Get the table Ephemeris.
|
|
Get the table ExecBlock.
|
|
Get the table Feed.
|
|
Get the table Field.
|
|
Get the table FlagCmd.
|
|
Get the table Focus.
|
|
Get the table FocusModel.
|
|
Get the table FreqOffset.
|
|
Get an ASDM dataset, given the full path name of the directory containing the XML version of the dataset.
|
|
Get the table GainTracking.
|
|
Get the table History.
|
|
Get the table Holography.
|
|
Get the table Main.
|
|
Meaningless, but required for the Representable interface.
Implements alma.asdm.Representable.
|
|
Get the table Observation.
|
|
Get the table Pointing.
|
|
Get the table PointingModel.
|
|
Get the table Polarization.
|
|
Get the table Processor.
|
|
Get the table Receiver.
|
|
Get the table SBSummary.
|
|
Get the table Scan.
|
|
Get the table Seeing.
|
|
Get the table Source.
|
|
Get the table SourceParameter.
|
|
Get the table SpectralWindow.
|
|
Get the table SquareLawDetector.
|
|
Get the table State.
|
|
Get the table Station.
|
|
Get the table Subscan.
|
|
Get the table SwitchCycle.
|
|
Get the table SysCal.
|
|
Return the table, as a Representable object, with the specified name.
|
|
Returns its tables as an array of Object.
|
|
Get timeOfCreation.
|
|
Get the table TotalPower.
|
|
Get the table Weather.
|
|
Get the table WVMCal.
|
|
Reads and parses a collection of files as those produced by the toFile method. This dataset is populated with the result of the parsing.
|
|
Extracts the binary part of a MIME message and deserialize its content to fill this with the result of the deserialization.
|
|
Set timeOfCreation with the specified ArrayTime value.
|
|
Meaningless, but required for the Representable interface.
Implements alma.asdm.Representable.
|
|
Stores an XML representation of the ASDM into the Archive. This method behaves exactly like toArchive(Archiver ar) except that it expects the Archive UID of the ASDM's container to be provided by the caller (The Archive identifiers for the tables are provided internally as in toArchive(Archiver ar).
|
|
Stores an XML representation of the ASDM into the Archive. Each table of the ASDM with a non null number of rows is transformed into its XML representation and stored into the Archive as a separate document. Then the ASDM's container is converted into an XML document containing informations about the tables that it contains (Name, Number of rows, and Archive UIDs for the tables with a non null number of rows) and stored into the Archive.<br/> The Archive identifiers for the the container and the tables are provided internally.
|
|
Write this ASDM dataset to the specified directory as a collection of files. The container itself is written into an XML file. Each table of the container having at least one row is written into a binary or an XML file depending on the value of its "fileAsBin" private field.
|
|
Converts this ASDM into an ASDMDataSetIDL CORBA structure.
|
|
Serialize this into a stream of bytes and encapsulates that stream into a MIME message.
|
|
Write this ASDM dataset to the specified directory as a collection of XML documents.
|
|
Produces the XML representation of this.
Implements alma.asdm.Representable.
|
|
Update an ASDM dataset that already exists in the ALMA archive.
|