SG++-Doxygen-Documentation
|
#include <DictNode.hpp>
Public Member Functions | |
void | addAttribute (const std::string &name, std::unique_ptr< Node > node) override |
Node & | addDictAttr (const std::string &name) override |
Node & | addIDAttr (const std::string &name, const std::string &value) override |
Node & | addIDAttr (const std::string &name, const char *value) override |
Node & | addIDAttr (const std::string &name, const double &value) override |
Node & | addIDAttr (const std::string &name, const uint64_t &value) override |
Node & | addIDAttr (const std::string &name, const int64_t &value) override |
Node & | addIDAttr (const std::string &name, const bool &value) override |
Node & | addListAttr (const std::string &name) override |
Node & | addTextAttr (const std::string &name, const std::string &value) override |
Node * | clone () override |
bool | contains (const std::string &key) override |
DictNode () | |
DictNode (const DictNode &original) | |
std::unique_ptr< Node > | erase (Node &node) override |
std::vector< std::string > & | keys () override |
DictNode & | operator= (const DictNode &right) |
Node & | operator= (const Node &right) override |
Node & | operator[] (const std::string &key) override |
void | parse (std::vector< Token > &stream) override |
void | parseAttributes (std::vector< Token > &stream) |
std::unique_ptr< Node > | removeAttribute (const std::string name) override |
Node & | replaceDictAttr (const std::string &name) override |
Node & | replaceIDAttr (const std::string &name, const std::string &value) override |
Node & | replaceIDAttr (const std::string &name, const char *value) override |
Node & | replaceIDAttr (const std::string &name, const double &value) override |
Node & | replaceIDAttr (const std::string &name, const uint64_t &value) override |
Node & | replaceIDAttr (const std::string &name, const int64_t &value) override |
Node & | replaceIDAttr (const std::string &name, const bool &value) override |
Node & | replaceListAttr (const std::string &name) override |
Node & | replaceTextAttr (const std::string &name, const std::string &value) override |
void | serialize (std::ostream &outFile, size_t indentWidth) override |
size_t | size () override |
Public Member Functions inherited from json::Node | |
virtual Node & | addDictValue () |
virtual Node & | addIdValue (const std::string &value) |
virtual Node & | addIdValue (const char *value) |
virtual Node & | addIdValue (const double &value) |
virtual Node & | addIdValue (const uint64_t &value) |
virtual Node & | addIdValue (const int64_t &value) |
virtual Node & | addIdValue (const bool &value) |
virtual Node & | addListValue () |
virtual Node & | addTextValue (const std::string &value) |
virtual void | addValue (std::unique_ptr< Node > node) |
virtual std::unique_ptr< Node > | erase () |
virtual std::string & | get () |
virtual bool | getBool () |
virtual double | getDouble () |
virtual int64_t | getInt () |
virtual uint64_t | getUInt () |
Node () | |
virtual Node & | operator[] (const size_t index) |
virtual std::unique_ptr< Node > | removeValue (size_t index) |
virtual void | set (const std::string &value) |
virtual void | setBool (bool boolValue) |
virtual void | setDouble (double doubleValue) |
virtual void | setInt (int64_t intValue) |
virtual void | setUInt (uint64_t uintValue) |
virtual | ~Node ()=default |
Protected Attributes | |
std::map< std::string, std::unique_ptr< Node > > | attributes |
std::vector< std::string > | keyOrder |
Additional Inherited Members | |
Public Attributes inherited from json::Node | |
size_t | orderedKeyIndex |
Node * | parent |
Static Protected Attributes inherited from json::Node | |
static const int | SERIALIZE_INDENT = 3 |
json::DictNode::DictNode | ( | ) |
Referenced by addDictAttr(), clone(), and parseAttributes().
json::DictNode::DictNode | ( | const DictNode & | original | ) |
References attributes, keyOrder, json::Node::orderedKeyIndex, and json::Node::parent.
|
overridevirtual |
Reimplemented from json::Node.
References attributes, and keyOrder.
Referenced by addDictAttr(), addIDAttr(), addListAttr(), addTextAttr(), sgpp::datadriven::clusteringmpi::MPIEnviroment::createMPIConfiguration(), and python.data.DataSpecification.DataSpecification::createNumericAttributes().
|
overridevirtual |
Reimplemented from json::Node.
References addAttribute(), and DictNode().
Referenced by sgpp::datadriven::DBMatDatabase::putDataMatrix(), and replaceDictAttr().
|
overridevirtual |
Reimplemented from json::Node.
References addAttribute(), and json::Node::set().
Referenced by addIDAttr(), sgpp::datadriven::StreamingModOCLFastMultiPlatform::Configuration::augmentDefaultParameters(), sgpp::datadriven::clusteringmpi::MPIEnviroment::createMPIConfiguration(), sgpp::datadriven::DensityOCLMultiPlatform::OperationPruneGraphOCL::load_default_parameters(), sgpp::datadriven::DensityOCLMultiPlatform::OperationDensity::load_default_parameters(), sgpp::datadriven::DensityOCLMultiPlatform::OperationCreateGraphOCL::load_default_parameters(), sgpp::datadriven::DBMatDatabase::putDataMatrix(), and replaceIDAttr().
|
overridevirtual |
Reimplemented from json::Node.
References addIDAttr().
|
overridevirtual |
Reimplemented from json::Node.
References addAttribute(), and json::Node::setDouble().
|
overridevirtual |
Reimplemented from json::Node.
References addAttribute(), and json::Node::setUInt().
|
overridevirtual |
Reimplemented from json::Node.
References addAttribute(), and json::Node::setInt().
|
overridevirtual |
Reimplemented from json::Node.
References addAttribute(), and json::Node::setBool().
|
overridevirtual |
|
overridevirtual |
Reimplemented from json::Node.
References addAttribute(), and json::Node::set().
Referenced by sgpp::datadriven::createStreamingBSplineOCLConfigured(), sgpp::datadriven::DBMatDatabase::putDataMatrix(), and replaceTextAttr().
|
overridevirtual |
Implements json::Node.
Reimplemented in sgpp::datadriven::SparseGridDensityEstimatorConfiguration, sgpp::combigrid::OrthogonalPolynomialBasis1DConfiguration, sgpp::datadriven::LearnerSGDEConfiguration, json::JSON, and sgpp::base::OperationConfiguration.
References DictNode().
|
overridevirtual |
Reimplemented from json::Node.
References attributes.
Referenced by sgpp::datadriven::StreamingModOCLFastMultiPlatform::Configuration::augmentDefaultParameters(), sgpp::datadriven::createDensityOCLMultiPlatformConfigured(), sgpp::datadriven::createNearestNeighborGraphConfigured(), sgpp::datadriven::DataMiningConfigParser::getFitterRegularizationConfig(), sgpp::datadriven::DataMiningConfigParser::getHPOMethod(), sgpp::datadriven::LearnerSGDEConfiguration::LearnerSGDEConfiguration(), sgpp::datadriven::DensityOCLMultiPlatform::OperationPruneGraphOCL::load_default_parameters(), sgpp::datadriven::DensityOCLMultiPlatform::OperationDensity::load_default_parameters(), sgpp::datadriven::DensityOCLMultiPlatform::OperationCreateGraphOCL::load_default_parameters(), sgpp::datadriven::clusteringmpi::MPIWorkerPackageBase< int >::MPIWorkerPackageBase(), sgpp::combigrid::OrthogonalPolynomialBasis1DConfiguration::OrthogonalPolynomialBasis1DConfiguration(), sgpp::datadriven::DataMiningConfigParser::parseIntArray(), sgpp::datadriven::pruneNearestNeighborGraphConfigured(), sgpp::datadriven::DBMatDatabase::putDataMatrix(), and sgpp::datadriven::SparseGridDensityEstimatorConfiguration::SparseGridDensityEstimatorConfiguration().
Reimplemented from json::Node.
References attributes, and removeAttribute().
|
overridevirtual |
Reimplemented from json::Node.
References keyOrder.
Referenced by sgpp::base::OCLOperationConfiguration::getAllDeviceNodes().
References attributes, keyOrder, json::Node::orderedKeyIndex, and json::Node::parent.
Referenced by operator=().
Reimplemented from json::Node.
References operator=().
|
overridevirtual |
Reimplemented from json::Node.
References attributes.
|
overridevirtual |
Implements json::Node.
References json::LBRACE, parseAttributes(), json::RBRACE, and create_dataset::type.
Referenced by json::JSON::deserialize(), json::JSON::deserializeFromString(), and json::JSON::JSON().
void json::DictNode::parseAttributes | ( | std::vector< Token > & | stream | ) |
References attributes, json::COLON, json::COMMA, DictNode(), json::ID, keyOrder, json::LBRACE, json::LBRACKET, json::RBRACE, json::STRING, and create_dataset::type.
Referenced by parse().
|
overridevirtual |
Reimplemented from json::Node.
References attributes, keyOrder, and json::Node::orderedKeyIndex.
Referenced by erase(), replaceDictAttr(), replaceIDAttr(), replaceListAttr(), and replaceTextAttr().
|
overridevirtual |
Reimplemented from json::Node.
References addDictAttr(), attributes, and removeAttribute().
|
overridevirtual |
Reimplemented from json::Node.
References addIDAttr(), attributes, and removeAttribute().
Referenced by replaceIDAttr().
|
overridevirtual |
Reimplemented from json::Node.
References replaceIDAttr().
|
overridevirtual |
Reimplemented from json::Node.
References addIDAttr(), attributes, and removeAttribute().
|
overridevirtual |
Reimplemented from json::Node.
References addIDAttr(), attributes, and removeAttribute().
|
overridevirtual |
Reimplemented from json::Node.
References addIDAttr(), attributes, and removeAttribute().
|
overridevirtual |
Reimplemented from json::Node.
References addIDAttr(), attributes, and removeAttribute().
|
overridevirtual |
Reimplemented from json::Node.
References addListAttr(), attributes, and removeAttribute().
|
overridevirtual |
Reimplemented from json::Node.
References addTextAttr(), attributes, and removeAttribute().
Referenced by sgpp::datadriven::DBMatDatabase::putDataMatrix().
|
overridevirtual |
Implements json::Node.
References attributes, keyOrder, and json::Node::SERIALIZE_INDENT.
Referenced by python.utils.GzipSerializer.GzipSerializer::serializeToFile(), python.learner.formatter.LearnerFormatter.LearnerFormatter::serializeToFile(), python.learner.formatter.LearnedKnowledgeFormatter.LearnedKnowledgeFormatter::serializeToFile(), python.learner.formatter.GridFormatter.GridFormatter::serializeToFile(), python.uq.analysis.asgc.ASGCKnowledgeFormatter.ASGCKnowledgeFormatter::serializeToFile(), python.uq.sampler.asgc.ASGCSamplerFormatter.ASGCSamplerFormatter::serializeToFile(), and python.uq.uq_setting.UQSettingFormatter.UQSettingFormatter::serializeToFile().
|
overridevirtual |
Implements json::Node.
References keyOrder.
Referenced by sgpp::datadriven::DataMiningConfigParser::parseIntArray().
|
protected |
Referenced by python.data.DataSpecification.DataSpecification::__init__(), addAttribute(), python.data.DataSpecification.DataSpecification::addAttribute(), python.data.DataSpecification.DataSpecification::cleanAttributes(), json::JSON::clear(), contains(), DictNode(), erase(), python.data.DataSpecification.DataSpecification::getAttributes(), operator=(), operator[](), parseAttributes(), removeAttribute(), replaceDictAttr(), replaceIDAttr(), replaceListAttr(), replaceTextAttr(), and serialize().
|
protected |
Referenced by addAttribute(), json::JSON::clear(), DictNode(), keys(), operator=(), parseAttributes(), removeAttribute(), serialize(), and size().