Click or drag to resize

LGSPGraphModelEmit Method


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

Parameters

attribute  Object
 
attrType  AttributeType
 
graph  IGraph
 

Return Value

String

Implements

IGraphModelEmit(Object, AttributeType, IGraph)
See Also