 | 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.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
SyntaxSequence ParseSequence(
string seqStr
)
Parameters
- seqStr
- Type: SystemString
The sequence to be parsed in form of a string.
Return Value
Type:
SequenceThe sequence object according to the given string.
See Also