Click or drag to resize

SequenceApplyImpl Method

Applies this sequence. This function represents the actual implementation of the sequence.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
protected abstract bool ApplyImpl(
	IGraphProcessingEnvironment procEnv
)

Parameters

procEnv  IGraphProcessingEnvironment
The graph processing environment on which this sequence is to be applied. Contains especially the graph on which this sequence is to be applied. And the user proxy queried when choices are due.

Return Value

Boolean
True, iff the sequence succeeded
See Also