Click or drag to resize

SequenceCheckingEnvironmentCheckSequenceCall Method

Helper for checking sequence calls. Type checks the input, type checks the output. Throws an exception when an error is found.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public void CheckSequenceCall(
	SequenceSequenceCall seqSeqCall
)

Parameters

seqSeqCall
Type: de.unika.ipd.grGen.libGrSequenceSequenceCall
The sequence call to check
See Also