An object representing an executable rule of the LGSPBackend.
| C# |
public abstract class LGSPAction
| All Members | Constructors | Properties | Fields | ||
| Icon | Member | Description |
|---|---|---|
| LGSPAction()()() | Initializes a new instance of the LGSPAction class | |
| Name |
The name of the action (without prefixes)
| |
| patternGraph |
The PatternGraph object of the main graph
| |
| ReturnArray |
Performance optimization: saves us usage of new in the old style/unspecific modify/apply methods
of the action interface implementation for returning an array.
| |
| rulePattern |
The LGSPRulePattern object from which this LGSPAction object has been created.
|
| Object | |
| LGSPAction | |