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

Packages that use GraphProcedure
de.aitools.iv.graphdrawing.datastructures.graph   
de.aitools.iv.graphdrawing.datastructures.graph.algorithms   
 

Uses of GraphProcedure in de.aitools.iv.graphdrawing.datastructures.graph
 

Methods in de.aitools.iv.graphdrawing.datastructures.graph with parameters of type GraphProcedure
 java.lang.Object WeightedGraph.compute(GraphProcedure proc)
           
 

Uses of GraphProcedure in de.aitools.iv.graphdrawing.datastructures.graph.algorithms
 

Classes in de.aitools.iv.graphdrawing.datastructures.graph.algorithms that implement GraphProcedure
 class KNearestNeighbor
          implements an algorithm to compute the k nearest neighbor graph of a weighted graph.
 class SortedEdges
          computes a sorted array of a node's adjacent weighted edges.