public class ReferenceFactory extends Object
Modifier and Type | Method and Description |
---|---|
static ReferenceEdge |
detach(Edge edge) |
static ReferenceElement |
detach(Element element) |
static <D> D |
detach(Object object) |
static ReferencePath |
detach(Path path) |
static <V> ReferenceProperty<V> |
detach(Property<V> property) |
static ReferenceVertex |
detach(Vertex vertex) |
static <V> ReferenceVertexProperty |
detach(VertexProperty<V> vertexProperty) |
public static ReferenceVertex detach(Vertex vertex)
public static ReferenceEdge detach(Edge edge)
public static <V> ReferenceVertexProperty detach(VertexProperty<V> vertexProperty)
public static <V> ReferenceProperty<V> detach(Property<V> property)
public static ReferencePath detach(Path path)
public static ReferenceElement detach(Element element)
public static <D> D detach(Object object)
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.