Click or drag to resize

IGraphModelParse Method

Called during .grs import, at exactly the position in the text reader where the attribute begins. For attribute type object or a user defined type, which is treated as object. The implementation must parse from there on the attribute type requested. It must not parse beyond the serialized representation of the attribute, i.e. Peek() must return the first character not belonging to the attribute type any more. Returns the parsed object.

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

Parameters

reader  TextReader
 
attrType  AttributeType
 
graph  IGraph
 

Return Value

Object
See Also