Changes between Version 6 and Version 7 of SuffixTreeBasedDuplicateCodeAnalysis
- Timestamp:
- May 27, 2012, 10:13:58 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SuffixTreeBasedDuplicateCodeAnalysis
v6 v7 41 41 ==== Result query functions ==== 42 42 43 || Function||Parameters||Description||Example||43 ||=Function=||=Parameters=||=Description=||=Example=|| 44 44 ||stored_dupcode_results/0||-||queries all saved results (name and information about the parameters of the analysis)||{{{ri:stored_dupcode_results()}}}|| 45 45 ||save_dupcode_result/2||Name::atom() - name associated with the result,[[BR]]Filename::string() - name of the file||saves the given result in the file||{{{ri:save_dupcode_result(temp20120527205412,"result.txt")}}}||