Package com.github.moaxcp.graphs
package com.github.moaxcp.graphs
-
ClassDescriptionThis class provides a partial implementation of the
PropertyGraph
interface.DirectedEdgeKey<ID>Used by directed implementations ofAbstractPropertyGraph
.EdgeKey<ID>Key for identifying edges within a collection such as Map.An implementation of graphs which sends events when the graph is modified.PropertyGraph<ID>A graph is composed of vertices and edges.An edge between two vertices in a graph.Vertex of graph.Used by undirected implementations ofAbstractPropertyGraph
.