Click or drag to resize

GRSExportEmitAttributeValue Method

Type needed for enum, otherwise null ok. Graph needed for node/edge, otherwise null ok. Main graph context needed to get access to the graph -> env dictionary for subgraph.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static void EmitAttributeValue(
	MainGraphExportContext mainGraphContext,
	Object value,
	AttributeType type,
	INamedGraph graph,
	StreamWriter sw,
	StringBuilder deferredInits
)

Parameters

mainGraphContext  MainGraphExportContext
 
value  Object
 
type  AttributeType
 
graph  INamedGraph
 
sw  StreamWriter
 
deferredInits  StringBuilder
 
See Also