 | 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.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxSequenceExpression ParseSequenceExpression(
string seqExprStr
)
Parameters
- seqExprStr String
- The sequence expression to be parsed in form of a string.
Return Value
SequenceExpressionThe sequence expression object according to the given string.
See Also