From: <cw...@us...> - 2008-06-20 12:20:13
|
Revision: 575 http://rdfapi-php.svn.sourceforge.net/rdfapi-php/?rev=575&view=rev Author: cweiske Date: 2008-06-20 05:20:12 -0700 (Fri, 20 Jun 2008) Log Message: ----------- no need to use infModelP.php Modified Paths: -------------- trunk/rdfapi-php/api/infModel/InfModelB.php trunk/rdfapi-php/api/infModel/InfModelF.php Modified: trunk/rdfapi-php/api/infModel/InfModelB.php =================================================================== --- trunk/rdfapi-php/api/infModel/InfModelB.php 2008-05-26 18:18:16 UTC (rev 574) +++ trunk/rdfapi-php/api/infModel/InfModelB.php 2008-06-20 12:20:12 UTC (rev 575) @@ -2,6 +2,7 @@ // ---------------------------------------------------------------------------------- // Class: InfModelB // ---------------------------------------------------------------------------------- +require_once RDFAPI_INCLUDE_DIR . 'infModel/InfModel.php'; /** * A InfModelB extends the InfModel Class, with a backward chaining algorithm. Modified: trunk/rdfapi-php/api/infModel/InfModelF.php =================================================================== --- trunk/rdfapi-php/api/infModel/InfModelF.php 2008-05-26 18:18:16 UTC (rev 574) +++ trunk/rdfapi-php/api/infModel/InfModelF.php 2008-06-20 12:20:12 UTC (rev 575) @@ -2,6 +2,7 @@ // ---------------------------------------------------------------------------------- // Class: InfModelF // ---------------------------------------------------------------------------------- +require_once RDFAPI_INCLUDE_DIR . 'infModel/InfModel.php'; /** * A InfModelF extends the InfModel Class, with a forward chaining algorithm. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |