<%@ page language="java" contentType="text/html" %> <%-- Include common initialisation code --%> <%@ include file="/arch/common.jsp" %> <%-- The current tab --%> <% String currentTab = "Research"; %> <%-- Content of navigation pane --%> <%@ include file="nav.jsp" %> <% showCurrentLink=true; %> <%-- Current navigation location --%> <% String currentNav = "Reports and Theses"; %> <%-- Include the code for the document header --%> <%@ include file="/arch/header.jsp" %>

Research Report CS-RR-094

<%-- Include the code for the lines and navigation --%> <%@ include file="/arch/middle.jsp" %>

I.D. Craig, The BB-SR System (January 1, 1987).

Abstract

This paper briefly describes the BB-SR system. BB-SR integrates the blackboard model of problem solving with a powerful object-oriented knowledge represenation system. The combined blackboard and knowledge base system provides a sophisticated and powerful environment within which to examine self-reflection in problem solving and within which to develop systems to solve complex problems.

Download

cs-rr-094.txt.gz

<%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>