Class TinkerGraphComputerView
java.lang.Object
org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputerView
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTinkerGraphComputerView(AbstractTinkerGraph graph, GraphFilter graphFilter, Set<VertexComputeKey> computeKeys) -
Method Summary
Modifier and TypeMethodDescription<V> Property<V>addProperty(TinkerVertex vertex, String key, V value) protected voidcomplete()getProperties(TinkerVertex vertex) List<VertexProperty<?>>getProperty(TinkerVertex vertex, String key) booleanbooleanlegalVertex(Vertex vertex) processResultGraphPersist(GraphComputer.ResultGraph resultGraph, GraphComputer.Persist persist) voidremoveProperty(TinkerVertex vertex, String key, VertexProperty property)
-
Field Details
-
computeKeys
-
-
Constructor Details
-
TinkerGraphComputerView
public TinkerGraphComputerView(AbstractTinkerGraph graph, GraphFilter graphFilter, Set<VertexComputeKey> computeKeys)
-
-
Method Details
-
addProperty
-
getProperty
-
getProperties
-
removeProperty
-
legalVertex
-
legalEdge
-
complete
protected void complete() -
processResultGraphPersist
public Graph processResultGraphPersist(GraphComputer.ResultGraph resultGraph, GraphComputer.Persist persist)
-