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.1
Syntax
C#
public SequenceGeneratorHelper(
	IGraphModel model,
	ActionsTypeInformation actionsTypeInformation,
	SequenceCheckingEnvironmentCompiled checkEnv
)

Parameters

model  IGraphModel
 
actionsTypeInformation  ActionsTypeInformation
 
checkEnv  SequenceCheckingEnvironmentCompiled
 
See Also