Click or drag to resize

GraphStatisticsParserSerializerParse Method

Reads the statistics from the specified file path (inverse of Serialize), stores them in the statistics object given in the constructor.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public void Parse(
	string path
)

Parameters

path  String
 
See Also