Click or drag to resize

InterpretationPlanCheckCondition Class

Interpretation plan operation that checks the AreAttribuesEqual condition
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspInterpretationPlan
    de.unika.ipd.grGen.lgspInterpretationPlanCheckCondition

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

The InterpretationPlanCheckCondition type exposes the following members.

Constructors
  NameDescription
Public methodInterpretationPlanCheckCondition(AreAttributesEqual, InterpretationPlanEdgeMatcher, Int32)
Initializes a new instance of the InterpretationPlanCheckCondition class
Public methodInterpretationPlanCheckCondition(AreAttributesEqual, InterpretationPlanNodeMatcher, Int32)
Initializes a new instance of the InterpretationPlanCheckCondition 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