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

Generated from model's revision "1.46", branch "HEAD"
Definition at line 156 of file CalFocusModelRow.h.
Public Member Functions | |
| virtual | ~CalFocusModelRow () |
| CalFocusModelTable & | getTable () const |
| Return the table to which this row belongs. | |
| CalFocusModelRowIDL * | toIDL () const |
| Return this row in the form of an IDL struct. | |
| void | setFromIDL (CalFocusModelRowIDL x) throw (ConversionException) |
| Fill the values of this row from the IDL struct CalFocusModelRowIDL. | |
| 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 | setAntennaName (string antennaName) |
| Set antennaName with the specified string. | |
| int | getNumCoeff () const |
| Get numCoeff. | |
| void | setNumCoeff (int numCoeff) |
| Set numCoeff with the specified int. | |
| 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< Length > | getFocusRMS () const |
| Get focusRMS. | |
| void | setFocusRMS (vector< Length > focusRMS) |
| Set focusRMS with the specified vector<Length >. | |
| vector< vector< string > > | getCoeffName () const |
| Get coeffName. | |
| void | setCoeffName (vector< vector< string > > coeffName) |
| Set coeffName with the specified vector<vector<string > >. | |
| vector< vector< string > > | getCoeffFormula () const |
| Get coeffFormula. | |
| void | setCoeffFormula (vector< vector< string > > coeffFormula) |
| Set coeffFormula with the specified vector<vector<string > >. | |
| vector< vector< float > > | getCoeffValue () const |
| Get coeffValue. | |
| void | setCoeffValue (vector< vector< float > > coeffValue) |
| Set coeffValue with the specified vector<vector<float > >. | |
| vector< vector< float > > | getCoeffError () const |
| Get coeffError. | |
| void | setCoeffError (vector< vector< float > > coeffError) |
| Set coeffError with the specified vector<vector<float > >. | |
| vector< vector< bool > > | getCoeffFixed () const |
| Get coeffFixed. | |
| void | setCoeffFixed (vector< vector< bool > > coeffFixed) |
| Set coeffFixed with the specified vector<vector<bool > >. | |
| string | getFocusModel () const |
| Get focusModel. | |
| void | setFocusModel (string focusModel) |
| Set focusModel with the specified string. | |
| int | getNumSourceObs () const |
| Get numSourceObs. | |
| void | setNumSourceObs (int numSourceObs) |
| Set numSourceObs with the specified int. | |
| ReceiverBandMod::ReceiverBand | getReceiverBand () const |
| Get receiverBand. | |
| void | setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand) |
| Set receiverBand with the specified ReceiverBandMod::ReceiverBand. | |
| AntennaMakeMod::AntennaMake | getAntennaMake () const |
| Get antennaMake. | |
| void | setAntennaMake (AntennaMakeMod::AntennaMake antennaMake) |
| Set antennaMake with the specified AntennaMakeMod::AntennaMake. | |
| 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, ReceiverBandMod::ReceiverBand receiverBand, int numCoeff, ArrayTime startValidTime, ArrayTime endValidTime, vector< Length > focusRMS, vector< vector< string > > coeffName, vector< vector< string > > coeffFormula, vector< vector< float > > coeffValue, vector< vector< float > > coeffError, vector< vector< bool > > coeffFixed, string focusModel, int numSourceObs, AntennaMakeMod::AntennaMake antennaMake) |
| Compare each mandatory attribute except the autoincrementable one of this CalFocusModelRow with the corresponding parameters and return true if there is a match and false otherwise. | |
| bool | compareRequiredValue (int numCoeff, ArrayTime startValidTime, ArrayTime endValidTime, vector< Length > focusRMS, vector< vector< string > > coeffName, vector< vector< string > > coeffFormula, vector< vector< float > > coeffValue, vector< vector< float > > coeffError, vector< vector< bool > > coeffFixed, string focusModel, int numSourceObs, AntennaMakeMod::AntennaMake antennaMake) |
| bool | equalByRequiredValue (CalFocusModelRow *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. | |
| CalFocusModelRow (CalFocusModelTable &table) | |
| Create a CalFocusModelRow. | |
| CalFocusModelRow (CalFocusModelTable &table, CalFocusModelRow &row) | |
| Create a CalFocusModelRow using a copy constructor mechanism. | |
Private Attributes | |
| CalFocusModelTable & | table |
| The table to which this row belongs. | |
| bool | hasBeenAdded |
| Whether this row has been added to the table or not. | |
| int | numCoeff |
| ===> Attribute numCoeff | |
| ArrayTime | startValidTime |
| ===> Attribute startValidTime | |
| ArrayTime | endValidTime |
| ===> Attribute endValidTime | |
| vector< Length > | focusRMS |
| ===> Attribute focusRMS | |
| vector< vector< string > > | coeffName |
| ===> Attribute coeffName | |
| vector< vector< string > > | coeffFormula |
| ===> Attribute coeffFormula | |
| vector< vector< float > > | coeffValue |
| ===> Attribute coeffValue | |
| vector< vector< float > > | coeffError |
| ===> Attribute coeffError | |
| vector< vector< bool > > | coeffFixed |
| ===> Attribute coeffFixed | |
| string | focusModel |
| ===> Attribute focusModel | |
| int | numSourceObs |
| ===> Attribute numSourceObs | |
| ReceiverBandMod::ReceiverBand | receiverBand |
| ===> Attribute receiverBand | |
| AntennaMakeMod::AntennaMake | antennaMake |
| ===> Attribute antennaMake | |
| Tag | calReductionId |
| ===> Attribute calReductionId | |
Friends | |
| class | asdm::CalFocusModelTable |
| virtual asdm::CalFocusModelRow::~CalFocusModelRow | ( | ) | [virtual] |
| asdm::CalFocusModelRow::CalFocusModelRow | ( | CalFocusModelTable & | table | ) | [private] |
Create a CalFocusModelRow.
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::CalFocusModelRow::CalFocusModelRow | ( | CalFocusModelTable & | table, | |
| CalFocusModelRow & | row | |||
| ) | [private] |
Create a CalFocusModelRow using a copy constructor mechanism.
Given a CalFocusModelRow row and a CalFocusModelTable table, the method creates a new CalFocusModelRow 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. |
| CalFocusModelTable& asdm::CalFocusModelRow::getTable | ( | ) | const |
Return the table to which this row belongs.
| CalFocusModelRowIDL* asdm::CalFocusModelRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
| void asdm::CalFocusModelRow::setFromIDL | ( | CalFocusModelRowIDL | x | ) | throw (ConversionException) |
Fill the values of this row from the IDL struct CalFocusModelRowIDL.
| x | The IDL struct containing the values used to fill this row. |
| string asdm::CalFocusModelRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
| void asdm::CalFocusModelRow::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::CalFocusModelRow::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. |
| int asdm::CalFocusModelRow::getNumCoeff | ( | ) | const |
Get numCoeff.
| void asdm::CalFocusModelRow::setNumCoeff | ( | int | numCoeff | ) |
Set numCoeff with the specified int.
| numCoeff | The int value to which numCoeff is to be set. |
| ArrayTime asdm::CalFocusModelRow::getStartValidTime | ( | ) | const |
| void asdm::CalFocusModelRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
| ArrayTime asdm::CalFocusModelRow::getEndValidTime | ( | ) | const |
| void asdm::CalFocusModelRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
| vector<Length > asdm::CalFocusModelRow::getFocusRMS | ( | ) | const |
Get focusRMS.
| void asdm::CalFocusModelRow::setFocusRMS | ( | vector< Length > | focusRMS | ) |
Set focusRMS with the specified vector<Length >.
| focusRMS | The vector<Length > value to which focusRMS is to be set. |
| vector<vector<string > > asdm::CalFocusModelRow::getCoeffName | ( | ) | const |
Get coeffName.
| void asdm::CalFocusModelRow::setCoeffName | ( | vector< vector< string > > | coeffName | ) |
Set coeffName with the specified vector<vector<string > >.
| coeffName | The vector<vector<string > > value to which coeffName is to be set. |
| vector<vector<string > > asdm::CalFocusModelRow::getCoeffFormula | ( | ) | const |
Get coeffFormula.
| void asdm::CalFocusModelRow::setCoeffFormula | ( | vector< vector< string > > | coeffFormula | ) |
Set coeffFormula with the specified vector<vector<string > >.
| coeffFormula | The vector<vector<string > > value to which coeffFormula is to be set. |
| vector<vector<float > > asdm::CalFocusModelRow::getCoeffValue | ( | ) | const |
Get coeffValue.
| void asdm::CalFocusModelRow::setCoeffValue | ( | vector< vector< float > > | coeffValue | ) |
Set coeffValue with the specified vector<vector<float > >.
| coeffValue | The vector<vector<float > > value to which coeffValue is to be set. |
| vector<vector<float > > asdm::CalFocusModelRow::getCoeffError | ( | ) | const |
Get coeffError.
| void asdm::CalFocusModelRow::setCoeffError | ( | vector< vector< float > > | coeffError | ) |
Set coeffError with the specified vector<vector<float > >.
| coeffError | The vector<vector<float > > value to which coeffError is to be set. |
| vector<vector<bool > > asdm::CalFocusModelRow::getCoeffFixed | ( | ) | const |
Get coeffFixed.
| void asdm::CalFocusModelRow::setCoeffFixed | ( | vector< vector< bool > > | coeffFixed | ) |
Set coeffFixed with the specified vector<vector<bool > >.
| coeffFixed | The vector<vector<bool > > value to which coeffFixed is to be set. |
| string asdm::CalFocusModelRow::getFocusModel | ( | ) | const |
Get focusModel.
| void asdm::CalFocusModelRow::setFocusModel | ( | string | focusModel | ) |
Set focusModel with the specified string.
| focusModel | The string value to which focusModel is to be set. |
| int asdm::CalFocusModelRow::getNumSourceObs | ( | ) | const |
Get numSourceObs.
| void asdm::CalFocusModelRow::setNumSourceObs | ( | int | numSourceObs | ) |
Set numSourceObs with the specified int.
| numSourceObs | The int value to which numSourceObs is to be set. |
| ReceiverBandMod::ReceiverBand asdm::CalFocusModelRow::getReceiverBand | ( | ) | const |
Get receiverBand.
| void asdm::CalFocusModelRow::setReceiverBand | ( | ReceiverBandMod::ReceiverBand | receiverBand | ) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
| receiverBand | The ReceiverBandMod::ReceiverBand value to which receiverBand is to be set. |
| IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
| AntennaMakeMod::AntennaMake asdm::CalFocusModelRow::getAntennaMake | ( | ) | const |
Get antennaMake.
| void asdm::CalFocusModelRow::setAntennaMake | ( | AntennaMakeMod::AntennaMake | antennaMake | ) |
Set antennaMake with the specified AntennaMakeMod::AntennaMake.
| antennaMake | The AntennaMakeMod::AntennaMake value to which antennaMake is to be set. |
| void asdm::CalFocusModelRow::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::CalFocusModelRow::getCalReductionId | ( | ) | const |
| void asdm::CalFocusModelRow::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::CalFocusModelRow::getCalDataUsingCalDataId | ( | ) |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
| CalReductionRow* asdm::CalFocusModelRow::getCalReductionUsingCalReductionId | ( | ) |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
| bool asdm::CalFocusModelRow::compareNoAutoInc | ( | Tag | calDataId, | |
| Tag | calReductionId, | |||
| string | antennaName, | |||
| ReceiverBandMod::ReceiverBand | receiverBand, | |||
| int | numCoeff, | |||
| ArrayTime | startValidTime, | |||
| ArrayTime | endValidTime, | |||
| vector< Length > | focusRMS, | |||
| vector< vector< string > > | coeffName, | |||
| vector< vector< string > > | coeffFormula, | |||
| vector< vector< float > > | coeffValue, | |||
| vector< vector< float > > | coeffError, | |||
| vector< vector< bool > > | coeffFixed, | |||
| string | focusModel, | |||
| int | numSourceObs, | |||
| AntennaMakeMod::AntennaMake | antennaMake | |||
| ) |
Compare each mandatory attribute except the autoincrementable one of this CalFocusModelRow with the corresponding parameters and return true if there is a match and false otherwise.
| bool asdm::CalFocusModelRow::compareRequiredValue | ( | int | numCoeff, | |
| ArrayTime | startValidTime, | |||
| ArrayTime | endValidTime, | |||
| vector< Length > | focusRMS, | |||
| vector< vector< string > > | coeffName, | |||
| vector< vector< string > > | coeffFormula, | |||
| vector< vector< float > > | coeffValue, | |||
| vector< vector< float > > | coeffError, | |||
| vector< vector< bool > > | coeffFixed, | |||
| string | focusModel, | |||
| int | numSourceObs, | |||
| AntennaMakeMod::AntennaMake | antennaMake | |||
| ) |
| bool asdm::CalFocusModelRow::equalByRequiredValue | ( | CalFocusModelRow * | 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 CalFocusModelRow whose required attributes of the value part will be compared with those of this. |
| void asdm::CalFocusModelRow::isAdded | ( | ) | [private] |
This method is used by the Table class when this row is added to the table.
friend class asdm::CalFocusModelTable [friend] |
Definition at line 157 of file CalFocusModelRow.h.
| Extrinsic Table asdm::CalFocusModelRow::Attributes |
Definition at line 202 of file CalFocusModelRow.h.
| Extrinsic Table asdm::CalFocusModelRow::Attributes |
Definition at line 630 of file CalFocusModelRow.h.
CalFocusModelTable& asdm::CalFocusModelRow::table [private] |
bool asdm::CalFocusModelRow::hasBeenAdded [private] |
Whether this row has been added to the table or not.
Definition at line 760 of file CalFocusModelRow.h.
int asdm::CalFocusModelRow::numCoeff [private] |
vector<Length > asdm::CalFocusModelRow::focusRMS [private] |
vector<vector<string > > asdm::CalFocusModelRow::coeffName [private] |
vector<vector<string > > asdm::CalFocusModelRow::coeffFormula [private] |
vector<vector<float > > asdm::CalFocusModelRow::coeffValue [private] |
vector<vector<float > > asdm::CalFocusModelRow::coeffError [private] |
vector<vector<bool > > asdm::CalFocusModelRow::coeffFixed [private] |
string asdm::CalFocusModelRow::focusModel [private] |
int asdm::CalFocusModelRow::numSourceObs [private] |
ReceiverBandMod::ReceiverBand asdm::CalFocusModelRow::receiverBand [private] |
AntennaMakeMod::AntennaMake asdm::CalFocusModelRow::antennaMake [private] |
Tag asdm::CalFocusModelRow::calReductionId [private] |
1.5.1