sofya.tools
Class Statistics

java.lang.Object
  extended by sofya.tools.Statistics
All Implemented Interfaces:
SConstants

public final class Statistics
extends java.lang.Object
implements SConstants

This class collects and reports various statistics about a class or set of classes which may be useful for supporting claims about characteristics of subjects upon which research conclusions are being based. It can operate on a list of one or more class and/or jar files, or on a "prog.lst" file.

Version:
06/09/2006
Author:
Alex Kinneer

Nested Class Summary
 
Nested classes/interfaces inherited from interface sofya.base.SConstants
SConstants.BlockLabel, SConstants.BlockObjectType, SConstants.BlockSubType, SConstants.BlockType, SConstants.BranchObjectType, SConstants.BranchType, SConstants.EDObjectType, SConstants.TraceObjectType
 
Field Summary
 
Fields inherited from interface sofya.base.SConstants
DEFAULT_PORT, INST_COMPATIBLE, INST_OLD_UNSUPPORTED, INST_OPT_NORMAL, INST_OPT_SEQUENCE, SIG_CHKALIVE, SIG_ECHO
 
Method Summary
static void main(java.lang.String[] argv)
          Entry point for the Statistics tool.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] argv)
Entry point for the Statistics tool.