Ejemplo n.º 1
0
 public void edgeRemoved(String graphId, long timeId, String edgeId) {
   for (RMIAdapterIn in : inputs.values()) {
     try {
       in.edgeRemoved(graphId, timeId, edgeId);
     } catch (Exception e) {
       e.printStackTrace();
     }
   }
 }