Click or drag to resize

LGSPGraphResetVisitedFlag Method

Resets the visited flag with the given ID on all graph elements, if necessary.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public override void ResetVisitedFlag(
	int visitorID
)

Parameters

visitorID
Type: SystemInt32
The ID of the visited flag.

Implements

IGraphResetVisitedFlag(Int32)
See Also