Revision 40769 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.remoteclient/src/main/java/org/gvsig/remoteclient/wfs/filters/BinaryTree.java

View differences:

BinaryTree.java
23 23
 */
24 24
package org.gvsig.remoteclient.wfs.filters;
25 25

  
26

  
27
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
28
 *
29
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
30
 *
31
 * This program is free software; you can redistribute it and/or
32
 * modify it under the terms of the GNU General Public License
33
 * as published by the Free Software Foundation; either version 2
34
 * of the License, or (at your option) any later version.
35
 *
36
 * This program is distributed in the hope that it will be useful,
37
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
38
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
39
 * GNU General Public License for more details.
40
 *
41
 * You should have received a copy of the GNU General Public License
42
 * along with this program; if not, write to the Free Software
43
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
44
 *
45
 * For more information, contact:
46
 *
47
 *  Generalitat Valenciana
48
 *   Conselleria d'Infraestructures i Transport
49
 *   Av. Blasco Ib??ez, 50
50
 *   46010 VALENCIA
51
 *   SPAIN
52
 *
53
 *      +34 963862235
54
 *   gvsig@gva.es
55
 *      www.gvsig.gva.es
56
 *
57
 *    or
58
 *
59
 *   IVER T.I. S.A
60
 *   Salamanca 50
61
 *   46005 Valencia
62
 *   Spain
63
 *
64
 *   +34 963163400
65
 *   dac@iver.es
66
 */
67
/* CVS MESSAGES:
68
 *
69
 * $Id: BinaryTree.java 29677 2009-06-29 17:21:04Z jpiera $
70
 * $Log$
71
 * Revision 1.3  2006-11-13 11:35:02  jorpiell
72
 * Comitados los cambios que tienen en cuanta las comillas simples y dobles
73
 *
74
 * Revision 1.2  2006/11/06 13:09:39  jorpiell
75
 * Hay que quitarle las cmillas dobles a los nombres de los atributos en el Filtro
76
 *
77
 * Revision 1.1  2006/10/05 10:25:15  jorpiell
78
 * Implementado el filter encoding
79
 *
80
 *
81
 */
82 26
/**
83 27
 * This class implements a binary tree (not ordered) that is
84 28
 * used to build a sintactic tree for the SQL language.

Also available in: Unified diff