Class ComputerGraph.ComputerVertexProperty<V>

java.lang.Object
org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerElement
org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerVertexProperty<V>
All Implemented Interfaces:
Element, Property<V>, WrappedElement<Element>, WrappedVertexProperty<VertexProperty<V>>, VertexProperty<V>
Enclosing class:
ComputerGraph

public class ComputerGraph.ComputerVertexProperty<V> extends ComputerGraph.ComputerElement implements VertexProperty<V>, WrappedVertexProperty<VertexProperty<V>>