Click or drag to resize

SequenceExpressionArrayShuffle(SequenceExpressionArrayShuffle, DictionarySequenceVariable, SequenceVariable, IGraphProcessingEnvironment) Constructor

Initializes a new instance of the SequenceExpressionArrayShuffle class

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

Parameters

that  SequenceExpressionArrayShuffle
 
originalToCopy  DictionarySequenceVariable, SequenceVariable
 
procEnv  IGraphProcessingEnvironment
 
See Also