 | LGSPGraphModel Class |
A model of a GrGen graph, base class from implementation.
Defines a thin layer above IGraphModel, enriched with index creating functionality, the real stuff is generated.
It allows the generic LGSPGraph to create and bind the index set when it is configured with the graph model.
Inheritance HierarchySystemObject
de.unika.ipd.grGen.lgspLGSPGraphModel
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic abstract class LGSPGraphModel : IGraphModel
The LGSPGraphModel type exposes the following members.
Constructors
| Name | Description |
---|
 | LGSPGraphModel | Initializes a new instance of the LGSPGraphModel 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 | |
 | AsGraph | |
 | CreateIndexSet | |
 | CreateUniquenessHandler | |
 | Emit | |
 | External | |
 | FailAssertion | |
 | FillIndexSetAsClone | |
 | IsEqual | |
 | IsLower | |
 | Parse | |
 | Serialize | |
Top
See Also