Click or drag to resize

SequenceBaseCopyVars(DictionarySequenceVariable, SequenceVariable, IGraphProcessingEnvironment, SequenceVariable, SequenceVariable) Method


Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
protected static void CopyVars(
	Dictionary<SequenceVariable, SequenceVariable> originalToCopy,
	IGraphProcessingEnvironment procEnv,
	SequenceVariable[] sourceVars,
	out SequenceVariable[] targetVars
)

Parameters

originalToCopy  DictionarySequenceVariable, SequenceVariable
 
procEnv  IGraphProcessingEnvironment
 
sourceVars  SequenceVariable
 
targetVars  SequenceVariable
 
See Also