Click or drag to resize

SequenceGenerator Constructor

Initializes a new instance of the SequenceGenerator class

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

Parameters

model
Type: de.unika.ipd.grGen.libGrIGraphModel
env
Type: de.unika.ipd.grGen.libGrSequenceCheckingEnvironmentCompiled
compGen
Type: de.unika.ipd.grGen.lgspSequenceComputationGenerator
exprGen
Type: de.unika.ipd.grGen.lgspSequenceExpressionGenerator
seqHelper
Type: de.unika.ipd.grGen.lgspSequenceGeneratorHelper
fireDebugEvents
Type: SystemBoolean
emitProfiling
Type: SystemBoolean
See Also