/*
   * Get relation by index
   *
   * This is just a convenience method and does _not_ imply any ordering of Relations.
   *
   * call-seq:
   *  dependency.get(1) -> Relation
   *  dependency[1] -> Relation
   *
   */
  Relation *get( int i )