com.tinkerpop.frames.EdgeFrame Maven / Gradle / Ivy
Go to download
Windup Frames is an extension of the upstream Frames project, with tools to ease debugging and integration within windup.
package com.tinkerpop.frames;
import com.tinkerpop.blueprints.Edge;
/**
* An interface for Edge-based frames which provides access to the underlying Edge.
*
* @author Joshua Shinavier (http://fortytwo.net)
*/
public interface EdgeFrame {
Edge asEdge();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy