Click or drag to resize

SequenceApply Method

Applies this sequence.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public bool Apply(
	IGraphProcessingEnvironment procEnv
)

Parameters

procEnv
Type: de.unika.ipd.grGen.libGrIGraphProcessingEnvironment
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. The rules will only be chosen during the Sequence object instantiation, so exchanging rules will have no effect for already existing Sequence objects.

Return Value

Type: Boolean
True, iff the sequence succeeded
See Also