Click or drag to resize

IGraphProcessingEnvironmentParseSequenceExpression Method

Parses the given sequence expression string and generates a SequenceExpression object. Any actions in the string must refer to actions from the actions contained in this object.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
SequenceExpression ParseSequenceExpression(
	string seqExprStr
)

Parameters

seqExprStr  String
The sequence expression to be parsed in form of a string.

Return Value

SequenceExpression
The sequence expression object according to the given string.
See Also