com.tinkerpop.frames.VertexFrame 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.Vertex;
/**
* An interface for Vertex-based frames which provides access to the underlying Vertex.
*
* @author Joshua Shinavier (http://fortytwo.net)
*/
public interface VertexFrame {
Vertex asVertex();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy