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.1
Syntax
C#
public LGSPSequenceGenerator(
	IGraphModel model,
	ActionsTypeInformation actionsTypeInformation,
	bool fireDebugEvents,
	bool emitProfiling
)

Parameters

model  IGraphModel
 
actionsTypeInformation  ActionsTypeInformation
 
fireDebugEvents  Boolean
 
emitProfiling  Boolean
 
See Also