Click or drag to resize

LGSPAction Class

An object representing an executable rule of the LGSPBackend.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspLGSPAction

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

The LGSPAction type exposes the following members.

Constructors
 NameDescription
Protected methodLGSPActionInitializes a new instance of the LGSPAction class
Top
Properties
 NameDescription
Public propertyName The name of the action (without prefixes)
Public propertyPackage null if this is a global type, otherwise the package the type is contained in.
Public propertyPackagePrefixedName The name of the type in case of a global type, the name of the type prefixed by the name of the package otherwise.
Public propertyrulePattern The LGSPRulePattern object from which this LGSPAction object has been created.
Top
Fields
 NameDescription
Public fieldpatternGraph The PatternGraph object of the main graph
Top
See Also