Click or drag to resize

IndexAccess Class

Base class for index accesses, used to bind a pattern element from an index.
Inheritance Hierarchy

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public abstract class IndexAccess

The IndexAccess type exposes the following members.

Constructors
 NameDescription
Protected methodIndexAccessInitializes a new instance of the IndexAccess class
Top
Methods
Fields
 NameDescription
Public fieldIndex The index accessed
Public fieldNeededElement The pattern element that must be bound before the index can be accessed. null if the index can be accessed straight from the beginning, does not depend on other nodes/edges.
Public fieldVariablesNeeded Tells whether variables are needed for the expressions used in accessing the index. This defines a constraint on scheduling.
Top
See Also