Click or drag to resize

MultipleIndexAccess Class

Representation of an index access of multiple indices, used to bind a pattern element.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspIndexAccess
    de.unika.ipd.grGen.lgspMultipleIndexAccess

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

The MultipleIndexAccess type exposes the following members.

Constructors
  NameDescription
Public methodMultipleIndexAccess
Initializes a new instance of the MultipleIndexAccess class
Top
Methods
Fields
  NameDescription
Public fieldIndex
The index accessed, null in case of a MultipleIndexAccess
(Inherited from IndexAccess.)
Public fieldIndexAccesses
The single index accesses of this multiple index join
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.
(Inherited from IndexAccess.)
Public fieldVariablesNeeded
Tells whether variables are needed for the expressions used in accessing the index. This defines a constraint on scheduling.
(Inherited from IndexAccess.)
Top
See Also