Public Member Functions | |
~TimeSeries () | |
virtual std::string | getXmlTag () const |
void | pushBackTimestamp (const time_t ×tamp) |
unsigned int | getTimestampIndex (const time_t ×tamp) const |
unsigned int | getTimestampCount () const |
time_t | getTimestamp (const unsigned int &index) const |
const std::vector< resqml2::AbstractProperty * > & | getPropertySet () const |
Public Member Functions inherited from resqml2::AbstractObject | |
bool | isPartial () const |
std::string | getUuid () const |
std::string | getTitle () const |
std::string | getEditor () const |
time_t | getCreation () const |
std::string | getOriginator () const |
std::string | getDescription () const |
time_t | getLastUpdate () const |
std::string | getFormat () const |
std::string | getDescriptiveKeywords () const |
void | setTitle (const std::string &title) |
void | setEditor (const std::string &editor) |
void | setCreation (const time_t &creation) |
void | setOriginator (const std::string &originator) |
void | setDescription (const std::string &description) |
void | setLastUpdate (const time_t &lastUpdate) |
void | setFormat (const std::string &format) |
void | setDescriptiveKeywords (const std::string &descriptiveKeywords) |
void | setMetadata (const std::string &title, const std::string &editor, const time_t &creation, const std::string &originator, const std::string &description, const time_t &lastUpdate, const std::string &format, const std::string &descriptiveKeywords) |
void | serializeIntoStream (std::ostream *stream) |
gsoap_resqml2_0_1::eml__AbstractCitedDataObject * | getGsoapProxy () const |
soap * | getGsoapContext () const |
int | getGsoapType () const |
gsoap_resqml2_0_1::eml__DataObjectReference * | newResqmlReference () const |
gsoap_resqml2_0_1::resqml2__ContactElementReference * | newResqmlContactElementReference () const |
common::EpcDocument * | getEpcDocument () const |
virtual std::string | getXmlNamespace () const |
virtual std::string | getResqmlVersion () const |
std::string | getContentType () const |
std::string | getPartNameInEpcDocument () const |
std::string | serializeIntoString () |
void | addAlias (const std::string &authority, const std::string &title) |
unsigned int | getAliasCount () const |
std::string | getAliasAuthorityAtIndex (const unsigned int &index) const |
std::string | getAliasTitleAtIndex (const unsigned int &index) const |
const std::vector< resqml2::Activity * > & | getActivitySet () const |
void | addOrSetExtraMetadata (const std::string &key, const std::string &value) |
std::tr1::unordered_map< std::string, std::string > | getExtraMetadataSet () const |
std::string | getExtraMetadata (const std::string &key) |
unsigned int | getExtraMetadataCount () const |
std::string | getExtraMetadataKeyAtIndex (const unsigned int &index) const |
std::string | getExtraMetadataStringValueAtIndex (const unsigned int &index) const |
Static Public Attributes | |
static const char * | XML_TAG = "TimeSeries" |
Protected Member Functions | |
TimeSeries () | |
TimeSeries (gsoap_resqml2_0_1::eml__DataObjectReference *partialObject) | |
TimeSeries (gsoap_resqml2_0_1::_resqml2__TimeSeries *fromGsoap) | |
std::vector< epc::Relationship > | getAllEpcRelationships () const |
void | importRelationshipSetFromEpc (common::EpcDocument *epcDoc) |
Protected Member Functions inherited from resqml2::AbstractObject | |
AbstractObject (common::EpcDocument *epcDoc, gsoap_resqml2_0_1::eml__DataObjectReference *partialObject) | |
Indicate whether methods update the XML (gSoap) or only the C++ classes of the API. More... | |
AbstractObject (gsoap_resqml2_0_1::eml__AbstractCitedDataObject *proxy=nullptr) | |
void | initMandatoryMetadata () |
void | setMetadata (const std::string &guid, const std::string &title, const std::string &editor, const time_t &creation, const std::string &originator, const std::string &description, const time_t &lastUpdate, const std::string &format, const std::string &descriptiveKeywords) |
Protected Attributes | |
std::vector< resqml2::AbstractProperty * > | propertySet |
Protected Attributes inherited from resqml2::AbstractObject | |
gsoap_resqml2_0_1::eml__AbstractCitedDataObject * | gsoapProxy2_0_1 |
common::EpcDocument * | epcDocument |
std::vector< resqml2::Activity * > | activitySet |
bool | updateXml |
Friends | |
void | AbstractProperty::setTimeSeries (TimeSeries *ts) |
Additional Inherited Members | |
Static Protected Member Functions inherited from resqml2::AbstractObject | |
static void | addActivityToResqmlObject (resqml2::Activity *activity, AbstractObject *resqmlObject) |
|
inlineprotected |
Default constructor does nothing
|
inlineprotected |
Only to be used in partial transfer context
|
inlineprotected |
Creates an instance of this class by wrapping a gsoap instance.
|
inline |
Destructor does nothing since the memory is managed by the gsoap context.
|
protectedvirtual |
Return all relationships (backward and forward ones) of the instance using EPC format.
Implements resqml2::AbstractObject.
|
inline |
Get all the properties which use this time series
time_t TimeSeries::getTimestamp | ( | const unsigned int & | index | ) | const |
Get a timestamp at a particular index of this timeseries.
unsigned int TimeSeries::getTimestampCount | ( | ) | const |
Get the count of timestamps in this time series.
unsigned int TimeSeries::getTimestampIndex | ( | const time_t & | timestamp | ) | const |
Get the index of a timestamp in the time series.
|
inlinevirtual |
Get the XML tag for the XML serialization of this instance
Implements resqml2::AbstractObject.
|
inlineprotectedvirtual |
Does nothing since StringTableLookup has not got any forward relationship.
Implements resqml2::AbstractObject.
void TimeSeries::pushBackTimestamp | ( | const time_t & | timestamp | ) |
Add a representation values object which uses this property type. Does not add the inverse relationship i.e. from the representation values object to this property type.