source: Dev/branches/jQueryUI/server/rdfapi/infModel/InfStatement.php @ 249

Last change on this file since 249 was 249, checked in by hendrikvanantwerpen, 13 years ago

This one's for Subversion, because it's so close...

First widget (stripped down sequencer).
Seperated client and server code in two direcotry trees.

File size: 534 bytes
Line 
1<?php
2// ----------------------------------------------------------------------------------
3// Class: InfStatement
4// ----------------------------------------------------------------------------------
5
6/**
7 * An RDF statement which was entailed by a inference rule.
8 * See Statement Class for further information.
9 * 
10 * @author Daniel Westphal <mail at d-westphal dot de>
11 * @version  $Id: InfStatement.php 268 2006-05-15 05:28:09Z tgauss $
12 * @package infModel
13 */
14class InfStatement extends Statement  {
15       
16}
17       
18?>
Note: See TracBrowser for help on using the repository browser.