Package org.umlg.sqlg.structure
Class SqlgVertexProperty<V>
java.lang.Object
org.umlg.sqlg.structure.SqlgProperty<V>
org.umlg.sqlg.structure.SqlgVertexProperty<V>
- All Implemented Interfaces:
Serializable
,org.apache.tinkerpop.gremlin.structure.Element
,org.apache.tinkerpop.gremlin.structure.Property<V>
,org.apache.tinkerpop.gremlin.structure.VertexProperty<V>
public class SqlgVertexProperty<V>
extends SqlgProperty<V>
implements org.apache.tinkerpop.gremlin.structure.VertexProperty<V>
Date: 2014/09/10
Time: 8:39 PM
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.Property
org.apache.tinkerpop.gremlin.structure.Property.Exceptions
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.VertexProperty
org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality, org.apache.tinkerpop.gremlin.structure.VertexProperty.Exceptions
-
Field Summary
Fields inherited from interface org.apache.tinkerpop.gremlin.structure.VertexProperty
DEFAULT_LABEL
-
Method Summary
Methods inherited from class org.umlg.sqlg.structure.SqlgProperty
isPresent, key, remove, toString, value
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.Element
keys, property, remove, value, values
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.Property
ifPresent, isPresent, key, orElse, orElseGet, orElseThrow, remove, value
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.VertexProperty
graph, label
-
Method Details
-
id
- Specified by:
id
in interfaceorg.apache.tinkerpop.gremlin.structure.Element
-
property
- Specified by:
property
in interfaceorg.apache.tinkerpop.gremlin.structure.Element
-
element
public org.apache.tinkerpop.gremlin.structure.Vertex element()- Specified by:
element
in interfaceorg.apache.tinkerpop.gremlin.structure.Property<V>
- Specified by:
element
in interfaceorg.apache.tinkerpop.gremlin.structure.VertexProperty<V>
- Overrides:
element
in classSqlgProperty<V>
-
properties
public <U> Iterator<org.apache.tinkerpop.gremlin.structure.Property<U>> properties(String... propertyKeys) - Specified by:
properties
in interfaceorg.apache.tinkerpop.gremlin.structure.Element
- Specified by:
properties
in interfaceorg.apache.tinkerpop.gremlin.structure.VertexProperty<V>
-
equals
- Overrides:
equals
in classSqlgProperty<V>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSqlgProperty<V>
-