 | 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
Syntaxbool ApplyGraphRewriteSequence(
string seqStr
)
Parameters
- seqStr
- Type: SystemString
The graph rewrite sequence in form of a string
Return Value
Type:
BooleanThe result of the sequence.
See Also