org._3pq.jgrapht.graph
Class Pseudograph
- Cloneable, Graph, Serializable, UndirectedGraph
addEdge , addEdge , addVertex , clone , containsEdge , containsVertex , degreeOf , edgeSet , edgesOf , getAllEdges , getEdge , getEdgeFactory , inDegreeOf , incomingEdgesOf , isAllowingLoops , isAllowingMultipleEdges , outDegreeOf , outgoingEdgesOf , removeEdge , removeEdge , removeVertex , setEdgeListFactory , vertexSet |
Pseudograph
public Pseudograph()
Creates a new pseudograph.
Pseudograph
public Pseudograph(EdgeFactory ef)
Creates a new pseudograph with the specified edge factory.
ef
- the edge factory of the new graph.