 | IGraphProcessingEnvironmentParseSequence Method |
Parses the given sequence string and generates a Sequence 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
SyntaxSequence ParseSequence(
string seqStr
)
Parameters
- seqStr String
- The sequence to be parsed in form of a string.
Return Value
SequenceThe sequence object according to the given string.
See Also