X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/mapping.git/blobdiff_plain/202cc2c0bbcb6a6a3a7f6f9fc2ddfd2836a35a8e..98acbcc2ea6af60d64b96cd46c4eb446e03a7510:/javadoc/and/Mapping/Algo.html diff --git a/javadoc/and/Mapping/Algo.html b/javadoc/and/Mapping/Algo.html index 23f3314..b1f83d3 100644 --- a/javadoc/and/Mapping/Algo.html +++ b/javadoc/and/Mapping/Algo.html @@ -2,12 +2,12 @@ - + Algo - + @@ -190,7 +190,7 @@ Abstract class defining the structure for mapping algorithms abstract  GNode -getOtherGNode() +getOtherGNode(java.util.ArrayList<GNode> _ag)
          Find a new node, which may not takes part into the computation process. @@ -340,10 +340,10 @@ public abstract

+

getOtherGNode

-public abstract GNode getOtherGNode()
+public abstract GNode getOtherGNode(java.util.ArrayList<GNode> _ag)
Find a new node, which may not takes part into the computation process. Typically such kind of node is used to create a new spawner or a new super-node,