Click or drag to resize

InterpretationPlanEdgeMatcher Class

An interpretation plan operation that matches an edge
Inheritance Hierarchy

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public abstract class InterpretationPlanEdgeMatcher : InterpretationPlan

The InterpretationPlanEdgeMatcher type exposes the following members.

Constructors
  NameDescription
Protected methodInterpretationPlanEdgeMatcher
Initializes a new instance of the InterpretationPlanEdgeMatcher class
Top
Methods
  NameDescription
Public methodDump
dumps interpretation plan operation (as string) into source builder to be implemented by concrete subclasses
(Inherited from InterpretationPlan.)
Public methodEmit
emits the interpretation plan operation (as c# code string) into source builder to be implemented by concrete subclasses
(Inherited from InterpretationPlan.)
Public methodEmitMatchedCheckAndSet (Inherited from InterpretationPlan.)
Public methodEmitMatchedReset (Inherited from InterpretationPlan.)
Public methodExecute(LGSPGraph, Boolean, ListFoundMatch)
Executes the interpretation plan (starting with this operation)
(Inherited from InterpretationPlan.)
Public methodExecute(LGSPGraph, Boolean, ListFoundMatch, Int32)
Executes the interpretation plan (starting with this operation)
(Inherited from InterpretationPlan.)
Top
Fields
  NameDescription
Public fieldedge
The edge matched by this interpretation plan operation during execution
Public fieldId
A unique identifier denoting this interpretation plan operation
(Inherited from InterpretationPlan.)
Public fieldnext
The next interpretation plan operation
(Inherited from InterpretationPlan.)
Public fieldplanEdgeNode
The edge representation in the search plan; the elementID - 1 is the index in the edges array of the pattern graph
Public fieldprev
The previous interpretation plan operation
(Inherited from InterpretationPlan.)
Top
See Also