casa
$Rev:20696$
|
The FlagRow class is a row of a FlagTable. More...
#include <FlagRow.h>
Public Member Functions | |
virtual | ~FlagRow () |
friend class asdm::TableStreamReader<FlagTable, FlagRow>; | |
FlagTable & | getTable () const |
Return the table to which this row belongs. | |
bool | isAdded () const |
Has this row been added to its table ? | |
ArrayTime | getStartTime () const |
===> Attribute startTime | |
void | setStartTime (ArrayTime startTime) |
Set startTime with the specified ArrayTime. | |
ArrayTime | getEndTime () const |
===> Attribute endTime | |
void | setEndTime (ArrayTime endTime) |
Set endTime with the specified ArrayTime. | |
string | getReason () const |
===> Attribute reason | |
void | setReason (string reason) |
Set reason with the specified string. | |
int | getNumAntenna () const |
===> Attribute numAntenna | |
void | setNumAntenna (int numAntenna) |
Set numAntenna with the specified int. | |
bool | isNumPolarizationTypeExists () const |
===> Attribute numPolarizationType, which is optional | |
int | getNumPolarizationType () const |
Get numPolarizationType, which is optional. | |
void | setNumPolarizationType (int numPolarizationType) |
Set numPolarizationType with the specified int. | |
void | clearNumPolarizationType () |
Mark numPolarizationType, which is an optional field, as non-existent. | |
bool | isNumSpectralWindowExists () const |
===> Attribute numSpectralWindow, which is optional | |
int | getNumSpectralWindow () const |
Get numSpectralWindow, which is optional. | |
void | setNumSpectralWindow (int numSpectralWindow) |
Set numSpectralWindow with the specified int. | |
void | clearNumSpectralWindow () |
Mark numSpectralWindow, which is an optional field, as non-existent. | |
bool | isNumPairedAntennaExists () const |
===> Attribute numPairedAntenna, which is optional | |
int | getNumPairedAntenna () const |
Get numPairedAntenna, which is optional. | |
void | setNumPairedAntenna (int numPairedAntenna) |
Set numPairedAntenna with the specified int. | |
void | clearNumPairedAntenna () |
Mark numPairedAntenna, which is an optional field, as non-existent. | |
bool | isPolarizationTypeExists () const |
===> Attribute polarizationType, which is optional | |
vector < PolarizationTypeMod::PolarizationType > | getPolarizationType () const |
Get polarizationType, which is optional. | |
void | setPolarizationType (vector< PolarizationTypeMod::PolarizationType > polarizationType) |
Set polarizationType with the specified vector<PolarizationTypeMod::PolarizationType >. | |
void | clearPolarizationType () |
Mark polarizationType, which is an optional field, as non-existent. | |
void | setAntennaId (vector< Tag > antennaId) |
Set antennaId with the specified vector<Tag> . | |
bool | isPairedAntennaIdExists () const |
===> Attribute pairedAntennaId, which is optional | |
vector< Tag > | getPairedAntennaId () const |
Get pairedAntennaId, which is optional. | |
void | setPairedAntennaId (vector< Tag > pairedAntennaId) |
Set pairedAntennaId with the specified vector<Tag> . | |
void | clearPairedAntennaId () |
Mark pairedAntennaId, which is an optional field, as non-existent. | |
bool | isSpectralWindowIdExists () const |
===> Attribute spectralWindowId, which is optional | |
vector< Tag > | getSpectralWindowId () const |
Get spectralWindowId, which is optional. | |
void | setSpectralWindowId (vector< Tag > spectralWindowId) |
Set spectralWindowId with the specified vector<Tag> . | |
void | clearSpectralWindowId () |
Mark spectralWindowId, which is an optional field, as non-existent. | |
Links *void | setAntennaId (int i, Tag antennaId) |
Set antennaId[i] with the specified Tag. | |
void | addAntennaId (Tag id) |
Append a Tag to antennaId. | |
void | addAntennaId (const vector< Tag > &id) |
Append a vector of Tag to antennaId. | |
const Tag | getAntennaId (int i) |
Returns the Tag stored in antennaId at position i. | |
AntennaRow * | getAntennaUsingAntennaId (int i) |
Returns the AntennaRow linked to this row via the tag stored in antennaId at position i. | |
vector< AntennaRow * > | getAntennasUsingAntennaId () |
Returns the vector of AntennaRow* linked to this row via the Tags stored in antennaId. | |
void | setPairedAntennaId (int i, Tag pairedAntennaId) |
Set pairedAntennaId[i] with the specified Tag. | |
void | addPairedAntennaId (Tag id) |
Append a Tag to pairedAntennaId. | |
void | addPairedAntennaId (const vector< Tag > &id) |
Append a vector of Tag to pairedAntennaId. | |
const Tag | getPairedAntennaId (int i) |
Returns the Tag stored in pairedAntennaId at position i. | |
AntennaRow * | getAntennaUsingPairedAntennaId (int i) |
Returns the AntennaRow linked to this row via the tag stored in pairedAntennaId at position i. | |
vector< AntennaRow * > | getAntennasUsingPairedAntennaId () |
Returns the vector of AntennaRow* linked to this row via the Tags stored in pairedAntennaId. | |
void | setSpectralWindowId (int i, Tag spectralWindowId) |
Set spectralWindowId[i] with the specified Tag. | |
void | addSpectralWindowId (Tag id) |
Append a Tag to spectralWindowId. | |
void | addSpectralWindowId (const vector< Tag > &id) |
Append a vector of Tag to spectralWindowId. | |
const Tag | getSpectralWindowId (int i) |
Returns the Tag stored in spectralWindowId at position i. | |
SpectralWindowRow * | getSpectralWindowUsingSpectralWindowId (int i) |
Returns the SpectralWindowRow linked to this row via the tag stored in spectralWindowId at position i. | |
vector< SpectralWindowRow * > | getSpectralWindowsUsingSpectralWindowId () |
Returns the vector of SpectralWindowRow* linked to this row via the Tags stored in spectralWindowId. | |
bool | compareNoAutoInc (ArrayTime startTime, ArrayTime endTime, string reason, int numAntenna, vector< Tag > antennaId) |
Compare each mandatory attribute except the autoincrementable one of this FlagRow with the corresponding parameters and return true if there is a match and false otherwise. | |
bool | compareRequiredValue (ArrayTime startTime, ArrayTime endTime, string reason, int numAntenna, vector< Tag > antennaId) |
Compare each mandatory value (i.e. | |
bool | equalByRequiredValue (FlagRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
asdmIDL::FlagRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. | |
void | toIDL (asdmIDL::FlagRowIDL &x) const |
Define the content of a FlagRowIDL struct from the values found in this row. | |
void | setFromIDL (asdmIDL::FlagRowIDL x) |
Fill the values of this row from the IDL struct FlagRowIDL. | |
std::string | toXML () const |
Return this row in the form of an XML string. | |
void | setFromXML (std::string rowDoc) |
Fill the values of this row from an XML string that was produced by the toXML() method. | |
virtual | ~FlagRow () |
friend class asdm::TableStreamReader<FlagTable, FlagRow>; | |
FlagTable & | getTable () const |
Return the table to which this row belongs. | |
bool | isAdded () const |
Has this row been added to its table ? | |
ArrayTime | getStartTime () const |
===> Attribute startTime | |
void | setStartTime (ArrayTime startTime) |
Set startTime with the specified ArrayTime. | |
ArrayTime | getEndTime () const |
===> Attribute endTime | |
void | setEndTime (ArrayTime endTime) |
Set endTime with the specified ArrayTime. | |
string | getReason () const |
===> Attribute reason | |
void | setReason (string reason) |
Set reason with the specified string. | |
int | getNumAntenna () const |
===> Attribute numAntenna | |
void | setNumAntenna (int numAntenna) |
Set numAntenna with the specified int. | |
bool | isNumPolarizationTypeExists () const |
===> Attribute numPolarizationType, which is optional | |
int | getNumPolarizationType () const |
Get numPolarizationType, which is optional. | |
void | setNumPolarizationType (int numPolarizationType) |
Set numPolarizationType with the specified int. | |
void | clearNumPolarizationType () |
Mark numPolarizationType, which is an optional field, as non-existent. | |
bool | isNumSpectralWindowExists () const |
===> Attribute numSpectralWindow, which is optional | |
int | getNumSpectralWindow () const |
Get numSpectralWindow, which is optional. | |
void | setNumSpectralWindow (int numSpectralWindow) |
Set numSpectralWindow with the specified int. | |
void | clearNumSpectralWindow () |
Mark numSpectralWindow, which is an optional field, as non-existent. | |
bool | isNumPairedAntennaExists () const |
===> Attribute numPairedAntenna, which is optional | |
int | getNumPairedAntenna () const |
Get numPairedAntenna, which is optional. | |
void | setNumPairedAntenna (int numPairedAntenna) |
Set numPairedAntenna with the specified int. | |
void | clearNumPairedAntenna () |
Mark numPairedAntenna, which is an optional field, as non-existent. | |
bool | isPolarizationTypeExists () const |
===> Attribute polarizationType, which is optional | |
vector < PolarizationTypeMod::PolarizationType > | getPolarizationType () const |
Get polarizationType, which is optional. | |
void | setPolarizationType (vector< PolarizationTypeMod::PolarizationType > polarizationType) |
Set polarizationType with the specified vector<PolarizationTypeMod::PolarizationType >. | |
void | clearPolarizationType () |
Mark polarizationType, which is an optional field, as non-existent. | |
void | setAntennaId (vector< Tag > antennaId) |
Set antennaId with the specified vector<Tag> . | |
bool | isPairedAntennaIdExists () const |
===> Attribute pairedAntennaId, which is optional | |
vector< Tag > | getPairedAntennaId () const |
Get pairedAntennaId, which is optional. | |
void | setPairedAntennaId (vector< Tag > pairedAntennaId) |
Set pairedAntennaId with the specified vector<Tag> . | |
void | clearPairedAntennaId () |
Mark pairedAntennaId, which is an optional field, as non-existent. | |
bool | isSpectralWindowIdExists () const |
===> Attribute spectralWindowId, which is optional | |
vector< Tag > | getSpectralWindowId () const |
Get spectralWindowId, which is optional. | |
void | setSpectralWindowId (vector< Tag > spectralWindowId) |
Set spectralWindowId with the specified vector<Tag> . | |
void | clearSpectralWindowId () |
Mark spectralWindowId, which is an optional field, as non-existent. | |
Links *void | setAntennaId (int i, Tag antennaId) |
Set antennaId[i] with the specified Tag. | |
void | addAntennaId (Tag id) |
Append a Tag to antennaId. | |
void | addAntennaId (const vector< Tag > &id) |
Append a vector of Tag to antennaId. | |
const Tag | getAntennaId (int i) |
Returns the Tag stored in antennaId at position i. | |
AntennaRow * | getAntennaUsingAntennaId (int i) |
Returns the AntennaRow linked to this row via the tag stored in antennaId at position i. | |
vector< AntennaRow * > | getAntennasUsingAntennaId () |
Returns the vector of AntennaRow* linked to this row via the Tags stored in antennaId. | |
void | setPairedAntennaId (int i, Tag pairedAntennaId) |
Set pairedAntennaId[i] with the specified Tag. | |
void | addPairedAntennaId (Tag id) |
Append a Tag to pairedAntennaId. | |
void | addPairedAntennaId (const vector< Tag > &id) |
Append a vector of Tag to pairedAntennaId. | |
const Tag | getPairedAntennaId (int i) |
Returns the Tag stored in pairedAntennaId at position i. | |
AntennaRow * | getAntennaUsingPairedAntennaId (int i) |
Returns the AntennaRow linked to this row via the tag stored in pairedAntennaId at position i. | |
vector< AntennaRow * > | getAntennasUsingPairedAntennaId () |
Returns the vector of AntennaRow* linked to this row via the Tags stored in pairedAntennaId. | |
void | setSpectralWindowId (int i, Tag spectralWindowId) |
Set spectralWindowId[i] with the specified Tag. | |
void | addSpectralWindowId (Tag id) |
Append a Tag to spectralWindowId. | |
void | addSpectralWindowId (const vector< Tag > &id) |
Append a vector of Tag to spectralWindowId. | |
const Tag | getSpectralWindowId (int i) |
Returns the Tag stored in spectralWindowId at position i. | |
SpectralWindowRow * | getSpectralWindowUsingSpectralWindowId (int i) |
Returns the SpectralWindowRow linked to this row via the tag stored in spectralWindowId at position i. | |
vector< SpectralWindowRow * > | getSpectralWindowsUsingSpectralWindowId () |
Returns the vector of SpectralWindowRow* linked to this row via the Tags stored in spectralWindowId. | |
bool | compareNoAutoInc (ArrayTime startTime, ArrayTime endTime, string reason, int numAntenna, vector< Tag > antennaId) |
Compare each mandatory attribute except the autoincrementable one of this FlagRow with the corresponding parameters and return true if there is a match and false otherwise. | |
bool | compareRequiredValue (ArrayTime startTime, ArrayTime endTime, string reason, int numAntenna, vector< Tag > antennaId) |
Compare each mandatory value (i.e. | |
bool | equalByRequiredValue (FlagRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
asdmIDL::FlagRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. | |
void | setFromIDL (asdmIDL::FlagRowIDL x) |
Fill the values of this row from the IDL struct FlagRowIDL. | |
std::string | toXML () const |
Return this row in the form of an XML string. | |
void | setFromXML (std::string rowDoc) |
Fill the values of this row from an XML string that was produced by the toXML() method. | |
Public Attributes | |
Intrinsic Table | Attributes |
Extrinsic Table | Attributes |
Private Member Functions | |
void | isAdded (bool added) |
This method is used by the Table class when this row is added to the table. | |
FlagRow (FlagTable &table) | |
Create a FlagRow. | |
FlagRow (FlagTable &table, FlagRow &row) | |
Create a FlagRow using a copy constructor mechanism. | |
void | setFlagId (Tag flagId) |
Set flagId with the specified Tag value. | |
void | flagIdFromBin (EndianIStream &eis) |
void | startTimeFromBin (EndianIStream &eis) |
void | endTimeFromBin (EndianIStream &eis) |
void | reasonFromBin (EndianIStream &eis) |
void | numAntennaFromBin (EndianIStream &eis) |
void | antennaIdFromBin (EndianIStream &eis) |
void | numPolarizationTypeFromBin (EndianIStream &eis) |
void | numSpectralWindowFromBin (EndianIStream &eis) |
void | numPairedAntennaFromBin (EndianIStream &eis) |
void | polarizationTypeFromBin (EndianIStream &eis) |
void | pairedAntennaIdFromBin (EndianIStream &eis) |
void | spectralWindowIdFromBin (EndianIStream &eis) |
void | flagIdFromText (const string &s) |
void | startTimeFromText (const string &s) |
void | endTimeFromText (const string &s) |
void | reasonFromText (const string &s) |
void | numAntennaFromText (const string &s) |
void | antennaIdFromText (const string &s) |
void | numPolarizationTypeFromText (const string &s) |
void | numSpectralWindowFromText (const string &s) |
void | numPairedAntennaFromText (const string &s) |
void | polarizationTypeFromText (const string &s) |
void | pairedAntennaIdFromText (const string &s) |
void | spectralWindowIdFromText (const string &s) |
void | toBin (EndianOSStream &eoss) |
Serialize this into a stream of bytes written to an EndianOSStream. | |
void | isAdded (bool added) |
This method is used by the Table class when this row is added to the table. | |
FlagRow (FlagTable &table) | |
Create a FlagRow. | |
FlagRow (FlagTable &table, FlagRow &row) | |
Create a FlagRow using a copy constructor mechanism. | |
void | setFlagId (Tag flagId) |
Set flagId with the specified Tag value. | |
void | flagIdFromBin (EndianIStream &eis) |
void | startTimeFromBin (EndianIStream &eis) |
void | endTimeFromBin (EndianIStream &eis) |
void | reasonFromBin (EndianIStream &eis) |
void | numAntennaFromBin (EndianIStream &eis) |
void | antennaIdFromBin (EndianIStream &eis) |
void | numPolarizationTypeFromBin (EndianIStream &eis) |
void | numSpectralWindowFromBin (EndianIStream &eis) |
void | numPairedAntennaFromBin (EndianIStream &eis) |
void | polarizationTypeFromBin (EndianIStream &eis) |
void | pairedAntennaIdFromBin (EndianIStream &eis) |
void | spectralWindowIdFromBin (EndianIStream &eis) |
void | flagIdFromText (const string &s) |
void | startTimeFromText (const string &s) |
void | endTimeFromText (const string &s) |
void | reasonFromText (const string &s) |
void | numAntennaFromText (const string &s) |
void | antennaIdFromText (const string &s) |
void | numPolarizationTypeFromText (const string &s) |
void | numSpectralWindowFromText (const string &s) |
void | numPairedAntennaFromText (const string &s) |
void | polarizationTypeFromText (const string &s) |
void | pairedAntennaIdFromText (const string &s) |
void | spectralWindowIdFromText (const string &s) |
void | fromText (const std::string &attributeName, const std::string &t) |
void | toBin (EndianOSStream &eoss) |
Serialize this into a stream of bytes written to an EndianOSStream. | |
Private Attributes | |
FlagTable & | table |
The table to which this row belongs. | |
bool | hasBeenAdded |
Whether this row has been added to the table or not. | |
ArrayTime | startTime |
===> Attribute startTime | |
ArrayTime | endTime |
===> Attribute endTime | |
string | reason |
===> Attribute reason | |
int | numAntenna |
===> Attribute numAntenna | |
bool | numPolarizationTypeExists |
===> Attribute numPolarizationType, which is optional | |
int | numPolarizationType |
bool | numSpectralWindowExists |
===> Attribute numSpectralWindow, which is optional | |
int | numSpectralWindow |
bool | numPairedAntennaExists |
===> Attribute numPairedAntenna, which is optional | |
int | numPairedAntenna |
bool | polarizationTypeExists |
===> Attribute polarizationType, which is optional | |
vector < PolarizationTypeMod::PolarizationType > | polarizationType |
bool | pairedAntennaIdExists |
===> Attribute pairedAntennaId, which is optional | |
vector< Tag > | pairedAntennaId |
bool | spectralWindowIdExists |
===> Attribute spectralWindowId, which is optional | |
vector< Tag > | spectralWindowId |
Links *binary deserialization material from an EndianIStream std::map< std::string, FlagAttributeFromBin > | fromBinMethods |
*text deserialization material std::map< std::string, FlagAttributeFromText > | fromTextMethods |
Friends | |
class | asdm::FlagTable |
class | asdm::RowTransformer< FlagRow > |
The FlagRow class is a row of a FlagTable.
Generated from model's revision "1.64", branch "HEAD"
Generated from model's revision "1.61", branch "HEAD"
virtual asdm::FlagRow::~FlagRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<FlagTable, FlagRow>;
asdm::FlagRow::FlagRow | ( | FlagTable & | table | ) | [private] |
Create a FlagRow.
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::FlagRow::FlagRow | ( | FlagTable & | table, |
FlagRow & | row | ||
) | [private] |
Create a FlagRow using a copy constructor mechanism.
Given a FlagRow row and a FlagTable table, the method creates a new FlagRow 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. |
virtual asdm::FlagRow::~FlagRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<FlagTable, FlagRow>;
asdm::FlagRow::FlagRow | ( | FlagTable & | table | ) | [private] |
Create a FlagRow.
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::FlagRow::FlagRow | ( | FlagTable & | table, |
FlagRow & | row | ||
) | [private] |
Create a FlagRow using a copy constructor mechanism.
Given a FlagRow row and a FlagTable table, the method creates a new FlagRow 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. |
void asdm::FlagRow::addAntennaId | ( | Tag | id | ) |
void asdm::FlagRow::addAntennaId | ( | Tag | id | ) |
void asdm::FlagRow::addAntennaId | ( | const vector< Tag > & | id | ) |
void asdm::FlagRow::addAntennaId | ( | const vector< Tag > & | id | ) |
void asdm::FlagRow::addPairedAntennaId | ( | Tag | id | ) |
void asdm::FlagRow::addPairedAntennaId | ( | Tag | id | ) |
void asdm::FlagRow::addPairedAntennaId | ( | const vector< Tag > & | id | ) |
void asdm::FlagRow::addPairedAntennaId | ( | const vector< Tag > & | id | ) |
void asdm::FlagRow::addSpectralWindowId | ( | Tag | id | ) |
void asdm::FlagRow::addSpectralWindowId | ( | Tag | id | ) |
void asdm::FlagRow::addSpectralWindowId | ( | const vector< Tag > & | id | ) |
void asdm::FlagRow::addSpectralWindowId | ( | const vector< Tag > & | id | ) |
void asdm::FlagRow::antennaIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::antennaIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::antennaIdFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::antennaIdFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::clearNumPairedAntenna | ( | ) |
Mark numPairedAntenna, which is an optional field, as non-existent.
void asdm::FlagRow::clearNumPairedAntenna | ( | ) |
Mark numPairedAntenna, which is an optional field, as non-existent.
Mark numPolarizationType, which is an optional field, as non-existent.
Mark numPolarizationType, which is an optional field, as non-existent.
Mark numSpectralWindow, which is an optional field, as non-existent.
Mark numSpectralWindow, which is an optional field, as non-existent.
void asdm::FlagRow::clearPairedAntennaId | ( | ) |
Mark pairedAntennaId, which is an optional field, as non-existent.
void asdm::FlagRow::clearPairedAntennaId | ( | ) |
Mark pairedAntennaId, which is an optional field, as non-existent.
void asdm::FlagRow::clearPolarizationType | ( | ) |
Mark polarizationType, which is an optional field, as non-existent.
void asdm::FlagRow::clearPolarizationType | ( | ) |
Mark polarizationType, which is an optional field, as non-existent.
void asdm::FlagRow::clearSpectralWindowId | ( | ) |
Mark spectralWindowId, which is an optional field, as non-existent.
void asdm::FlagRow::clearSpectralWindowId | ( | ) |
Mark spectralWindowId, which is an optional field, as non-existent.
bool asdm::FlagRow::compareNoAutoInc | ( | ArrayTime | startTime, |
ArrayTime | endTime, | ||
string | reason, | ||
int | numAntenna, | ||
vector< Tag > | antennaId | ||
) |
Compare each mandatory attribute except the autoincrementable one of this FlagRow with the corresponding parameters and return true if there is a match and false otherwise.
startTime | |
endTime | |
reason | |
numAntenna | |
antennaId |
bool asdm::FlagRow::compareNoAutoInc | ( | ArrayTime | startTime, |
ArrayTime | endTime, | ||
string | reason, | ||
int | numAntenna, | ||
vector< Tag > | antennaId | ||
) |
Compare each mandatory attribute except the autoincrementable one of this FlagRow with the corresponding parameters and return true if there is a match and false otherwise.
startTime | |
endTime | |
reason | |
numAntenna | |
antennaId |
bool asdm::FlagRow::compareRequiredValue | ( | ArrayTime | startTime, |
ArrayTime | endTime, | ||
string | reason, | ||
int | numAntenna, | ||
vector< Tag > | antennaId | ||
) |
Compare each mandatory value (i.e.
not in the key) attribute with the corresponding parameters and return true if there is a match and false otherwise.
startTime | |
endTime | |
reason | |
numAntenna | |
antennaId |
bool asdm::FlagRow::compareRequiredValue | ( | ArrayTime | startTime, |
ArrayTime | endTime, | ||
string | reason, | ||
int | numAntenna, | ||
vector< Tag > | antennaId | ||
) |
Compare each mandatory value (i.e.
not in the key) attribute with the corresponding parameters and return true if there is a match and false otherwise.
startTime | |
endTime | |
reason | |
numAntenna | |
antennaId |
void asdm::FlagRow::endTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::endTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::endTimeFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::endTimeFromText | ( | const string & | s | ) | [private] |
bool asdm::FlagRow::equalByRequiredValue | ( | FlagRow * | 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 FlagRow whose required attributes of the value part will be compared with those of this. |
bool asdm::FlagRow::equalByRequiredValue | ( | FlagRow * | 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 FlagRow whose required attributes of the value part will be compared with those of this. |
void asdm::FlagRow::flagIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::flagIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::flagIdFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::flagIdFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::fromText | ( | const std::string & | attributeName, |
const std::string & | t | ||
) | [private] |
const Tag asdm::FlagRow::getAntennaId | ( | int | i | ) |
const Tag asdm::FlagRow::getAntennaId | ( | int | i | ) |
vector<AntennaRow *> asdm::FlagRow::getAntennasUsingAntennaId | ( | ) |
Returns the vector of AntennaRow* linked to this row via the Tags stored in antennaId.
vector<AntennaRow *> asdm::FlagRow::getAntennasUsingAntennaId | ( | ) |
Returns the vector of AntennaRow* linked to this row via the Tags stored in antennaId.
vector<AntennaRow *> asdm::FlagRow::getAntennasUsingPairedAntennaId | ( | ) |
Returns the vector of AntennaRow* linked to this row via the Tags stored in pairedAntennaId.
vector<AntennaRow *> asdm::FlagRow::getAntennasUsingPairedAntennaId | ( | ) |
Returns the vector of AntennaRow* linked to this row via the Tags stored in pairedAntennaId.
Returns the AntennaRow linked to this row via the tag stored in antennaId at position i.
i | the position in antennaId. |
Returns the AntennaRow linked to this row via the tag stored in antennaId at position i.
i | the position in antennaId. |
Returns the AntennaRow linked to this row via the tag stored in pairedAntennaId at position i.
i | the position in pairedAntennaId. |
Returns the AntennaRow linked to this row via the tag stored in pairedAntennaId at position i.
i | the position in pairedAntennaId. |
ArrayTime asdm::FlagRow::getEndTime | ( | ) | const |
ArrayTime asdm::FlagRow::getEndTime | ( | ) | const |
int asdm::FlagRow::getNumAntenna | ( | ) | const |
===> Attribute numAntenna
Get numAntenna.
int asdm::FlagRow::getNumAntenna | ( | ) | const |
===> Attribute numAntenna
Get numAntenna.
int asdm::FlagRow::getNumPairedAntenna | ( | ) | const |
Get numPairedAntenna, which is optional.
IllegalAccessException | If numPairedAntenna does not exist. |
int asdm::FlagRow::getNumPairedAntenna | ( | ) | const |
Get numPairedAntenna, which is optional.
IllegalAccessException | If numPairedAntenna does not exist. |
int asdm::FlagRow::getNumPolarizationType | ( | ) | const |
Get numPolarizationType, which is optional.
IllegalAccessException | If numPolarizationType does not exist. |
int asdm::FlagRow::getNumPolarizationType | ( | ) | const |
Get numPolarizationType, which is optional.
IllegalAccessException | If numPolarizationType does not exist. |
int asdm::FlagRow::getNumSpectralWindow | ( | ) | const |
Get numSpectralWindow, which is optional.
IllegalAccessException | If numSpectralWindow does not exist. |
int asdm::FlagRow::getNumSpectralWindow | ( | ) | const |
Get numSpectralWindow, which is optional.
IllegalAccessException | If numSpectralWindow does not exist. |
vector<Tag> asdm::FlagRow::getPairedAntennaId | ( | ) | const |
Get pairedAntennaId, which is optional.
IllegalAccessException | If pairedAntennaId does not exist. |
vector<Tag> asdm::FlagRow::getPairedAntennaId | ( | ) | const |
Get pairedAntennaId, which is optional.
IllegalAccessException | If pairedAntennaId does not exist. |
const Tag asdm::FlagRow::getPairedAntennaId | ( | int | i | ) |
const Tag asdm::FlagRow::getPairedAntennaId | ( | int | i | ) |
vector<PolarizationTypeMod::PolarizationType > asdm::FlagRow::getPolarizationType | ( | ) | const |
Get polarizationType, which is optional.
IllegalAccessException | If polarizationType does not exist. |
vector<PolarizationTypeMod::PolarizationType > asdm::FlagRow::getPolarizationType | ( | ) | const |
Get polarizationType, which is optional.
IllegalAccessException | If polarizationType does not exist. |
string asdm::FlagRow::getReason | ( | ) | const |
===> Attribute reason
Get reason.
string asdm::FlagRow::getReason | ( | ) | const |
===> Attribute reason
Get reason.
vector<Tag> asdm::FlagRow::getSpectralWindowId | ( | ) | const |
Get spectralWindowId, which is optional.
IllegalAccessException | If spectralWindowId does not exist. |
vector<Tag> asdm::FlagRow::getSpectralWindowId | ( | ) | const |
Get spectralWindowId, which is optional.
IllegalAccessException | If spectralWindowId does not exist. |
const Tag asdm::FlagRow::getSpectralWindowId | ( | int | i | ) |
const Tag asdm::FlagRow::getSpectralWindowId | ( | int | i | ) |
Returns the vector of SpectralWindowRow* linked to this row via the Tags stored in spectralWindowId.
Returns the vector of SpectralWindowRow* linked to this row via the Tags stored in spectralWindowId.
Returns the SpectralWindowRow linked to this row via the tag stored in spectralWindowId at position i.
i | the position in spectralWindowId. |
Returns the SpectralWindowRow linked to this row via the tag stored in spectralWindowId at position i.
i | the position in spectralWindowId. |
ArrayTime asdm::FlagRow::getStartTime | ( | ) | const |
ArrayTime asdm::FlagRow::getStartTime | ( | ) | const |
FlagTable& asdm::FlagRow::getTable | ( | ) | const |
Return the table to which this row belongs.
FlagTable& asdm::FlagRow::getTable | ( | ) | const |
Return the table to which this row belongs.
bool asdm::FlagRow::isAdded | ( | ) | const |
Has this row been added to its table ?
bool asdm::FlagRow::isAdded | ( | ) | const |
Has this row been added to its table ?
void asdm::FlagRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
void asdm::FlagRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
bool asdm::FlagRow::isNumPairedAntennaExists | ( | ) | const |
===> Attribute numPairedAntenna, which is optional
The attribute numPairedAntenna is optional. Return true if this attribute exists.
bool asdm::FlagRow::isNumPairedAntennaExists | ( | ) | const |
===> Attribute numPairedAntenna, which is optional
The attribute numPairedAntenna is optional. Return true if this attribute exists.
bool asdm::FlagRow::isNumPolarizationTypeExists | ( | ) | const |
===> Attribute numPolarizationType, which is optional
The attribute numPolarizationType is optional. Return true if this attribute exists.
bool asdm::FlagRow::isNumPolarizationTypeExists | ( | ) | const |
===> Attribute numPolarizationType, which is optional
The attribute numPolarizationType is optional. Return true if this attribute exists.
bool asdm::FlagRow::isNumSpectralWindowExists | ( | ) | const |
===> Attribute numSpectralWindow, which is optional
The attribute numSpectralWindow is optional. Return true if this attribute exists.
bool asdm::FlagRow::isNumSpectralWindowExists | ( | ) | const |
===> Attribute numSpectralWindow, which is optional
The attribute numSpectralWindow is optional. Return true if this attribute exists.
bool asdm::FlagRow::isPairedAntennaIdExists | ( | ) | const |
===> Attribute pairedAntennaId, which is optional
The attribute pairedAntennaId is optional. Return true if this attribute exists.
bool asdm::FlagRow::isPairedAntennaIdExists | ( | ) | const |
===> Attribute pairedAntennaId, which is optional
The attribute pairedAntennaId is optional. Return true if this attribute exists.
bool asdm::FlagRow::isPolarizationTypeExists | ( | ) | const |
===> Attribute polarizationType, which is optional
The attribute polarizationType is optional. Return true if this attribute exists.
bool asdm::FlagRow::isPolarizationTypeExists | ( | ) | const |
===> Attribute polarizationType, which is optional
The attribute polarizationType is optional. Return true if this attribute exists.
bool asdm::FlagRow::isSpectralWindowIdExists | ( | ) | const |
===> Attribute spectralWindowId, which is optional
The attribute spectralWindowId is optional. Return true if this attribute exists.
bool asdm::FlagRow::isSpectralWindowIdExists | ( | ) | const |
===> Attribute spectralWindowId, which is optional
The attribute spectralWindowId is optional. Return true if this attribute exists.
void asdm::FlagRow::numAntennaFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::numAntennaFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::numAntennaFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::numAntennaFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::numPairedAntennaFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::numPairedAntennaFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::numPairedAntennaFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::numPairedAntennaFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::numPolarizationTypeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::numPolarizationTypeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::numPolarizationTypeFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::numPolarizationTypeFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::numSpectralWindowFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::numSpectralWindowFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::numSpectralWindowFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::numSpectralWindowFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::pairedAntennaIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::pairedAntennaIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::pairedAntennaIdFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::pairedAntennaIdFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::polarizationTypeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::polarizationTypeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::polarizationTypeFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::polarizationTypeFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::reasonFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::reasonFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::reasonFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::reasonFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::setAntennaId | ( | vector< Tag > | antennaId | ) |
Set antennaId with the specified vector<Tag> .
antennaId | The vector<Tag> value to which antennaId is to be set. |
void asdm::FlagRow::setAntennaId | ( | vector< Tag > | antennaId | ) |
Set antennaId with the specified vector<Tag> .
antennaId | The vector<Tag> value to which antennaId is to be set. |
Links* void asdm::FlagRow::setAntennaId | ( | int | i, |
Tag | antennaId | ||
) |
Links* void asdm::FlagRow::setAntennaId | ( | int | i, |
Tag | antennaId | ||
) |
void asdm::FlagRow::setEndTime | ( | ArrayTime | endTime | ) |
void asdm::FlagRow::setEndTime | ( | ArrayTime | endTime | ) |
void asdm::FlagRow::setFlagId | ( | Tag | flagId | ) | [private] |
Set flagId with the specified Tag value.
flagId | The Tag value to which flagId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::FlagRow::setFlagId | ( | Tag | flagId | ) | [private] |
Set flagId with the specified Tag value.
flagId | The Tag value to which flagId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::FlagRow::setFromIDL | ( | asdmIDL::FlagRowIDL | x | ) |
Fill the values of this row from the IDL struct FlagRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::FlagRow::setFromIDL | ( | asdmIDL::FlagRowIDL | x | ) |
Fill the values of this row from the IDL struct FlagRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::FlagRow::setFromXML | ( | std::string | rowDoc | ) |
Fill the values of this row from an XML string that was produced by the toXML() method.
rowDoc | the XML string being used to set the values of this row. |
ConversionException |
void asdm::FlagRow::setFromXML | ( | std::string | rowDoc | ) |
Fill the values of this row from an XML string that was produced by the toXML() method.
rowDoc | the XML string being used to set the values of this row. |
ConversionException |
void asdm::FlagRow::setNumAntenna | ( | int | numAntenna | ) |
Set numAntenna with the specified int.
numAntenna | The int value to which numAntenna is to be set. |
void asdm::FlagRow::setNumAntenna | ( | int | numAntenna | ) |
Set numAntenna with the specified int.
numAntenna | The int value to which numAntenna is to be set. |
void asdm::FlagRow::setNumPairedAntenna | ( | int | numPairedAntenna | ) |
Set numPairedAntenna with the specified int.
numPairedAntenna | The int value to which numPairedAntenna is to be set. |
void asdm::FlagRow::setNumPairedAntenna | ( | int | numPairedAntenna | ) |
Set numPairedAntenna with the specified int.
numPairedAntenna | The int value to which numPairedAntenna is to be set. |
void asdm::FlagRow::setNumPolarizationType | ( | int | numPolarizationType | ) |
Set numPolarizationType with the specified int.
numPolarizationType | The int value to which numPolarizationType is to be set. |
void asdm::FlagRow::setNumPolarizationType | ( | int | numPolarizationType | ) |
Set numPolarizationType with the specified int.
numPolarizationType | The int value to which numPolarizationType is to be set. |
void asdm::FlagRow::setNumSpectralWindow | ( | int | numSpectralWindow | ) |
Set numSpectralWindow with the specified int.
numSpectralWindow | The int value to which numSpectralWindow is to be set. |
void asdm::FlagRow::setNumSpectralWindow | ( | int | numSpectralWindow | ) |
Set numSpectralWindow with the specified int.
numSpectralWindow | The int value to which numSpectralWindow is to be set. |
void asdm::FlagRow::setPairedAntennaId | ( | vector< Tag > | pairedAntennaId | ) |
Set pairedAntennaId with the specified vector<Tag> .
pairedAntennaId | The vector<Tag> value to which pairedAntennaId is to be set. |
void asdm::FlagRow::setPairedAntennaId | ( | vector< Tag > | pairedAntennaId | ) |
Set pairedAntennaId with the specified vector<Tag> .
pairedAntennaId | The vector<Tag> value to which pairedAntennaId is to be set. |
void asdm::FlagRow::setPairedAntennaId | ( | int | i, |
Tag | pairedAntennaId | ||
) |
Set pairedAntennaId[i] with the specified Tag.
i | The index in pairedAntennaId where to set the Tag value. |
pairedAntennaId | The Tag value to which pairedAntennaId[i] is to be set. |
OutOfBoundsException |
void asdm::FlagRow::setPairedAntennaId | ( | int | i, |
Tag | pairedAntennaId | ||
) |
Set pairedAntennaId[i] with the specified Tag.
i | The index in pairedAntennaId where to set the Tag value. |
pairedAntennaId | The Tag value to which pairedAntennaId[i] is to be set. |
OutOfBoundsException |
void asdm::FlagRow::setPolarizationType | ( | vector< PolarizationTypeMod::PolarizationType > | polarizationType | ) |
Set polarizationType with the specified vector<PolarizationTypeMod::PolarizationType >.
polarizationType | The vector<PolarizationTypeMod::PolarizationType > value to which polarizationType is to be set. |
void asdm::FlagRow::setPolarizationType | ( | vector< PolarizationTypeMod::PolarizationType > | polarizationType | ) |
Set polarizationType with the specified vector<PolarizationTypeMod::PolarizationType >.
polarizationType | The vector<PolarizationTypeMod::PolarizationType > value to which polarizationType is to be set. |
void asdm::FlagRow::setReason | ( | string | reason | ) |
Set reason with the specified string.
reason | The string value to which reason is to be set. |
void asdm::FlagRow::setReason | ( | string | reason | ) |
Set reason with the specified string.
reason | The string value to which reason is to be set. |
void asdm::FlagRow::setSpectralWindowId | ( | vector< Tag > | spectralWindowId | ) |
Set spectralWindowId with the specified vector<Tag> .
spectralWindowId | The vector<Tag> value to which spectralWindowId is to be set. |
void asdm::FlagRow::setSpectralWindowId | ( | vector< Tag > | spectralWindowId | ) |
Set spectralWindowId with the specified vector<Tag> .
spectralWindowId | The vector<Tag> value to which spectralWindowId is to be set. |
void asdm::FlagRow::setSpectralWindowId | ( | int | i, |
Tag | spectralWindowId | ||
) |
Set spectralWindowId[i] with the specified Tag.
i | The index in spectralWindowId where to set the Tag value. |
spectralWindowId | The Tag value to which spectralWindowId[i] is to be set. |
OutOfBoundsException |
void asdm::FlagRow::setSpectralWindowId | ( | int | i, |
Tag | spectralWindowId | ||
) |
Set spectralWindowId[i] with the specified Tag.
i | The index in spectralWindowId where to set the Tag value. |
spectralWindowId | The Tag value to which spectralWindowId[i] is to be set. |
OutOfBoundsException |
void asdm::FlagRow::setStartTime | ( | ArrayTime | startTime | ) |
void asdm::FlagRow::setStartTime | ( | ArrayTime | startTime | ) |
void asdm::FlagRow::spectralWindowIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::spectralWindowIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::spectralWindowIdFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::spectralWindowIdFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::startTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::startTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::FlagRow::startTimeFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::startTimeFromText | ( | const string & | s | ) | [private] |
void asdm::FlagRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
void asdm::FlagRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::FlagRowIDL* asdm::FlagRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
asdmIDL::FlagRowIDL* asdm::FlagRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::FlagRow::toIDL | ( | asdmIDL::FlagRowIDL & | x | ) | const |
Define the content of a FlagRowIDL struct from the values found in this row.
x | a reference to the FlagRowIDL struct to be set. |
std::string asdm::FlagRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
std::string asdm::FlagRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
asdm::FlagTable [friend] |
friend class asdm::RowTransformer< FlagRow > [friend] |
Extrinsic Table asdm::FlagRow::Attributes |
Extrinsic Table asdm::FlagRow::Attributes |
ArrayTime asdm::FlagRow::endTime [private] |
Links *binary deserialization material from an EndianIStream std::map< std::string, FlagAttributeFromBin > asdm::FlagRow::fromBinMethods [private] |
*text deserialization material std::map< std::string, FlagAttributeFromText > asdm::FlagRow::fromTextMethods [private] |
bool asdm::FlagRow::hasBeenAdded [private] |
int asdm::FlagRow::numAntenna [private] |
int asdm::FlagRow::numPairedAntenna [private] |
bool asdm::FlagRow::numPairedAntennaExists [private] |
int asdm::FlagRow::numPolarizationType [private] |
bool asdm::FlagRow::numPolarizationTypeExists [private] |
int asdm::FlagRow::numSpectralWindow [private] |
bool asdm::FlagRow::numSpectralWindowExists [private] |
vector< Tag > asdm::FlagRow::pairedAntennaId [private] |
bool asdm::FlagRow::pairedAntennaIdExists [private] |
vector< PolarizationTypeMod::PolarizationType > asdm::FlagRow::polarizationType [private] |
bool asdm::FlagRow::polarizationTypeExists [private] |
string asdm::FlagRow::reason [private] |
vector< Tag > asdm::FlagRow::spectralWindowId [private] |
bool asdm::FlagRow::spectralWindowIdExists [private] |
ArrayTime asdm::FlagRow::startTime [private] |
FlagTable & asdm::FlagRow::table [private] |