Click or drag to resize

SearchOperation Class

Search operation with information about homomorphic mapping. Element of the scheduled search plan.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspSearchOperation

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

The SearchOperation type exposes the following members.

Constructors
  NameDescription
Public methodSearchOperation
Initializes a new instance of the SearchOperation class
Top
Methods
Fields
  NameDescription
Public fieldConnectednessCheck
Public fieldCostToEnd
Public fieldElement
If Type is NegativePattern or IndependentPattern, Element is a ScheduledSearchPlan object. If Type is Condition, Element is a Condition object. If Type is AssignVar, Element is a PatternVariable object. If Type is DefToBeYieldedTo, Element is a Variable object in case of a variable, or a SearchPlanNode in case of a graph element. Otherwise Element is the target SearchPlanNode for this operation.
Public fieldExpression
Public fieldIndexAccess
Public fieldIsomorphy
Public fieldNameLookup
Public fieldSourceSPNode
Public fieldStorage
Public fieldStorageIndex
Public fieldType
Public fieldUniqueLookup
Top
See Also