Click or drag to resize

SequenceExpressionGenerator Constructor

Initializes a new instance of the SequenceExpressionGenerator class

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public SequenceExpressionGenerator(
	IGraphModel model,
	SequenceCheckingEnvironment env,
	SequenceGeneratorHelper seqHelper,
	bool fireDebugEvents
)

Parameters

model
Type: de.unika.ipd.grGen.libGrIGraphModel
env
Type: de.unika.ipd.grGen.libGrSequenceCheckingEnvironment
seqHelper
Type: de.unika.ipd.grGen.lgspSequenceGeneratorHelper
fireDebugEvents
Type: SystemBoolean
See Also