com.tinkerpop.rexster.extension.ExtensionPoint Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rexster-core Show documentation
Show all versions of rexster-core Show documentation
Core components for extending Rexster.
package com.tinkerpop.rexster.extension;
/**
* @author Stephen Mallette (http://stephen.genoprime.com)
*/
public enum ExtensionPoint {
GRAPH,
VERTEX,
EDGE
}