Click or drag to resize

IncidenceCountIndexDescription Class

The description of a single incidence count index.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrIndexDescription
    de.unika.ipd.grGen.libGrIncidenceCountIndexDescription

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

The IncidenceCountIndexDescription type exposes the following members.

Constructors
  NameDescription
Public methodIncidenceCountIndexDescription
Initializes a new instance of the IncidenceCountIndexDescription class
Top
Properties
Fields
  NameDescription
Public fieldAdjacentNodeType
The type of the adjacent node that is taken into account for the incidence count.
Public fieldDirection
The direction of incidence followed.
Public fieldIncidentEdgeType
The type of the incident edge that is taken into account for the incidence count.
Public fieldName
The name the index was declared with
(Inherited from IndexDescription.)
Public fieldStartNodeType
The type of the start node that is taken into account for the incidence count.
Top
See Also