Click or drag to resize

Frontenac.Blueprints.Util.Wrappers.Id Namespace

[Missing <summary> documentation for "N:Frontenac.Blueprints.Util.Wrappers.Id"]

Classes
  ClassDescription
Public classIdEdge
Public classIdEdgeIndex
Public classIdElement
Public classIdGraph
A Graph implementation which wraps another Graph implementation, enabling custom element IDs even for those graphs which don't otherwise support them. The base Graph must be an instance of KeyIndexableGraph. It *may* be an instance of IIndexableGraph, in which case its indices will be wrapped appropriately. It *may* be an instance of TransactionalGraph, in which case transaction operations will be passed through. For those graphs which support vertex indices but not edge indices (or vice versa), you may configure idInnerTinkerGrapĥ to use custom IDs only for vertices or only for edges.
Public classIdVertex
Public classIdVertexIndex
Interfaces
  InterfaceDescription
Public interfaceIdGraphIIdFactory
A factory for IDs of newly-created vertices and edges (where an ID is not otherwise specified).