Click or drag to resize

SequenceGeneratorHelper Constructor

Initializes a new instance of the SequenceGeneratorHelper class

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public SequenceGeneratorHelper(
	IGraphModel model,
	ActionsTypeInformation actionsTypeInformation,
	SequenceCheckingEnvironmentCompiled checkEnv
)

Parameters

model
Type: de.unika.ipd.grGen.libGrIGraphModel
actionsTypeInformation
Type: de.unika.ipd.grGen.libGrActionsTypeInformation
checkEnv
Type: de.unika.ipd.grGen.libGrSequenceCheckingEnvironmentCompiled
See Also