MultipleIndexAccess Class |
Namespace: de.unika.ipd.grGen.lgsp
public class MultipleIndexAccess : IndexAccess
The MultipleIndexAccess type exposes the following members.
| Name | Description | |
|---|---|---|
| MultipleIndexAccess | Initializes a new instance of the MultipleIndexAccess class |
| Name | Description | |
|---|---|---|
| Copy | (Overrides IndexAccessCopy(String).) | |
| PatchUsersOfCopiedElements | (Overrides IndexAccessPatchUsersOfCopiedElements(String, DictionaryPatternNode, PatternNode, DictionaryPatternEdge, PatternEdge).) | |
| ToString | (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| Index |
The index accessed, null in case of a MultipleIndexAccess
(Inherited from IndexAccess.) | |
| IndexAccesses |
The single index accesses of this multiple index join
| |
| NeededElement |
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.) | |
| VariablesNeeded |
Tells whether variables are needed for the expressions used in accessing the index.
This defines a constraint on scheduling.
(Inherited from IndexAccess.) |