org.vertexium.EdgeInfo Maven / Gradle / Ivy
package org.vertexium;
public interface EdgeInfo {
String getEdgeId();
String getLabel();
String getVertexId();
Direction getDirection();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy