Class ReferenceFactory
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceFactory
-
public class ReferenceFactory extends Object
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <D> D
detach(Object object)
static ReferencePath
detach(Path path)
static ReferenceEdge
detach(Edge edge)
static ReferenceElement
detach(Element element)
static <V> ReferenceProperty<V>
detach(Property<V> property)
static ReferenceVertex
detach(Vertex vertex)
static <V> ReferenceVertexProperty
detach(VertexProperty<V> vertexProperty)
-
-
-
Method Detail
-
detach
public static ReferenceVertex detach(Vertex vertex)
-
detach
public static ReferenceEdge detach(Edge edge)
-
detach
public static <V> ReferenceVertexProperty detach(VertexProperty<V> vertexProperty)
-
detach
public static <V> ReferenceProperty<V> detach(Property<V> property)
-
detach
public static ReferencePath detach(Path path)
-
detach
public static ReferenceElement detach(Element element)
-
detach
public static <D> D detach(Object object)
-
-