net.sf.jcgm.examples
Class Analyzer

java.lang.Object
  extended by net.sf.jcgm.examples.Analyzer
All Implemented Interfaces:
ICommandListener

public class Analyzer
extends java.lang.Object
implements ICommandListener

An analyzer that output statistics on the commands that are used in a set of CGM files.

 Usage: Analyzer /path/to/cgm/files [/path/for/result/files] [-v]
        -v verbose output
 

Since:
Dec 15, 2009
Version:
$Id: Analyzer.java 46 2011-12-14 08:26:44Z phica $
Author:
Philippe Cadé

Method Summary
 void commandProcessed(Command command)
          Will be called when a command has been read.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

commandProcessed

public void commandProcessed(Command command)
Description copied from interface: ICommandListener
Will be called when a command has been read.

Specified by:
commandProcessed in interface ICommandListener
Parameters:
command - the command.

main

public static void main(java.lang.String[] args)
Parameters:
args - Command line arguments.


Part of the jcgm library http://jcgm.sourceforge.net/