All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.javagimmicks.graph.WeightedEdge Maven / Gradle / Ivy

The newest version!
package net.sf.javagimmicks.graph;

public interface WeightedEdge> extends Edge
{
   public double getCost();
   public void setCost(double cost);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy