Exemplo n.º 1
0
  /**
   * (Blueprints Extension) Returns the Graph instance associated to the current element. On @detach
   * ed elements returns NULL.
   */
  public OrientBaseGraph getGraph() {
    if (classicDetachMode) return graph;

    return OrientBaseGraph.getActiveGraph();
  }