org.argouml.ui
Class UsageStatistic

java.lang.Object
  extended byorg.argouml.ui.UsageStatistic

public class UsageStatistic
extends Object

TODO: This class is not used. Document its purpose or remove if useless.


Field Summary
private  String name
           
private  int value
           
 
Constructor Summary
UsageStatistic(String n, int v)
          The constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

value

private int value
Constructor Detail

UsageStatistic

public UsageStatistic(String n,
                      int v)
The constructor.

Parameters:
n - the name
v - the value


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook