Click or drag to resize

SequenceComputation(SequenceComputationType) Constructor

Initializes a new SequenceComputation object with the given sequence computation type.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
protected SequenceComputation(
	SequenceComputationType seqCompType
)

Parameters

seqCompType  SequenceComputationType
The sequence computation type.
See Also