Click or drag to resize

IGraphProcessingEnvironmentApplyGraphRewriteSequence Method (Sequence)

Apply a graph rewrite sequence (to the currently associated graph).

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
bool ApplyGraphRewriteSequence(
	Sequence sequence
)

Parameters

sequence
Type: de.unika.ipd.grGen.libGrSequence
The graph rewrite sequence

Return Value

Type: Boolean
The result of the sequence.
See Also