public final class TinkerGraphComputerView extends Object
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
computeKeys |
Constructor and Description |
---|
TinkerGraphComputerView(TinkerGraph graph,
Set<String> computeKeys) |
Modifier and Type | Method and Description |
---|---|
<V> Property<V> |
addProperty(TinkerVertex vertex,
String key,
V value) |
List<Property> |
getProperties(TinkerVertex vertex) |
List<VertexProperty<?>> |
getProperty(TinkerVertex vertex,
String key) |
Graph |
processResultGraphPersist(GraphComputer.ResultGraph resultGraph,
GraphComputer.Persist persist) |
void |
removeProperty(TinkerVertex vertex,
String key,
VertexProperty property) |
public TinkerGraphComputerView(TinkerGraph graph, Set<String> computeKeys)
public <V> Property<V> addProperty(TinkerVertex vertex, String key, V value)
public List<VertexProperty<?>> getProperty(TinkerVertex vertex, String key)
public List<Property> getProperties(TinkerVertex vertex)
public void removeProperty(TinkerVertex vertex, String key, VertexProperty property)
public Graph processResultGraphPersist(GraphComputer.ResultGraph resultGraph, GraphComputer.Persist persist)
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.