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.2
Syntax
C#
SequenceExpression ParseSequenceExpression(
	string seqExprStr
)

Parameters

seqExprStr
Type: SystemString
The sequence expression to be parsed in form of a string.

Return Value

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