
net.sf.javagimmicks.graph.WeightedEdge Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of GimmickUtils Show documentation
Show all versions of GimmickUtils Show documentation
Utility classes, APIs and tools for Java
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