 | IGraphAllocateVisitedFlag Method |
Allocates a visited flag on the graph elements.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxint AllocateVisitedFlag()
Return Value
Type:
Int32A 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.
See Also