Changes between Version 3 and Version 4 of NetAnalysis
- Timestamp:
- Nov 12, 2019, 8:45:56 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NetAnalysis
v3 v4 7 7 The plugin was developed in a project and later updated by Michael Haustermann who also implemented the reduction analysis (see [[#References|Haustermann]]). 8 8 9 == Dependencies ==10 11 Apart from the standard “dist” plugins this plugin also needs the FA plugin to be built.12 9 13 10 == Usage == … … 21 18 == Examples == 22 19 23 The following picture sshows the “Check Net Graph Properties” executed on the net mean.rnw which along side other nets is included in the sample folder located in the plugin.20 The following picture shows the “Check Net Graph Properties” executed on the net mean.rnw which along side other nets is included in the sample folder located in the plugin. 24 21 25 22 [[Image(netanalysischeck.png)]] … … 29 26 [[Image(reduction_analysis.png)]] 30 27 31 == Quality==28 == Notes == 32 29 33 The source code of the plugin is in parts only rudimentary commented or not at all. The only exception to this are most of the classes for the reduction analysis which are relativly well commented. 34 35 The reduction analysis is not flawless though as there will be an exception thrown with the net multifork.rnw which is in the samples folder. 30 The reduction analysis is not flawless as there will be for example an exception thrown with the net multifork.rnw which is in the samples folder. 36 31 37 32 == References ==