Click or drag to resize

SequenceComputation Constructor (SequenceComputationType)

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.2
Syntax
C#
protected SequenceComputation(
	SequenceComputationType seqCompType
)

Parameters

seqCompType
Type: de.unika.ipd.grGen.libGrSequenceComputationType
The sequence computation type.
See Also