Class AbstractPropertyGraph<ID>

java.lang.Object
com.github.moaxcp.graphs.AbstractPropertyGraph<ID>
Type Parameters:
ID - type of all identifiers in graph
All Implemented Interfaces:
PropertyGraph<ID>
Direct Known Subclasses:
DirectedPropertyGraph, UndirectedPropertyGraph

public abstract class AbstractPropertyGraph<ID> extends Object implements PropertyGraph<ID>
This class provides a partial implementation of the PropertyGraph interface.

Vertices and edges are stored in insertion order.