Package pl.gda.pg.eti.ask.przemyslawbielicki.aeh.info

Class Summary
ClassStat ClassStat contains statistics for class name ClassStat.className_.
MethodInfo MethodInfo contains information about classes and methods (more precisely: information about reliability).
MethodStat MethodStat contains statistics for method name MethodStat.methodName_.
XMLMethodStatsResource XMLMethodStatsResource contains constants XML tag and attribute names needed to build method statistics XML database.
 

Exception Summary
ClassNotFoundException ClassNotFoundException is raised when there is no such statistics for class given by user.
DuplicateClassStatException DuplicateClassStatException is raised when user wants to add statistics for class that already exists in statistics structure.
DuplicateMethodStatException DuplicateMethodStatException is raised when user wants to add statistics for method in class fragment that already exists in statistics structure.
MethodNotFoundException MethodNotFoundException is raised when there is no method in statistics structure that user is looking for.