Copyright © (C) 2015, Pablo Lamela, Simon Thompson
Authors: Pablo Lamela Seijas (P.Lamela-Seijas@kent.ac.uk), Simon Thompson (S.J.Thompson@kent.ac.uk).
| get_actual_name/2 | Get the name that the function with name Name is supposed to have. |
| get_original_name/2 | Gets the original name that the function with name Name had. |
| link_clusters/6 | It links the clusters so as to keep the relationships in the original trees, while keeping the calls to exclusive clusters (from common cluster) symmetrical, and keeping the number of artifacts used to a minimum. |
get_actual_name(Name::string(), Acc::cluster_folding:acc()) -> string()
Get the name that the function with name Name is supposed to have.
get_original_name(Name::string(), Acc::cluster_folding:acc()) -> string()
Gets the original name that the function with name Name had.
link_clusters(ClusterDict, ClusterDict, ClusterDict, Tree, Tree, Mapping) -> cluster_folding:acc()
It links the clusters so as to keep the relationships in the original trees, while keeping the calls to exclusive clusters (from common cluster) symmetrical, and keeping the number of artifacts used to a minimum. It accumulates all information in an #acc{} record that should be enough to generate the three trees directly.
Generated by EDoc, Nov 5 2015, 16:30:19.