Click or drag to resize

StorageAccessIndex Class

Representation of a storage access index, used to bind a pattern element.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspStorageAccessIndex

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

The StorageAccessIndex type exposes the following members.

Constructors
  NameDescription
Public methodStorageAccessIndex(GlobalVariableAccess)
Initializes a new instance of the StorageAccessIndex class
Public methodStorageAccessIndex(PatternElement)
Initializes a new instance of the StorageAccessIndex class
Public methodStorageAccessIndex(PatternVariable)
Initializes a new instance of the StorageAccessIndex class
Public methodStorageAccessIndex(QualificationAccess)
Initializes a new instance of the StorageAccessIndex class
Public methodStorageAccessIndex(StorageAccessIndex)
Initializes a new instance of the StorageAccessIndex class
Top
Methods
  NameDescription
Public methodPatchUsersOfCopiedElements
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldAttribute
The storage index is the given graph element attribute (qualification) if not null.
Public fieldGlobalVariable
The storage index is the given global variable if not null.
Public fieldGraphElement
The storage index is the given graph element if not null.
Public fieldVariable
The storage index is the given pattern variable if not null.
Top
See Also