X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/mapping.git/blobdiff_plain/298037f8cd008787c5cfe493ba582ac64bbbc3a2..4b994d60530bc4e2db2662b800207eafa2360c82:/javadoc/and/Mapping/Architecture.html diff --git a/javadoc/and/Mapping/Architecture.html b/javadoc/and/Mapping/Architecture.html deleted file mode 100644 index 85aeb1c..0000000 --- a/javadoc/and/Mapping/Architecture.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - -Architecture - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -and.Mapping -
-Class Architecture

-
-java.lang.Object
-  extended by and.Mapping.Architecture
-
-
-
-
public class Architecture
extends java.lang.Object
- - -

-Class representing a set of clusters forming a network architecture -

- -

-

-
Author:
-
Sébastien Miquée
-
-
- -

- - - - - - - - - - - -
-Constructor Summary
Architecture() - -
-          Default constructor.
-  - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- voidaddCluster(Cluster c) - -
-          Add a cluster in the architecture.
- java.util.ArrayList<Cluster>getArchi() - -
-          Return the architecture in a clusters list form.
- intgetNbClusters() - -
-          Return the amount of clusters in the architecture.
- intgetNbNodes() - -
-          Return the amount of computing nodes in the architecture.
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-Architecture

-
-public Architecture()
-
-
Default constructor. -

-

- - - - - - - - -
-Method Detail
- -

-addCluster

-
-public void addCluster(Cluster c)
-
-
Add a cluster in the architecture. -

-

-
Parameters:
c - Cluster to be add.
-
-
-
- -

-getNbNodes

-
-public int getNbNodes()
-
-
Return the amount of computing nodes in the architecture. -

-

- -
Returns:
The amount of nodes
-
-
-
- -

-getNbClusters

-
-public int getNbClusters()
-
-
Return the amount of clusters in the architecture. -

-

- -
Returns:
The amoutn of clusters
-
-
-
- -

-getArchi

-
-public java.util.ArrayList<Cluster> getArchi()
-
-
Return the architecture in a clusters list form. -

-

- -
Returns:
A clusters list
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -