Class DirectedGraphImpl<V extends DirectedVertex,​E extends DirectedEdge,​ES extends EdgeSegment>

    • Constructor Detail

      • DirectedGraphImpl

        public DirectedGraphImpl​(IdGroupingToken groupToken,
                                 GraphEntities<V> vertices,
                                 GraphEntities<E> edges,
                                 GraphEntities<ES> edgeSegments)
        DirectedGraph Constructor
        Parameters:
        groupToken - contiguous id generation within this group for instances of this class
        vertices - to use
        edges - to use
        edgeSegments - to use
      • DirectedGraphImpl

        public DirectedGraphImpl​(DirectedGraphImpl<V,​E,​ES> directedGraphImpl)
        Copy constructor
        Parameters:
        directedGraphImpl - to copy