 | LGSPElemFlagsParallel Enumeration |
Flags for graph elements, for parallel matching;
stored outside of the graph elements themselves, in an array per thread.
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax[FlagsAttribute]
public enum LGSPElemFlagsParallel
Members
| Member name | Value | Description |
---|
| MAX_ISO_SPACE | 7 |
Maximum iso space number which can be handled by the flags (i.e. max. number of independent isomorphy spaces).
|
| IS_MATCHED_BY_SOME_ENCLOSING_PATTERN | 1 |
This element has already been matched within some enclosing pattern
during the current matching process, needed for patternpath checks.
|
| IS_MATCHED_BY_ENCLOSING_PATTERN | 2 |
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.
|
| IS_MATCHED | 256 |
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.
|
| IS_VISITED_INTERNALLY | 32768 |
This element has already been visited by the single internal visitor.
|
See Also