Clover coverage report - Maven Clover report
Coverage timestamp: Tue Sep 16 2008 01:16:37 EEST
file stats: LOC: 42   Methods: 1
NCLOC: 6   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
NodeInterface.java - - 0% 0%
coverage
 1    /*
 2    wsmo4j - a WSMO API and Reference Implementation
 3   
 4    Copyright (c) 2006, 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.deri.wsmo4j.io.serializer.rdf;
 19   
 20    import org.wsmo.service.*;
 21   
 22    /**
 23    * Helper type to serialize/deserialize xml element interface
 24    *
 25    * @author not attributable
 26    */
 27    class NodeInterface {
 28   
 29  0 static void serialize(Interface intrface, WsmlRdfSerializer serializer) {
 30    }
 31    }
 32   
 33    /*
 34    * $Log$
 35    * Revision 1.1 2006/11/10 15:02:59 ohamano
 36    * *** empty log message ***
 37    *
 38    * Revision 1.1 2006/11/10 10:08:42 ohamano
 39    * *** empty log message ***
 40    *
 41    *
 42    */