Click or drag to resize

LGSPGraphModelEmit Method

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

Parameters

attribute
Type: SystemObject
attrType
Type: de.unika.ipd.grGen.libGrAttributeType
graph
Type: de.unika.ipd.grGen.libGrIGraph

Return Value

Type: String

Implements

IGraphModelEmit(Object, AttributeType, IGraph)
See Also