Click or drag to resize

SearchPlanEdge Class

A search plan edge represents a matching operation and its costs.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspSearchPlanEdge

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public class SearchPlanEdge : IComparable<SearchPlanEdge>

The SearchPlanEdge type exposes the following members.

Constructors
 NameDescription
Public methodSearchPlanEdgeInitializes a new instance of the SearchPlanEdge class
Top
Methods
 NameDescription
Public methodCompareTo 
Top
Fields
 NameDescription
Public fieldCost 
Public fieldLocalCost 
Public fieldSource 
Public fieldTarget 
Public fieldType 
Top
See Also