![JAR search and dependency download from the Maven repository](/logo.png)
net.sf.javagimmicks.graph.DirectedEdge Maven / Gradle / Ivy
package net.sf.javagimmicks.graph;
public interface DirectedEdge> extends Edge
{
public V getSourceVertex();
public V getTargetVertex();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy