de.aitools.aq.graph
Interface Graph
- All Known Implementing Classes:
- UndirectedGraph
public interface Graph
- Version:
- $Id: Graph.java,v 1.1 2011/02/15 10:09:19 hoppe Exp $
- Author:
- tim.gollub@uni-weimar.de
getAdjacentNodes
Vector getAdjacentNodes(int nodeId)
getNodeCount
int getNodeCount()
setEdge
void setEdge(int fromNodeId,
int toNodeId,
double weight)
getEdgeWeight
double getEdgeWeight(int fromNodeId,
int toNodeId)
getEdgeCount
int getEdgeCount()
getMass
double getMass()
getMass
double getMass(int[] nodeIds)