Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix bug with const in java bindings
[simgrid.git] / src / bindings / java / org / simgrid / surf / NetworkAction.java
index 7f35a60..76d3ae8 100644 (file)
@@ -1,6 +1,6 @@
 /* ----------------------------------------------------------------------------
  * This file was automatically generated by SWIG (http://www.swig.org).
- * Version 2.0.11
+ * Version 2.0.12
  *
  * Do not make changes to this file unless you know what you are doing--modify
  * the SWIG interface file instead.
@@ -8,6 +8,10 @@
 
 package org.simgrid.surf;
 
+/**
+  * An network action created by network model
+  * @see NetworkLink
+  */
 public class NetworkAction extends Action {
   private long swigCPtr;
 
@@ -35,6 +39,10 @@ public class NetworkAction extends Action {
     super.delete();
   }
 
+  
+  /**
+    * @return The latency of the action
+    */
   public double getLatency() {
     return SurfJNI.NetworkAction_getLatency(swigCPtr, this);
   }