Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New stable version with the add of the Maheve algorithm.
[mapping.git] / src / and / Mapping / Architecture.java
index 91e45a9..530c9da 100644 (file)
@@ -1,5 +1,6 @@
 package and.Mapping ;
 
+import java.io.Serializable;
 import java.util.ArrayList;
 
 
@@ -8,8 +9,10 @@ import java.util.ArrayList;
  * @author Sébastien Miquée
  *
  */
-public class Architecture
+public class Architecture implements Serializable
 {
+       private static final long serialVersionUID = 1L;
+       
        private ArrayList<Cluster> archi ;
        private int nbNodes ;
        private int nbClusters ;