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

    Modifier and Type
    Method
    Description
    org.apache.tinkerpop.gremlin.structure.Vertex
     
    boolean
    equals(Object object)
     
    int
     
    id()
     
    <U> Iterator<org.apache.tinkerpop.gremlin.structure.Property<U>>
    properties(String... propertyKeys)
     
    <V> org.apache.tinkerpop.gremlin.structure.Property<V>
    property(String key, V value)
     

    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

      public Object id()
      Specified by:
      id in interface org.apache.tinkerpop.gremlin.structure.Element
    • property

      public <V> org.apache.tinkerpop.gremlin.structure.Property<V> property(String key, V value)
      Specified by:
      property in interface org.apache.tinkerpop.gremlin.structure.Element
    • element

      public org.apache.tinkerpop.gremlin.structure.Vertex element()
      Specified by:
      element in interface org.apache.tinkerpop.gremlin.structure.Property<V>
      Specified by:
      element in interface org.apache.tinkerpop.gremlin.structure.VertexProperty<V>
      Overrides:
      element in class SqlgProperty<V>
    • properties

      public <U> Iterator<org.apache.tinkerpop.gremlin.structure.Property<U>> properties(String... propertyKeys)
      Specified by:
      properties in interface org.apache.tinkerpop.gremlin.structure.Element
      Specified by:
      properties in interface org.apache.tinkerpop.gremlin.structure.VertexProperty<V>
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class SqlgProperty<V>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SqlgProperty<V>