Click or drag to resize

UniqueLookup Class

Representation of a unique index lookup.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspUniqueLookup

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

The UniqueLookup type exposes the following members.

Constructors
  NameDescription
Public methodUniqueLookup
Initializes a new instance of the UniqueLookup class
Top
Methods
  NameDescription
Public methodCopy
Public methodPatchUsersOfCopiedElements
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldExpr
The expression for computing the unique id with which the unique index will be accessed
Public fieldNeededElement
The pattern element that must be bound before the unique index can be accessed. null if the unique 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