Click or drag to resize

ValidateInfo Class

A representation of a GrGen connection assertion. Used by BaseGraph.Validate().
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrValidateInfo

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public class ValidateInfo

The ValidateInfo type exposes the following members.

Constructors
  NameDescription
Public methodValidateInfo
Constructs a ValidateInfo instance.
Top
Fields
  NameDescription
Public fieldBothDirections
Check the connection assertion in both directions (i.e. for reverse source and target, too)
Public fieldEdgeType
The edge type to which this constraint applies.
Public fieldSourceLower
The lower bound on the out-degree of the source node according to edges compatible to EdgeType.
Public fieldSourceType
The node type to which applicable source nodes must be compatible.
Public fieldSourceUpper
The upper bound on the out-degree of the source node according to edges compatible to EdgeType.
Public fieldTargetLower
The lower bound on the in-degree of the target node according to edges compatible to EdgeType.
Public fieldTargetType
The node type to which applicable target nodes must be compatible.
Public fieldTargetUpper
The upper bound on the in-degree of the target node according to edges compatible to EdgeType.
Top
See Also