Exemple #1
0
 public void graphAttributeRemoved(String graphId, long timeId, String attribute) {
   for (RMIAdapterIn in : inputs.values()) {
     try {
       in.graphAttributeRemoved(graphId, timeId, attribute);
     } catch (Exception e) {
       e.printStackTrace();
     }
   }
 }