X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/mapping.git/blobdiff_plain/e9ad3655aa50dde188c7a9b905cc5fe81fba664f..b927e5a90765eb39b8f2b02706e522c7db8fce3e:/src/and/Mapping/Algo.java?ds=sidebyside diff --git a/src/and/Mapping/Algo.java b/src/and/Mapping/Algo.java index 5761b67..e85d04f 100644 --- a/src/and/Mapping/Algo.java +++ b/src/and/Mapping/Algo.java @@ -74,6 +74,26 @@ public abstract class Algo implements Serializable { return mp ; } + + + /** + * Return the grid used in the algorithm. + * @return The Grid + */ + public Grid getGrid() + { + return gl ; + } + + + /** + * Return the graph used in the algorithm. + * @return The Graph + */ + public Graph getGraph() + { + return gr ; + } } /** La programmation est un art, respectons ceux qui la pratiquent !! **/