Uses of Class
and.Mapping.Cluster

Uses of Cluster in and.Mapping
 

Methods in and.Mapping that return Cluster
 Cluster Association.getCluster()
          Return the associated cluster.
 

Methods in and.Mapping that return types with arguments of type Cluster
 java.util.ArrayList<Cluster> Architecture.getArchi()
          Return the architecture in a clusters list form.
 java.util.ArrayList<Cluster> Grid.getClusters()
          Return the grid in a clusters list view.
 

Methods in and.Mapping with parameters of type Cluster
 void Grid.addCluster(Cluster c)
          Add a cluster in the grid.
 void Architecture.addCluster(Cluster c)
          Add a cluster in the architecture.
 void Mapping.addMapping(Cluster c, java.util.ArrayList<GTask> at)
          Add in the mapping an association between a cluster and tasks set.
 

Method parameters in and.Mapping with type arguments of type Cluster
 void Grid.addClusters(java.util.ArrayList<Cluster> al)
          Add a clusters list in the grid.
 

Constructors in and.Mapping with parameters of type Cluster
Association(Cluster _c, java.util.ArrayList<GTask> _at)
          Constructor.