Click or drag to resize

SequenceExpressionBoundedReachableWithRemainingDepth Constructor (SequenceExpressionBoundedReachableWithRemainingDepth, DictionarySequenceVariable, SequenceVariable, IGraphProcessingEnvironment)

Initializes a new instance of the SequenceExpressionBoundedReachableWithRemainingDepth class

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
protected SequenceExpressionBoundedReachableWithRemainingDepth(
	SequenceExpressionBoundedReachableWithRemainingDepth that,
	Dictionary<SequenceVariable, SequenceVariable> originalToCopy,
	IGraphProcessingEnvironment procEnv
)

Parameters

that
Type: de.unika.ipd.grGen.libGrSequenceExpressionBoundedReachableWithRemainingDepth
originalToCopy
Type: System.Collections.GenericDictionarySequenceVariable, SequenceVariable
procEnv
Type: de.unika.ipd.grGen.libGrIGraphProcessingEnvironment
See Also