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

Parameters

seqStr  String
The sequence to be parsed in form of a string.

Return Value

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