IIndex Interface |
[Missing <summary> documentation for "T:VelocityGraph.Frontenac.Blueprints.IIndex"]
Namespace: VelocityGraph.Frontenac.Blueprints
The IIndex type exposes the following members.
Name | Description | |
---|---|---|
Count |
Get a count of elements with a particular key/value pair.
The semantics are the same as the get method.
| |
Get |
Get all elements that are indexed by the provided key/value.
| |
Put |
Index an element by a key and a value.
| |
Query |
Get all the elements that are indexed by the provided key and specified query object.
This is useful for graph implementations that support complex query capabilities.
If querying is not supported, simply throw a NotSupportedException.
| |
Remove |
Remove an element indexed by a particular key/value.
|
Name | Description | |
---|---|---|
IndexString | (Defined by StringFactory.) |