Click or drag to resize

LGSPSequenceGenerator Constructor

Initializes a new instance of the LGSPSequenceGenerator class

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public LGSPSequenceGenerator(
	IGraphModel model,
	ActionsTypeInformation actionsTypeInformation,
	bool fireDebugEvents,
	bool emitProfiling
)

Parameters

model
Type: de.unika.ipd.grGen.libGrIGraphModel
actionsTypeInformation
Type: de.unika.ipd.grGen.libGrActionsTypeInformation
fireDebugEvents
Type: SystemBoolean
emitProfiling
Type: SystemBoolean
See Also