Click or drag to resize

LGSPGraphModelParse Method


Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public virtual Object Parse(
	TextReader reader,
	AttributeType attrType,
	IGraph graph
)

Parameters

reader  TextReader
 
attrType  AttributeType
 
graph  IGraph
 

Return Value

Object

Implements

IGraphModelParse(TextReader, AttributeType, IGraph)
See Also