source: Dev/branches/rest-dojo-ui/jos-branch/server/rdfapi/util/Utility.php @ 312

Last change on this file since 312 was 312, checked in by jkraaijeveld, 13 years ago
File size: 687 bytes
Line 
1<?php
2// ----------------------------------------------------------------------------------
3// Utility
4// ----------------------------------------------------------------------------------
5//
6// Description               : Utility package
7//
8//
9// Author: Tobias Gauß  <tobias.gauss@web.de>
10//
11// ----------------------------------------------------------------------------------
12
13// include utility classes
14require_once( RDFAPI_INCLUDE_DIR . 'util/RdfUtil.php' );
15require_once( RDFAPI_INCLUDE_DIR . 'util/FindIterator.php' );
16require_once( RDFAPI_INCLUDE_DIR . 'util/IterFind.php' );
17
18// experimental
19require_once( RDFAPI_INCLUDE_DIR . 'util/ModelComparator.php' );
20?>
Note: See TracBrowser for help on using the repository browser.