home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / ai / shells / 397 < prev    next >
Encoding:
Text File  |  1992-08-14  |  784 b   |  33 lines

  1. Newsgroups: comp.ai.shells
  2. Path: sparky!uunet!gossip.pyramid.com!decwrl!elroy.jpl.nasa.gov!aero.org!srt
  3. From: srt@aero.org (Scott R. Turner)
  4. Subject: Multiple Knowledge Bases in CLIPS?
  5. Message-ID: <srt.713810369@sun-marino>
  6. Sender: news@aero.org
  7. Organization: The Aerospace Corporation, El Segundo, CA
  8. Date: Fri, 14 Aug 1992 16:39:29 GMT
  9. Lines: 22
  10.  
  11. Is it possible to have multiple, separate knowledge bases in CLIPS?
  12. I'd like to embed several "instances" of CLIPS in an application,
  13. something like:
  14.  
  15.     Instance 1
  16.  
  17.         rules: a b c d
  18.         facts: f-1 f-2 f-3...
  19.  
  20.  
  21.     Instance 2
  22.     
  23.         rules: a' b' c' d'
  24.         facts: f-1' f-2' f-3'
  25.  
  26. and be able to "run" Instance 1, then switch over to Instance 2,
  27. assert some new facts, run there, and so on.  Is there some way to do
  28. this?
  29.  
  30.                         -- Scott T.
  31.  
  32.                         
  33.