X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/mapping.git/blobdiff_plain/d3f82e2d308945201b261ff525ff374a36e496d7..202cc2c0bbcb6a6a3a7f6f9fc2ddfd2836a35a8e:/javadoc/and/Mapping/GNode.html diff --git a/javadoc/and/Mapping/GNode.html b/javadoc/and/Mapping/GNode.html index 53aa0d2..8010c01 100644 --- a/javadoc/and/Mapping/GNode.html +++ b/javadoc/and/Mapping/GNode.html @@ -2,12 +2,12 @@ - + GNode - + @@ -39,10 +39,9 @@ function windowTitle() Package   Class  - Use  Tree  Deprecated  - Index  + Index  Help  @@ -108,8 +107,6 @@ Class representing a computing node

-
Author:
-
Sébastien Miquée
See Also:
Serialized Form

@@ -190,6 +187,14 @@ Class representing a computing node + int +getMFlops() + +
+          Return the MFlops of each computing core of the computing node. + + +  java.lang.String getName() @@ -280,6 +285,14 @@ Class representing a computing node  void +setMFlops(int _mflops) + +
+          Set the MFlops of each computing core of the computing node. + + + + void setName(java.lang.String _name)
@@ -316,7 +329,7 @@ Class representing a computing node Methods inherited from class java.lang.Object -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait   @@ -618,6 +631,39 @@ public int getFrequency()
+

+setMFlops

+
+public void setMFlops(int _mflops)
+
+
Set the MFlops of each computing core of the computing node. +

+

+
+
+
+
Parameters:
_freq - The MFlops of cores
+
+
+
+ +

+getMFlops

+
+public int getMFlops()
+
+
Return the MFlops of each computing core of the computing node. +

+

+
+
+
+ +
Returns:
The MFlops of cores
+
+
+
+

setMemory

@@ -716,10 +762,9 @@ public long getId()
Package   Class  - Use  Tree  Deprecated  - Index  + Index  Help