Click or drag to resize

IndexAccessAscending Class

Representation of an index access, accessed by enumerating ascendingly.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspIndexAccess
    de.unika.ipd.grGen.lgspIndexAccessAscending

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

The IndexAccessAscending type exposes the following members.

Constructors
 NameDescription
Public methodIndexAccessAscendingInitializes a new instance of the IndexAccessAscending class
Top
Methods
Fields
 NameDescription
Public fieldFrom 
Public fieldIncludingFrom 
Public fieldIncludingTo 
Public fieldIndex The index accessed
(Inherited from IndexAccess)
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 fieldTo 
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