Interface OrientExtendedEdge

All Superinterfaces:
com.tinkerpop.blueprints.Edge, com.tinkerpop.blueprints.Element

public interface OrientExtendedEdge extends com.tinkerpop.blueprints.Edge
OrientDB Extended Edge implementation of TinkerPop Blueprints standard.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com) (http://orientdb.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface com.tinkerpop.blueprints.Edge

    getLabel, getVertex

    Methods inherited from interface com.tinkerpop.blueprints.Element

    getId, getProperty, getPropertyKeys, remove, removeProperty, setProperty
  • Method Details

    • reload

      void reload()