#include <CalAmpliRow.h>
Collaboration diagram for asdm::CalAmpliRow:

Generated from model's revision "1.46", branch "HEAD"
Definition at line 155 of file CalAmpliRow.h.
Public Member Functions | |
| virtual | ~CalAmpliRow () |
| CalAmpliTable & | getTable () const |
| Return the table to which this row belongs. | |
| CalAmpliRowIDL * | toIDL () const |
| Return this row in the form of an IDL struct. | |
| void | setFromIDL (CalAmpliRowIDL x) throw (ConversionException) |
| Fill the values of this row from the IDL struct CalAmpliRowIDL. | |
| string | toXML () const |
| Return this row in the form of an XML string. | |
| void | setFromXML (string rowDoc) throw (ConversionException) |
| Fill the values of this row from an XML string that was produced by the toXML() method. | |
| void | setNumAPC (int numAPC) |
| Set numAPC with the specified int. | |
| int | getNumReceptor () const |
| Get numReceptor. | |
| void | setNumReceptor (int numReceptor) |
| Set numReceptor with the specified int. | |
| ReceiverBandMod::ReceiverBand | getReceiverBand () const |
| Get receiverBand. | |
| void | setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand) |
| Set receiverBand with the specified ReceiverBandMod::ReceiverBand. | |
| string | getAntennaName () const |
| Get antennaName. | |
| void | setAntennaName (string antennaName) |
| Set antennaName with the specified string. | |
| vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > | getAtmPhaseCorrections () const |
| Get atmPhaseCorrections. | |
| void | setAtmPhaseCorrections (vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > atmPhaseCorrections) |
| Set atmPhaseCorrections with the specified vector<AtmPhaseCorrectionMod::AtmPhaseCorrection >. | |
| vector< PolarizationTypeMod::PolarizationType > | getPolarizationTypes () const |
| Get polarizationTypes. | |
| void | setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes) |
| Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >. | |
| ArrayTime | getStartValidTime () const |
| Get startValidTime. | |
| void | setStartValidTime (ArrayTime startValidTime) |
| Set startValidTime with the specified ArrayTime. | |
| ArrayTime | getEndValidTime () const |
| Get endValidTime. | |
| void | setEndValidTime (ArrayTime endValidTime) |
| Set endValidTime with the specified ArrayTime. | |
| vector< Frequency > | getFrequencyRange () const |
| Get frequencyRange. | |
| void | setFrequencyRange (vector< Frequency > frequencyRange) |
| Set frequencyRange with the specified vector<Frequency >. | |
| bool | isApertureEfficiencyExists () const |
| The attribute apertureEfficiency is optional. | |
| vector< vector< float > > | getApertureEfficiency () const throw (IllegalAccessException) |
| Get apertureEfficiency, which is optional. | |
| void | setApertureEfficiency (vector< vector< float > > apertureEfficiency) |
| Set apertureEfficiency with the specified vector<vector<float > >. | |
| void | clearApertureEfficiency () |
| Mark apertureEfficiency, which is an optional field, as non-existent. | |
| bool | isApertureEfficiencyErrorExists () const |
| The attribute apertureEfficiencyError is optional. | |
| vector< vector< float > > | getApertureEfficiencyError () const throw (IllegalAccessException) |
| Get apertureEfficiencyError, which is optional. | |
| void | setApertureEfficiencyError (vector< vector< float > > apertureEfficiencyError) |
| Set apertureEfficiencyError with the specified vector<vector<float > >. | |
| void | clearApertureEfficiencyError () |
| Mark apertureEfficiencyError, which is an optional field, as non-existent. | |
| bool | isCorrectionValidityExists () const |
| The attribute correctionValidity is optional. | |
| bool | getCorrectionValidity () const throw (IllegalAccessException) |
| Get correctionValidity, which is optional. | |
| void | setCorrectionValidity (bool correctionValidity) |
| Set correctionValidity with the specified bool. | |
| void | clearCorrectionValidity () |
| Mark correctionValidity, which is an optional field, as non-existent. | |
| void | setCalDataId (Tag calDataId) |
| Set calDataId with the specified Tag. | |
| Tag | getCalReductionId () const |
| Get calReductionId. | |
| void | setCalReductionId (Tag calReductionId) |
| Set calReductionId with the specified Tag. | |
| Links *CalDataRow * | getCalDataUsingCalDataId () |
| calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId | |
| CalReductionRow * | getCalReductionUsingCalReductionId () |
| calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId | |
| bool | compareNoAutoInc (Tag calDataId, Tag calReductionId, string antennaName, int numAPC, int numReceptor, ReceiverBandMod::ReceiverBand receiverBand, vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > atmPhaseCorrections, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange) |
| Compare each mandatory attribute except the autoincrementable one of this CalAmpliRow with the corresponding parameters and return true if there is a match and false otherwise. | |
| bool | compareRequiredValue (int numAPC, int numReceptor, ReceiverBandMod::ReceiverBand receiverBand, vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > atmPhaseCorrections, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange) |
| bool | equalByRequiredValue (CalAmpliRow *x) |
| Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
Public Attributes | |
| Intrinsic Table | Attributes |
| Extrinsic Table | Attributes |
Private Member Functions | |
| void | isAdded () |
| This method is used by the Table class when this row is added to the table. | |
| CalAmpliRow (CalAmpliTable &table) | |
| Create a CalAmpliRow. | |
| CalAmpliRow (CalAmpliTable &table, CalAmpliRow &row) | |
| Create a CalAmpliRow using a copy constructor mechanism. | |
Private Attributes | |
| CalAmpliTable & | table |
| The table to which this row belongs. | |
| bool | hasBeenAdded |
| Whether this row has been added to the table or not. | |
| int | numReceptor |
| ===> Attribute numReceptor | |
| ReceiverBandMod::ReceiverBand | receiverBand |
| ===> Attribute receiverBand | |
| string | antennaName |
| ===> Attribute antennaName | |
| vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > | atmPhaseCorrections |
| ===> Attribute atmPhaseCorrections | |
| vector< PolarizationTypeMod::PolarizationType > | polarizationTypes |
| ===> Attribute polarizationTypes | |
| ArrayTime | startValidTime |
| ===> Attribute startValidTime | |
| ArrayTime | endValidTime |
| ===> Attribute endValidTime | |
| vector< Frequency > | frequencyRange |
| ===> Attribute frequencyRange | |
| bool | apertureEfficiencyExists |
| ===> Attribute apertureEfficiency, which is optional | |
| vector< vector< float > > | apertureEfficiency |
| bool | apertureEfficiencyErrorExists |
| ===> Attribute apertureEfficiencyError, which is optional | |
| vector< vector< float > > | apertureEfficiencyError |
| bool | correctionValidityExists |
| ===> Attribute correctionValidity, which is optional | |
| bool | correctionValidity |
| Tag | calReductionId |
| ===> Attribute calReductionId | |
Friends | |
| class | asdm::CalAmpliTable |
| virtual asdm::CalAmpliRow::~CalAmpliRow | ( | ) | [virtual] |
| asdm::CalAmpliRow::CalAmpliRow | ( | CalAmpliTable & | table | ) | [private] |
Create a CalAmpliRow.
This constructor is private because only the table can create rows. All rows know the table to which they belong.
| table | The table to which this row belongs. |
| asdm::CalAmpliRow::CalAmpliRow | ( | CalAmpliTable & | table, | |
| CalAmpliRow & | row | |||
| ) | [private] |
Create a CalAmpliRow using a copy constructor mechanism.
Given a CalAmpliRow row and a CalAmpliTable table, the method creates a new CalAmpliRow owned by table. Each attribute of the created row is a copy (deep) of the corresponding attribute of row. The method does not add the created row to its table, its simply parents it to table, a call to the add method has to be done in order to get the row added (very likely after having modified some of its attributes). If row is null then the method returns a row with default values for its attributes.
This constructor is private because only the table can create rows. All rows know the table to which they belong.
| table | The table to which this row belongs. | |
| row | The row which is to be copied. |
| CalAmpliTable& asdm::CalAmpliRow::getTable | ( | ) | const |
Return the table to which this row belongs.
| CalAmpliRowIDL* asdm::CalAmpliRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
| void asdm::CalAmpliRow::setFromIDL | ( | CalAmpliRowIDL | x | ) | throw (ConversionException) |
Fill the values of this row from the IDL struct CalAmpliRowIDL.
| x | The IDL struct containing the values used to fill this row. |
| string asdm::CalAmpliRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
| void asdm::CalAmpliRow::setFromXML | ( | string | rowDoc | ) | throw (ConversionException) |
Fill the values of this row from an XML string that was produced by the toXML() method.
| x | The XML string being used to set the values of this row. |
| void asdm::CalAmpliRow::setNumAPC | ( | int | numAPC | ) |
Set numAPC with the specified int.
| numAPC | The int value to which numAPC is to be set. |
| int asdm::CalAmpliRow::getNumReceptor | ( | ) | const |
Get numReceptor.
| void asdm::CalAmpliRow::setNumReceptor | ( | int | numReceptor | ) |
Set numReceptor with the specified int.
| numReceptor | The int value to which numReceptor is to be set. |
| ReceiverBandMod::ReceiverBand asdm::CalAmpliRow::getReceiverBand | ( | ) | const |
Get receiverBand.
| void asdm::CalAmpliRow::setReceiverBand | ( | ReceiverBandMod::ReceiverBand | receiverBand | ) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
| receiverBand | The ReceiverBandMod::ReceiverBand value to which receiverBand is to be set. |
| string asdm::CalAmpliRow::getAntennaName | ( | ) | const |
Get antennaName.
| void asdm::CalAmpliRow::setAntennaName | ( | string | antennaName | ) |
Set antennaName with the specified string.
| antennaName | The string value to which antennaName is to be set. |
| IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
| vector<AtmPhaseCorrectionMod::AtmPhaseCorrection > asdm::CalAmpliRow::getAtmPhaseCorrections | ( | ) | const |
Get atmPhaseCorrections.
| void asdm::CalAmpliRow::setAtmPhaseCorrections | ( | vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > | atmPhaseCorrections | ) |
Set atmPhaseCorrections with the specified vector<AtmPhaseCorrectionMod::AtmPhaseCorrection >.
| atmPhaseCorrections | The vector<AtmPhaseCorrectionMod::AtmPhaseCorrection > value to which atmPhaseCorrections is to be set. |
| vector<PolarizationTypeMod::PolarizationType > asdm::CalAmpliRow::getPolarizationTypes | ( | ) | const |
Get polarizationTypes.
| void asdm::CalAmpliRow::setPolarizationTypes | ( | vector< PolarizationTypeMod::PolarizationType > | polarizationTypes | ) |
Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.
| polarizationTypes | The vector<PolarizationTypeMod::PolarizationType > value to which polarizationTypes is to be set. |
| ArrayTime asdm::CalAmpliRow::getStartValidTime | ( | ) | const |
| void asdm::CalAmpliRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
| ArrayTime asdm::CalAmpliRow::getEndValidTime | ( | ) | const |
| void asdm::CalAmpliRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
| vector<Frequency > asdm::CalAmpliRow::getFrequencyRange | ( | ) | const |
Get frequencyRange.
| void asdm::CalAmpliRow::setFrequencyRange | ( | vector< Frequency > | frequencyRange | ) |
Set frequencyRange with the specified vector<Frequency >.
| frequencyRange | The vector<Frequency > value to which frequencyRange is to be set. |
| bool asdm::CalAmpliRow::isApertureEfficiencyExists | ( | ) | const |
The attribute apertureEfficiency is optional.
Return true if this attribute exists.
| vector<vector<float > > asdm::CalAmpliRow::getApertureEfficiency | ( | ) | const throw (IllegalAccessException) |
Get apertureEfficiency, which is optional.
| IllegalAccessException | If apertureEfficiency does not exist. |
| void asdm::CalAmpliRow::setApertureEfficiency | ( | vector< vector< float > > | apertureEfficiency | ) |
Set apertureEfficiency with the specified vector<vector<float > >.
| apertureEfficiency | The vector<vector<float > > value to which apertureEfficiency is to be set. |
| void asdm::CalAmpliRow::clearApertureEfficiency | ( | ) |
Mark apertureEfficiency, which is an optional field, as non-existent.
| bool asdm::CalAmpliRow::isApertureEfficiencyErrorExists | ( | ) | const |
The attribute apertureEfficiencyError is optional.
Return true if this attribute exists.
| vector<vector<float > > asdm::CalAmpliRow::getApertureEfficiencyError | ( | ) | const throw (IllegalAccessException) |
Get apertureEfficiencyError, which is optional.
| IllegalAccessException | If apertureEfficiencyError does not exist. |
| void asdm::CalAmpliRow::setApertureEfficiencyError | ( | vector< vector< float > > | apertureEfficiencyError | ) |
Set apertureEfficiencyError with the specified vector<vector<float > >.
| apertureEfficiencyError | The vector<vector<float > > value to which apertureEfficiencyError is to be set. |
| void asdm::CalAmpliRow::clearApertureEfficiencyError | ( | ) |
Mark apertureEfficiencyError, which is an optional field, as non-existent.
| bool asdm::CalAmpliRow::isCorrectionValidityExists | ( | ) | const |
The attribute correctionValidity is optional.
Return true if this attribute exists.
| bool asdm::CalAmpliRow::getCorrectionValidity | ( | ) | const throw (IllegalAccessException) |
Get correctionValidity, which is optional.
| IllegalAccessException | If correctionValidity does not exist. |
| void asdm::CalAmpliRow::setCorrectionValidity | ( | bool | correctionValidity | ) |
Set correctionValidity with the specified bool.
| correctionValidity | The bool value to which correctionValidity is to be set. |
| void asdm::CalAmpliRow::clearCorrectionValidity | ( | ) |
Mark correctionValidity, which is an optional field, as non-existent.
| void asdm::CalAmpliRow::setCalDataId | ( | Tag | calDataId | ) |
Set calDataId with the specified Tag.
| calDataId | The Tag value to which calDataId is to be set. |
| IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
| Tag asdm::CalAmpliRow::getCalReductionId | ( | ) | const |
| void asdm::CalAmpliRow::setCalReductionId | ( | Tag | calReductionId | ) |
Set calReductionId with the specified Tag.
| calReductionId | The Tag value to which calReductionId is to be set. |
| IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
| Links* CalDataRow* asdm::CalAmpliRow::getCalDataUsingCalDataId | ( | ) |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
| CalReductionRow* asdm::CalAmpliRow::getCalReductionUsingCalReductionId | ( | ) |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
| bool asdm::CalAmpliRow::compareNoAutoInc | ( | Tag | calDataId, | |
| Tag | calReductionId, | |||
| string | antennaName, | |||
| int | numAPC, | |||
| int | numReceptor, | |||
| ReceiverBandMod::ReceiverBand | receiverBand, | |||
| vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > | atmPhaseCorrections, | |||
| vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | |||
| ArrayTime | startValidTime, | |||
| ArrayTime | endValidTime, | |||
| vector< Frequency > | frequencyRange | |||
| ) |
Compare each mandatory attribute except the autoincrementable one of this CalAmpliRow with the corresponding parameters and return true if there is a match and false otherwise.
| bool asdm::CalAmpliRow::compareRequiredValue | ( | int | numAPC, | |
| int | numReceptor, | |||
| ReceiverBandMod::ReceiverBand | receiverBand, | |||
| vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > | atmPhaseCorrections, | |||
| vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | |||
| ArrayTime | startValidTime, | |||
| ArrayTime | endValidTime, | |||
| vector< Frequency > | frequencyRange | |||
| ) |
| bool asdm::CalAmpliRow::equalByRequiredValue | ( | CalAmpliRow * | x | ) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
| x | a pointer on the CalAmpliRow whose required attributes of the value part will be compared with those of this. |
| void asdm::CalAmpliRow::isAdded | ( | ) | [private] |
This method is used by the Table class when this row is added to the table.
friend class asdm::CalAmpliTable [friend] |
Definition at line 156 of file CalAmpliRow.h.
| Extrinsic Table asdm::CalAmpliRow::Attributes |
Definition at line 201 of file CalAmpliRow.h.
| Extrinsic Table asdm::CalAmpliRow::Attributes |
Definition at line 600 of file CalAmpliRow.h.
CalAmpliTable& asdm::CalAmpliRow::table [private] |
bool asdm::CalAmpliRow::hasBeenAdded [private] |
int asdm::CalAmpliRow::numReceptor [private] |
ReceiverBandMod::ReceiverBand asdm::CalAmpliRow::receiverBand [private] |
string asdm::CalAmpliRow::antennaName [private] |
vector<AtmPhaseCorrectionMod::AtmPhaseCorrection > asdm::CalAmpliRow::atmPhaseCorrections [private] |
vector<PolarizationTypeMod::PolarizationType > asdm::CalAmpliRow::polarizationTypes [private] |
ArrayTime asdm::CalAmpliRow::startValidTime [private] |
ArrayTime asdm::CalAmpliRow::endValidTime [private] |
vector<Frequency > asdm::CalAmpliRow::frequencyRange [private] |
bool asdm::CalAmpliRow::apertureEfficiencyExists [private] |
vector<vector<float > > asdm::CalAmpliRow::apertureEfficiency [private] |
Definition at line 875 of file CalAmpliRow.h.
bool asdm::CalAmpliRow::apertureEfficiencyErrorExists [private] |
===> Attribute apertureEfficiencyError, which is optional
Definition at line 885 of file CalAmpliRow.h.
vector<vector<float > > asdm::CalAmpliRow::apertureEfficiencyError [private] |
Definition at line 888 of file CalAmpliRow.h.
bool asdm::CalAmpliRow::correctionValidityExists [private] |
bool asdm::CalAmpliRow::correctionValidity [private] |
Definition at line 901 of file CalAmpliRow.h.
Tag asdm::CalAmpliRow::calReductionId [private] |
1.5.1