![]() | InterpretationPlanEdgeMatcher Class |
Namespace: de.unika.ipd.grGen.lgsp
public abstract class InterpretationPlanEdgeMatcher : InterpretationPlan
The InterpretationPlanEdgeMatcher type exposes the following members.
Name | Description | |
---|---|---|
![]() | InterpretationPlanEdgeMatcher | Initializes a new instance of the InterpretationPlanEdgeMatcher class |
Name | Description | |
---|---|---|
![]() | Dump |
dumps interpretation plan operation (as string) into source builder
to be implemented by concrete subclasses
(Inherited from InterpretationPlan.) |
![]() | Emit |
emits the interpretation plan operation (as c# code string) into source builder
to be implemented by concrete subclasses
(Inherited from InterpretationPlan.) |
![]() | EmitMatchedCheckAndSet | (Inherited from InterpretationPlan.) |
![]() | EmitMatchedReset | (Inherited from InterpretationPlan.) |
![]() | Execute(LGSPGraph, Boolean, ListFoundMatch) |
Executes the interpretation plan (starting with this operation)
(Inherited from InterpretationPlan.) |
![]() | Execute(LGSPGraph, Boolean, ListFoundMatch, Int32) |
Executes the interpretation plan (starting with this operation)
(Inherited from InterpretationPlan.) |
Name | Description | |
---|---|---|
![]() | edge |
The edge matched by this interpretation plan operation during execution
|
![]() | Id |
A unique identifier denoting this interpretation plan operation
(Inherited from InterpretationPlan.) |
![]() | next |
The next interpretation plan operation
(Inherited from InterpretationPlan.) |
![]() | planEdgeNode |
The edge representation in the search plan; the elementID - 1 is the index in the edges array of the pattern graph
|
![]() | prev |
The previous interpretation plan operation
(Inherited from InterpretationPlan.) |