Click or drag to resize

IndexDescription Class

The description of a single index, base for all kinds of index descriptions. (You must typecheck and cast to the concrete description type for more information).
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrIndexDescription
    de.unika.ipd.grGen.libGrAttributeIndexDescription
    de.unika.ipd.grGen.libGrIncidenceCountIndexDescription

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

The IndexDescription type exposes the following members.

Constructors
  NameDescription
Protected methodIndexDescription
Initializes a new instance of the IndexDescription class
Top
Properties
  NameDescription
Public propertyIndexAccessType
The type used in accessing the index (i.e. the type of the attribute in case of an attribute index, or int in case of an incidence count index)
Public propertyIndexedType
The base type of the graph elements stored in the index
Top
Fields
  NameDescription
Public fieldName
The name the index was declared with
Top
See Also