SG++-Doxygen-Documentation
python.uq.uq_setting.UQSettingFormatter.UQSettingFormatter Class Reference
Inheritance diagram for python.uq.uq_setting.UQSettingFormatter.UQSettingFormatter:

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)
 

Detailed Description

UQSettingFormatter class.

Member Function Documentation

◆ deserialize()

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().

◆ deserializeFromFile()

◆ serialize()

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().

◆ 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().

◆ toString()

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

The documentation for this class was generated from the following file: