Click or drag to resize

LGSPGraphProcessingEnvironmentEndOfIteration Method

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public void EndOfIteration(
	bool continueLoop,
	SequenceBase seq
)

Parameters

continueLoop
Type: SystemBoolean
seq
Type: de.unika.ipd.grGen.libGrSequenceBase

Implements

IGraphProcessingEnvironmentEndOfIteration(Boolean, SequenceBase)
See Also