Click or drag to resize

InterpretationPlanCheckConnectednessTheOther Class

Interpretation plan operation that checks the source or target node of an edge to be identical to a given node, depending on the other node already matched
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspInterpretationPlan
    de.unika.ipd.grGen.lgspInterpretationPlanCheckConnectednessTheOther

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

The InterpretationPlanCheckConnectednessTheOther type exposes the following members.

Constructors
  NameDescription
Public methodInterpretationPlanCheckConnectednessTheOther
Initializes a new instance of the InterpretationPlanCheckConnectednessTheOther 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