View Javadoc

1   /*
2    wsmo4j - a WSMO API and Reference Implementation
3   
4    Copyright (c) 2005, University of Innsbruck, Austria
5   
6    This library is free software; you can redistribute it and/or modify it under
7    the terms of the GNU Lesser General Public License as published by the Free
8    Software Foundation; either version 2.1 of the License, or (at your option)
9    any later version.
10   This library is distributed in the hope that it will be useful, but WITHOUT
11   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12   FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13   details.
14   You should have received a copy of the GNU Lesser General Public License along
15   with this library; if not, write to the Free Software Foundation, Inc.,
16   59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17   */
18  package org.omwg.logicalexpression;
19  
20  /**
21   * Represents a value attribute molecule (e.g. human[age hasValue 4]). 
22   *
23   * <pre>
24   * Created on Sep 19, 2005
25   * Committed by $Author$
26   * $Source$,
27   * </pre>
28   *
29   * @author Holger Lausen (holger.lausen@deri.org)
30   *
31   * @version $Revision$ $Date$
32   */
33  public interface AttributeValueMolecule extends AttributeMolecule{
34  
35  }
36  
37  
38  /*
39   *$Log$
40   *Revision 1.1  2005/09/20 13:21:31  holgerlausen
41   *refactored logical expression API to have simple molecules and compound molecules (RFE 1290043)
42   *
43   */