- java.lang.Object
-
- org.processmining.specpp.datastructures.graph.AbstractGraph<V,E>
-
- All Implemented Interfaces:
Graph<V,E>,GraphMutation<V,E>
public abstract class AbstractGraph<V extends Vertex,E extends Edge<V>> extends java.lang.Object implements Graph<V,E>, GraphMutation<V,E>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractGraph()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEdge(E edge)voidaddVertex(V vertex)java.lang.Iterable<E>getEdges()java.lang.Iterable<V>getVertices()
-