]> matita.cs.unibo.it Git - helm.git/blob - helm/uwobo/src/it/unibo/cs/helm/uwobo/Key.java
Initial revision
[helm.git] / helm / uwobo / src / it / unibo / cs / helm / uwobo / Key.java
1 /* Copyright (C) 2001, HELM Team
2  *
3  * This file is part of UWOBO, developed at the Computer Science
4  * Department, University of Bologna, Italy.
5  * 
6  * UWOBO is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU General Public License
8  * as published by the Free Software Foundation; either version 2
9  * of the License, or (at your option) any later version.
10  *
11  * UWOBO is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with UWOBO; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
19  * MA  02111-1307, USA.
20  *
21  * For details, see the UWOBO World-Wide-Web page,
22  * http://cs.unibo.it/helm/uwobo
23  */
24
25 package it.unibo.cs.helm.uwobo;
26
27 import java.util.*;
28
29 public class Key {
30         public String  name;
31         public HashMap params;
32 };
33