Example #1
0
  /** Gets the rank of the given vertex on its operator. -1 if the vertex has no rank */
  @Override
  public final int getSchedulingOrder(MapperDAGVertex vertex) {
    vertex = translateInImplementationVertex(vertex);

    return orderManager.localIndexOf(vertex);
  }