Artifact Representation Using OO Techniques

I was recently perusing some of my old code and research papers from prior college years (many years ago!) and came across one titled Artifact Representation Using Object-Oriented Techniques. This paper was for an Introduction to Artificial Intelligence class. From what I recall (it was a long time ago!) we spent most of the class focused on representing facts (knowledge) and rules as well as building and/or using inference engines to correlate disparate bits of knowledge. Along with languages such as Prolog (a programming language suited to representing facts and rules), I also recall using other systems such as CLIPS…
Read More