Click or drag to resize

GraphStatisticsParserSerializer Class

A class for serializing and parsing the statistics from a graph (cf. LGSPGraphStatistics)
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspGraphStatisticsParserSerializer

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public class GraphStatisticsParserSerializer

The GraphStatisticsParserSerializer type exposes the following members.

Constructors
 NameDescription
Public methodGraphStatisticsParserSerializer Create the statistics parser and serializer, binding it to the statistics object to fill or write out.
Top
Methods
 NameDescription
Public methodParse Reads the statistics from the specified file path (inverse of Serialize), stores them in the statistics object given in the constructor.
Public methodSerialize Writes the statistics object (given in the constructor) to the specified file path (inverse of Parse).
Top
See Also