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

overflowdb.EdgeFactory Maven / Gradle / Ivy

package overflowdb;

public interface EdgeFactory {
  String forLabel();
  E createEdge(Graph graph, NodeRef outNode, NodeRef inNode);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy