Click or drag to resize

SequenceCheckingEnvironmentCompiled Constructor

Initializes a new instance of the SequenceCheckingEnvironmentCompiled class

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public SequenceCheckingEnvironmentCompiled(
	ActionNames actionNames,
	ActionsTypeInformation actionsTypeInformation,
	IGraphModel model
)

Parameters

actionNames  ActionNames
 
actionsTypeInformation  ActionsTypeInformation
 
model  IGraphModel
 
See Also