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

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

package net.sf.javagimmicks.graph;

public interface EdgeFactory>
{
   public E createEdge(Graph graph, V source, V target);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy