Click or drag to resize

IncidenceCountIndexDescription Constructor

Initializes a new instance of the IncidenceCountIndexDescription class

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public IncidenceCountIndexDescription(
	string name,
	IncidenceDirection direction,
	NodeType startNodeType,
	EdgeType incidentEdgeType,
	NodeType adjacentNodeType
)

Parameters

name
Type: SystemString
direction
Type: de.unika.ipd.grGen.libGrIncidenceDirection
startNodeType
Type: de.unika.ipd.grGen.libGrNodeType
incidentEdgeType
Type: de.unika.ipd.grGen.libGrEdgeType
adjacentNodeType
Type: de.unika.ipd.grGen.libGrNodeType
See Also