Click or drag to resize

AttributeIndexDescription Class

The description of a single attribute index.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrIndexDescription
    de.unika.ipd.grGen.libGrAttributeIndexDescription

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

The AttributeIndexDescription type exposes the following members.

Constructors
  NameDescription
Public methodAttributeIndexDescription
Initializes a new instance of the AttributeIndexDescription class
Top
Properties
Fields
  NameDescription
Public fieldAttributeType
The attribute type the index is declared on.
Public fieldGraphElementType
The node or edge type the index is defined for. (May be a subtype of the type the attribute was defined for first.)
Public fieldName
The name the index was declared with
(Inherited from IndexDescription.)
Top
See Also