Frontenac.Blueprints.Util.Wrappers Namespace |
[Missing <summary> documentation for "N:Frontenac.Blueprints.Util.Wrappers"]
| Class | Description | |
|---|---|---|
| WrappedQuery | ||
| WrapperGraphContract | ||
| WrapperVertexQuery |
A WrapperQuery is useful for wrapping the construction and results of a Vertex.query().
Any necessary Iterable wrapping must occur when Vertex.vertices() or Vertex.edges() is called.
|
| Interface | Description | |
|---|---|---|
| IWrapperGraph |
A WrapperGraph has an underlying graph object to which it delegates its operations.
|