Package org.anchoranalysis.core.graph


package org.anchoranalysis.core.graph
Data-structures for directed and undirected graphs, with or without an edge payload.
  • Classes
    Class
    Description
    A graph, either directed or undirected, where edges contain no payload.
    A graph, either directed or undirected, with edges containing a payload of type E.
    An edge that exists in a graph, together with the two vertices that it connects.