de.aitools.iv.graphdrawing.datastructures.graph
Interface GraphProcedure

All Known Implementing Classes:
KNearestNeighbor, SortedEdges

public interface GraphProcedure


Method Summary
 java.lang.Object execute(WeightedGraph g)
           
 

Method Detail

execute

java.lang.Object execute(WeightedGraph g)