SG++-Doxygen-Documentation
|
Public Member Functions | |
def | deserialize (self, serializationStream) |
def | deserializeFromFile (self, filename) |
def | serialize (self, memento, serializationStream) |
def | serializeToFile (self, memento, filename) |
def | toString (self, memento) |
UQSettingFormatter class.
def python.uq.uq_setting.UQSettingFormatter.UQSettingFormatter.deserialize | ( | self, | |
serializationStream | |||
) |
Deserializes the UQSetting memento object from the stream. Arguments: serializationStream -- the stream to deserialize Return The UQSetting object
Referenced by python.utils.GzipSerializer.GzipSerializer.deserializeFromFile(), and python.uq.uq_setting.UQSettingFormatter.UQSettingFormatter.deserializeFromFile().
def python.uq.uq_setting.UQSettingFormatter.UQSettingFormatter.deserializeFromFile | ( | self, | |
filename | |||
) |
Deserializes the UQSettting memento object from the file. The file may or may be not gzip compressed. Arguments: filename -- The name of the file with serialized UQSetting Return The UQSetting memento object
References sgpp::combigrid::AbstractSerializationStrategy< T >.deserialize(), python.learner.formatter.GridImageFormatter.GridImageFormatter.deserialize(), python.learner.formatter.LearnerFormatter.LearnerFormatter.deserialize(), python.learner.formatter.GridFormatter.GridFormatter.deserialize(), sgpp::combigrid::DefaultSerializationStrategy< T >.deserialize(), json::JSON.deserialize(), python.uq.sampler.asgc.ASGCSamplerFormatter.ASGCSamplerFormatter.deserialize(), python.uq.analysis.asgc.ASGCKnowledgeFormatter.ASGCKnowledgeFormatter.deserialize(), python.uq.uq_setting.UQSettingFormatter.UQSettingFormatter.deserialize(), python.learner.formatter.LearnedKnowledgeFormatter.LearnedKnowledgeFormatter.deserialize(), sgpp::combigrid::AbstractCombigridStorage.deserialize(), sgpp::combigrid::FloatSerializationStrategy< T >.deserialize(), sgpp::combigrid::CombigridTreeStorage.deserialize(), sgpp::combigrid::FunctionLookupTable.deserialize(), sgpp::combigrid::TreeStorageSerializationStrategy< T >.deserialize(), and python.utils.GzipSerializer.GzipSerializer.gzOpen().
def python.uq.uq_setting.UQSettingFormatter.UQSettingFormatter.serialize | ( | self, | |
memento, | |||
serializationStream | |||
) |
Serializes the UQSetting memento to the stream Arguments: memento -- The UQSetting memento structure serializationStream -- output stream where memento should be serialized to Return None
Referenced by python.utils.GzipSerializer.GzipSerializer.serializeToFile(), and python.uq.uq_setting.UQSettingFormatter.UQSettingFormatter.serializeToFile().
def python.uq.uq_setting.UQSettingFormatter.UQSettingFormatter.serializeToFile | ( | self, | |
memento, | |||
filename | |||
) |
Serializes the UQSetting memento to file Arguments: memento -- The UQSetting memento structure filename -- The name of the file where the memento should be serialized to Return None
References python.utils.GzipSerializer.GzipSerializer.gzOpen(), python.learner.formatter.GridImageFormatter.GridImageFormatter.serialize(), sgpp::combigrid::AbstractSerializationStrategy< T >.serialize(), sgpp::combigrid::DefaultSerializationStrategy< T >.serialize(), json::ListNode.serialize(), json::Node.serialize(), sgpp::combigrid::FloatSerializationStrategy< T >.serialize(), json::JSON.serialize(), json::DictNode.serialize(), sgpp::base::ModPolyGrid.serialize(), sgpp::base::PolyGrid.serialize(), json::TextNode.serialize(), python.learner.formatter.LearnerFormatter.LearnerFormatter.serialize(), json::IDNode.serialize(), sgpp::base::PolyBoundaryGrid.serialize(), sgpp::base::LinearClenshawCurtisBoundaryGrid.serialize(), sgpp::base::PolyClenshawCurtisBoundaryGrid.serialize(), sgpp::combigrid::TreeStorageSerializationStrategy< T >.serialize(), sgpp::combigrid::AbstractCombigridStorage.serialize(), python.learner.formatter.GridFormatter.GridFormatter.serialize(), sgpp::base::LinearBoundaryGrid.serialize(), sgpp::combigrid::CombigridTreeStorage.serialize(), sgpp::combigrid::FunctionLookupTable.serialize(), python.learner.formatter.LearnedKnowledgeFormatter.LearnedKnowledgeFormatter.serialize(), python.uq.analysis.asgc.ASGCKnowledgeFormatter.ASGCKnowledgeFormatter.serialize(), sgpp::base::LinearClenshawCurtisGrid.serialize(), sgpp::base::ModLinearClenshawCurtisGrid.serialize(), python.uq.sampler.asgc.ASGCSamplerFormatter.ASGCSamplerFormatter.serialize(), sgpp::base::PolyClenshawCurtisGrid.serialize(), sgpp::base::ModPolyClenshawCurtisGrid.serialize(), sgpp::base::ModBsplineClenshawCurtisGrid.serialize(), sgpp::base::ModFundamentalSplineGrid.serialize(), sgpp::base::FundamentalSplineGrid.serialize(), sgpp::base::ModBsplineGrid.serialize(), sgpp::base::BsplineGrid.serialize(), python.uq.uq_setting.UQSettingFormatter.UQSettingFormatter.serialize(), sgpp::base::NakBsplineBoundaryCombigridGrid.serialize(), sgpp::base::BsplineClenshawCurtisGrid.serialize(), sgpp::base::BsplineBoundaryGrid.serialize(), sgpp::base::HashGridPoint.serialize(), sgpp::base::HashGridStorage.serialize(), sgpp::base::BoundingBox.serialize(), sgpp::base::Stretching.serialize(), and sgpp::base::Grid.serialize().
def python.uq.uq_setting.UQSettingFormatter.UQSettingFormatter.toString | ( | self, | |
memento | |||
) |
Returns a string that represents the UQSetting memento object. Arguments: memento -- The UQSetting memento object Return String representing the UQSetting memento