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 SummaryAll 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- 
detachpublic static DetachedVertex detach(Vertex vertex, boolean withProperties) 
 - 
detachpublic static DetachedEdge detach(Edge edge, boolean withProperties) 
 - 
detachpublic static <V> DetachedVertexProperty detach(VertexProperty<V> vertexProperty, boolean withProperties) 
 - 
detachpublic static <V> DetachedProperty<V> detach(Property<V> property) 
 - 
detachpublic static DetachedPath detach(Path path, boolean withProperties) 
 - 
detachpublic static DetachedElement detach(Element element, boolean withProperties) 
 - 
detachpublic static <D> D detach(Object object, boolean withProperties) 
 
- 
 
-