Click or drag to resize

LGSPGlobalVariables Class

An implementation of the IGlobalVariables, to be used with LGSPGraphProcessingEnvironments.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspLGSPGlobalVariables

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

The LGSPGlobalVariables type exposes the following members.

Constructors
 NameDescription
Public methodLGSPGlobalVariablesInitializes a new instance of the LGSPGlobalVariables class
Top
Properties
 NameDescription
Public propertyItem 
Public propertyVariables 
Top
Methods
 NameDescription
Public methodCloneGraphVariables 
Public methodCustom 
Public methodFetchObjectUniqueId 
Public methodFillCustomCommandDescriptions 
Public methodGetEdgeVarValue 
Public methodGetElementVariables 
Public methodGetLGSPEdgeVarValue Retrieves the LGSPEdge for a variable name or null, if the variable isn't set yet or anymore. A InvalidCastException is thrown, if the variable is set and does not point to an LGSPEdge object.
Public methodGetLGSPNodeVarValue Retrieves the LGSPNode for a variable name or null, if the variable isn't set yet or anymore. A InvalidCastException is thrown, if the variable is set and does not point to an LGSPNode object.
Public methodGetNodeVarValue 
Public methodGetVariableValue 
Public methodRequestObjectUniqueId 
Public methodResetObjectUniqueIdSource 
Public methodSetVariableValue 
Top
Fields
 NameDescription
Protected fieldElementMap 
Protected fieldVariableMap 
Top
See Also