Package jebl.evolution.graphs
-
Interface Summary Interface Description Edge Represents a node in a graph or tree.Graph Node Represents a node in a graph or tree. -
Class Summary Class Description Graph.Utils Utils A collection of utility functions for graphs. -
Exception Summary Exception Description Graph.NoEdgeException This class is thrown by getEdgeLength(node1, node2) if node1 and node2 are not directly connected by an edge.