Package org.drip.graph.core

Vertexes, Edges, Trees, and Graphs
Author:
Lakshmi Krishnamurthy
  • Class Summary
    Class Description
    CompleteBipartite
    CompleteBipartite implements a Complete, Bipartite Graph.
    DirectedGraph
    DirectedGraph implements the Vertex/Edge Topology corresponding to a Directed Graph.
    DirectedGraphType
    DirectedGraphType holds the Pre-specified Directed Graph Types.
    Edge
    Edge represents the Connection between a Pair of Vertexes.
    Forest
    Forest holds a Map of Trees indexed by the Starting Vertex Names.
    NDimensionalHypercube
    NDimensionalHypercube implements an n-dimensional Hyper-cube Graph.
    Network
    Network implements a Generic Topological Network containing Discrete Vertexes and Edges.
    Path
    Path contains a contiguous Series of Edges representing a Path from a Source to a Destination.
    Tree
    Tree holds the Vertexes and the Edges associated with a Tree.
    Vertex
    Vertex implements a Single Vertex Node and the corresponding Egresses emanating from it.