Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
actually kill models' names
[simgrid.git] / src / bindings / java / org / simgrid / surf / Model.java
index f0da148..6f4787f 100644 (file)
@@ -46,14 +46,6 @@ public class Model {
   }
 
   
   }
 
   
-  /**
-    * @return The name of the model
-    */
-  public String getName() {
-    return SurfJNI.Model_getName(swigCPtr, this);
-  }
-
-  
   /**
     * Share the resources between the actions
     * @param now the current time
   /**
     * Share the resources between the actions
     * @param now the current time