Click or drag to resize

LGSPGraphAllocateVisitedFlag Method

Allocates a visited flag on the graph elements.

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

Return Value

Type: Int32
A visitor ID to be used in visited conditions in patterns ("if { !elem.visited[id]; }"), visited expressions in evals ("elem.visited[id] = true; b.flag = elem.visited[id] || c.flag; "} and calls to other visitor functions.

Implements

IGraphAllocateVisitedFlag
See Also