Click or drag to resize

LGSPElemFlags Enumeration

Flags for graph elements.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
[FlagsAttribute]
public enum LGSPElemFlags
Members
Member nameValueDescription
IS_MATCHED_BY_SOME_ENCLOSING_PATTERN1 This element has already been matched within some enclosing pattern during the current matching process, needed for patternpath checks.
IS_MATCHED_BY_ENCLOSING_PATTERN2 This element has already been matched within an pattern of this iso space during the current matching process. This mask must be shifted left by the current iso space/level.
MAX_ISO_SPACE7 Maximum iso space number which can be handled by the flags (i.e. max. number of independent isomorphy spaces).
NUM_SUPPORTED_VISITOR_IDS15 Number of visitors which can be handled by the flags.
IS_MATCHED256 This element has already been matched within the local pattern during the current matching process. This mask must be shifted left by the current iso space/level.
HAS_VARIABLES32,768 Some variable contains this element.
IS_VISITED65,536 This element has already been visited by a visitor. This mask must be shifted left by the according visitor ID.
IS_VISITED_INTERNALLY2,147,483,648 This element has already been visited by the single internal visitor.
See Also