de.aitools.iv.graphdrawing.datastructures.graph
Interface Graph
- All Known Subinterfaces:
- AdjacencyMatrix
- All Known Implementing Classes:
- AdjacencyMatrixComp, DirectedGraph, UndirectedGraph
public interface Graph
- Author:
- smze@upb.de
getVertexCount
int getVertexCount()
getEdgeCount
int getEdgeCount()
vertexIterator
java.util.Iterator vertexIterator()
edgeIterator
java.util.Iterator edgeIterator()
getSumOfEdgeWeights
double getSumOfEdgeWeights(double threshold)
getSumOfEdgeWeights
double getSumOfEdgeWeights(int[] vertices,
double threshold)