Click or drag to resize

IGraphProcessingEnvironmentApplyGraphRewriteSequence(Sequence) Method

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.1
Syntax
C#
bool ApplyGraphRewriteSequence(
	Sequence sequence
)

Parameters

sequence  Sequence
The graph rewrite sequence

Return Value

Boolean
The result of the sequence.
See Also