Object Oriented Programming

esse quam videri
Revision as of 05:30, 6 January 2006 by Jeff (talk | contribs)
Jump to: navigation, search

POOP

poop test

<java/> /*

* Algernon - a rule-based inference engine in Java.
* http://algernon-j.sourceforge.net/
*
* This example shows how to open a Protege knowledge base
* in Java and use Algernon to query the KB.
*
* To run it, be sure to change the path in NEWSPAPER_PROJECT
* to match the correct project on your system.
*
* Micheal Hewett
* 05 May 2004
* hewett@cs.stanford.edu
*/

package org.algernon.test;

import java.util.*;