Click or drag to resize

LGSPRuleAndMatchingPatterns Class

Class which instantiates and stores all the rule and subpattern representations ready for iteration
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspLGSPRuleAndMatchingPatterns

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

The LGSPRuleAndMatchingPatterns type exposes the following members.

Constructors
  NameDescription
Protected methodLGSPRuleAndMatchingPatterns
Initializes a new instance of the LGSPRuleAndMatchingPatterns class
Top
Properties
  NameDescription
Public propertyDefinedSequences
All the defined sequence representations generated
Public propertyFunctions
All the function representations generated
Public propertyMatchClasses
All the match class representations generated
Public propertyPackages
All the packages defined
Public propertyProcedures
All the procedure representations generated
Public propertyRules
All the rule representations generated
Public propertyRulesAndSubpatterns
All the rule and subrule representations generated
Public propertySubpatterns
All the subrule representations generated
Top
Methods
  NameDescription
Public methodCollectActionParameterTypes
Returns a string-dictionary representation of the different kinds of actions, esp. their types
Top
See Also