Click or drag to resize

PlanGraphGenerator Class

Class for generating a plan graph out of a pattern graph.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspPlanGraphGenerator

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

The PlanGraphGenerator type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDumpPlanGraph
Public methodStatic memberGeneratePlanGraph
Generate plan graph for given pattern graph with costs from the analyzed host graph. Plan graph contains nodes representing the pattern elements (nodes and edges) and edges representing the matching operations to get the elements by. Edges in plan graph are given in the nodes by incoming list, as needed for MSA computation.
Public methodStatic memberGenerateStaticPlanGraph
Generate plan graph for given pattern graph with costs from initial static schedule handed in with graph elements. Plan graph contains nodes representing the pattern elements (nodes and edges) and edges representing the matching operations to get the elements by. Edges in plan graph are given in the nodes by incoming list, as needed for MSA computation.
Public methodStatic memberMarkMinimumSpanningArborescence
Marks the minimum spanning arborescence of a plan graph by setting the IncomingMSAEdge fields for all nodes
Top
See Also