Click or drag to resize

LGSPGraphModelParse Method

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

Parameters

reader
Type: System.IOTextReader
attrType
Type: de.unika.ipd.grGen.libGrAttributeType
graph
Type: de.unika.ipd.grGen.libGrIGraph

Return Value

Type: Object

Implements

IGraphModelParse(TextReader, AttributeType, IGraph)
See Also