Click or drag to resize

LGSPSubpatternAction Fields

The LGSPSubpatternAction type exposes the following members.

Fields
  NameDescription
Protected fieldactionEnv
The action execution environment which contains the host graph in which to search for matches
Public fieldlastMatchAtPreviousNestingLevel
Last match at the previous nesting level in the temporary match object stack representing the pattern nesting from innermost outwards. Needed for patternpath checking in negatives/independents, used as starting point of patternpath isomorphy checks.
Public fieldmatchOfNestingPattern
Entry point to the temporary match object stack representing the pattern nesting from innermost outwards. Needed for patternpath checking in negatives/independents, used as attachment point / is top of stack.
Protected fieldopenTasks
The subpattern actions which have to be executed until a full match is found The inheriting class contains the preset subpattern connection elements
Protected fieldpatternGraph
The PatternGraph object from which this matching task object has been created
Protected fieldpatternGraphs
The PatternGraph objects from which this matching task object has been created (non-null in case of an alternative, contains the pattern graphs of the alternative cases then)
Public fieldsearchPatternpath
Tells whether this subpattern has to search the pattern path when matching
Top
See Also