Click or drag to resize

SequenceBaseCopyVars Method (DictionarySequenceVariable, SequenceVariable, IGraphProcessingEnvironment, ListSequenceVariable)

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

Parameters

originalToCopy
Type: System.Collections.GenericDictionarySequenceVariable, SequenceVariable
procEnv
Type: de.unika.ipd.grGen.libGrIGraphProcessingEnvironment
sourceVars
Type: System.Collections.GenericListSequenceVariable

Return Value

Type: ListSequenceVariable
See Also