Exemplo n.º 1
0
 public float relationWith(Base base) {
   final Relation r = baseRelations.get(base);
   if (r == null) return 0;
   return r.value();
 }