Class DetachedFactory
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.structure.util.detached.DetachedFactory
 
 
- 
public class DetachedFactory extends Object
- Author:
 - Marko A. Rodriguez (http://markorodriguez.com)
 
 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <D> Ddetach(Object object, boolean withProperties)static DetachedPathdetach(Path path, boolean withProperties)static DetachedEdgedetach(Edge edge, boolean withProperties)static DetachedElementdetach(Element element, boolean withProperties)static <V> DetachedProperty<V>detach(Property<V> property)static DetachedVertexdetach(Vertex vertex, boolean withProperties)static <V> DetachedVertexPropertydetach(VertexProperty<V> vertexProperty, boolean withProperties) 
 - 
 
- 
- 
Method Detail
- 
detach
public static DetachedVertex detach(Vertex vertex, boolean withProperties)
 
- 
detach
public static DetachedEdge detach(Edge edge, boolean withProperties)
 
- 
detach
public static <V> DetachedVertexProperty detach(VertexProperty<V> vertexProperty, boolean withProperties)
 
- 
detach
public static <V> DetachedProperty<V> detach(Property<V> property)
 
- 
detach
public static DetachedPath detach(Path path, boolean withProperties)
 
- 
detach
public static DetachedElement detach(Element element, boolean withProperties)
 
- 
detach
public static <D> D detach(Object object, boolean withProperties)
 
 - 
 
 -