 | BaseActions Class |
A partial implementation of the interface to the actions.
Inheritance Hierarchy Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic abstract class BaseActions : IActions
The BaseActions type exposes the following members.
Constructors | Name | Description |
---|
 | BaseActions | Initializes a new instance of the BaseActions class |
Top
Properties
Methods | Name | Description |
---|
 | ArrayGroupBy | |
 | ArrayIndexOfBy(IList, String, Object) | |
 | ArrayIndexOfBy(IList, String, Object, Int32) | |
 | ArrayIndexOfOrderedBy | |
 | ArrayKeepOneForEach | |
 | ArrayLastIndexOfBy(IList, String, Object) | |
 | ArrayLastIndexOfBy(IList, String, Object, Int32) | |
 | ArrayOrderAscendingBy | |
 | ArrayOrderDescendingBy | |
 | Custom | |
 | FailAssertion | |
 | GetAction |
Gets the action with the given name.
|
 | GetFunctionDefinition |
Retrieve a function definition.
|
 | GetMatchClass |
Gets the filterer of the match class with the given name.
|
 | GetProcedureDefinition |
Retrieve a procedure definition.
|
 | GetSequenceDefinition |
Retrieve a graph rewrite sequence definition.
|
 | RegisterGraphRewriteSequenceDefinition |
Register a graph rewrite sequence definition.
An interpreted sequence can be overwritten by a new one of the same name and signature.
A compiled sequence is fixed, an exception is thrown if you try to set a sequence of the same name.
|
Top
Fields
See Also