 | 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
SyntaxSequenceExpression ParseSequenceExpression(
string seqExprStr
)
Parameters
- seqExprStr
- Type: SystemString
The sequence expression to be parsed in form of a string.
Return Value
Type:
SequenceExpressionThe sequence expression object according to the given string.
See Also