Click or drag to resize

InterpretationPlanCheckConnectednessSource Class

Interpretation plan operation that checks the source node of an edge to be identical to a given node
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspInterpretationPlan
    de.unika.ipd.grGen.lgspInterpretationPlanCheckConnectednessSource

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public class InterpretationPlanCheckConnectednessSource : InterpretationPlan

The InterpretationPlanCheckConnectednessSource type exposes the following members.

Constructors
 NameDescription
Public methodInterpretationPlanCheckConnectednessSourceInitializes a new instance of the InterpretationPlanCheckConnectednessSource class
Top
Methods
Fields
 NameDescription
Public fieldId A unique identifier denoting this interpretation plan operation
(Inherited from InterpretationPlan)
Public fieldnext The next interpretation plan operation
(Inherited from InterpretationPlan)
Public fieldprev The previous interpretation plan operation
(Inherited from InterpretationPlan)
Top
See Also