Click or drag to resize

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
Syntax
C#
Sequence ParseSequence(
	string seqStr
)

Parameters

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

Return Value

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