Uses of Class
and.Mapping.Graph

Uses of Graph in and.Mapping
 

Methods in and.Mapping that return Graph
static Graph Utils.readGraph(java.lang.String _file)
          Read an application Graph from a file.
 

Methods in and.Mapping with parameters of type Graph
static void Utils.writeGraph(Graph _gr, java.lang.String _file, java.lang.String _path)
          Write an application Graph in a file.
 

Constructors in and.Mapping with parameters of type Graph
Algo(Graph _gr, Grid _gl)
          Constructor.
DefaultMapping(Graph _gr, Grid _gd, java.util.ArrayList<GNode> _gnodes)
          Constructor.
LSM(Graph _gr, Grid _gl)
          Constructor.
LSM(Graph _gr, Grid _gl, double _dep_min)
          Constructor.
QM(Graph _gr, Grid _gd, double _f)
          Constructor
Simple(Graph _gr, Grid _gd)
          Constructor.