Class Hierarchy
- java.lang.Object
- com.gengoai.graph.DefaultGraphImpl<V> (implements com.gengoai.graph.Graph<V>, java.io.Serializable)
- com.gengoai.graph.DirectedEdgeFactory<V> (implements com.gengoai.graph.EdgeFactory<V>, java.io.Serializable)
- com.gengoai.graph.Edge<V> (implements java.io.Serializable)
- com.gengoai.graph.DirectedEdge<V>
- com.gengoai.graph.UndirectedEdge<V>
- com.gengoai.graph.EdgeMergeFunctions
- com.gengoai.graph.UndirectedEdgeFactory<V> (implements com.gengoai.graph.EdgeFactory<V>, java.io.Serializable)
- com.gengoai.graph.Vertex (implements java.io.Serializable)
- com.gengoai.graph.Vertex.VertexBuilder
Interface Hierarchy
- com.gengoai.graph.EdgeMergeFunction<V>
- java.lang.Iterable<T>
- com.gengoai.graph.Graph<V>
- java.io.Serializable
- com.gengoai.graph.EdgeFactory<V>