Class OGremlinResult

java.lang.Object
org.apache.tinkerpop.gremlin.orientdb.executor.OGremlinResult

public class OGremlinResult extends Object
Created by Enrico Risa on 05/06/2017.
  • Constructor Details

  • Method Details

    • getProperty

      public <T> T getProperty(String name)
    • getVertex

      public Optional<OrientVertex> getVertex()
    • getEdge

      public Optional<OrientEdge> getEdge()
    • isElement

      public boolean isElement()
    • isVertex

      public boolean isVertex()
    • isEdge

      public boolean isEdge()
    • isBlob

      public boolean isBlob()
    • getRawResult

      public OResult getRawResult()