public abstract class SpecializedTinkerEdge extends TinkerEdge
inVertex, outVertex, propertiesid, label, removed| Modifier | Constructor and Description |
|---|---|
protected |
SpecializedTinkerEdge(Object id,
org.apache.tinkerpop.gremlin.structure.Vertex outVertex,
String label,
org.apache.tinkerpop.gremlin.structure.Vertex inVertex,
Set<String> specificKeys) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
keys() |
<V> Iterator<org.apache.tinkerpop.gremlin.structure.Property<V>> |
properties(String... propertyKeys) |
<V> org.apache.tinkerpop.gremlin.structure.Property<V> |
property(String key) |
<V> org.apache.tinkerpop.gremlin.structure.Property<V> |
property(String key,
V value) |
protected abstract <V> org.apache.tinkerpop.gremlin.structure.Property<V> |
specificProperty(String key) |
protected abstract <V> org.apache.tinkerpop.gremlin.structure.Property<V> |
updateSpecificProperty(String key,
V value) |
graph, inVertex, outVertex, remove, toString, verticeselementAlreadyRemoved, equals, hashCode, id, labelpublic Set<String> keys()
keys in interface org.apache.tinkerpop.gremlin.structure.Elementkeys in class TinkerEdgepublic <V> org.apache.tinkerpop.gremlin.structure.Property<V> property(String key)
property in interface org.apache.tinkerpop.gremlin.structure.Elementproperty in class TinkerEdgeprotected abstract <V> org.apache.tinkerpop.gremlin.structure.Property<V> specificProperty(String key)
public <V> Iterator<org.apache.tinkerpop.gremlin.structure.Property<V>> properties(String... propertyKeys)
properties in interface org.apache.tinkerpop.gremlin.structure.Edgeproperties in interface org.apache.tinkerpop.gremlin.structure.Elementproperties in class TinkerEdgepublic <V> org.apache.tinkerpop.gremlin.structure.Property<V> property(String key, V value)
property in interface org.apache.tinkerpop.gremlin.structure.Elementproperty in class TinkerEdgeprotected abstract <V> org.apache.tinkerpop.gremlin.structure.Property<V> updateSpecificProperty(String key, V value)
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.