Click or drag to resize

IGraphProcessingEnvironmentApplyGraphRewriteSequence Method (String)

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(
	string seqStr
)

Parameters

seqStr
Type: SystemString
The graph rewrite sequence in form of a string

Return Value

Type: Boolean
The result of the sequence.
See Also