Click or drag to resize

SearchOperationElement Field

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.

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

Field Value

Type: Object
See Also