1 package pl.aislib.tools.mapping.structure;
2
3 public class Count extends Operation {
4 // Nothing more than Operation.
5 }
6
7 /***
8 * $Log: Count.java,v $
9 * Revision 1.2 2004/09/10 16:08:51 milosz
10 * All Operaations children now extend Operation class.
11 *
12 */