Click or drag to resize

IGraphModelExternal Method

Called when the grs importer or the shell hits a line starting with "external". The content of that line is handed in. This is typically used while replaying changes containing a method call of an external type -- after such a line was recorded, by the method called, by writing to the recorder. This is meant to replay fine-grain changes of graph attributes of external type, in contrast to full assignments handled by Parse and Serialize.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
void External(
	string line,
	IGraph graph
)

Parameters

line  String
 
graph  IGraph
 
See Also