Click or drag to resize

PlanGraphGeneratorGenerateStaticPlanGraph Method

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.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public static PlanGraph GenerateStaticPlanGraph(
	PatternGraph patternGraph,
	bool isNegativeOrIndependent,
	bool isSubpatternLike,
	bool inlineIndependent,
	IDictionary<PatternElement, SetValueType> presetsFromIndependentInlining
)

Parameters

patternGraph  PatternGraph
 
isNegativeOrIndependent  Boolean
 
isSubpatternLike  Boolean
 
inlineIndependent  Boolean
 
presetsFromIndependentInlining  IDictionaryPatternElement, SetValueType
 

Return Value

PlanGraph
See Also