home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.ai.shells
- Path: sparky!uunet!gossip.pyramid.com!decwrl!elroy.jpl.nasa.gov!aero.org!srt
- From: srt@aero.org (Scott R. Turner)
- Subject: Multiple Knowledge Bases in CLIPS?
- Message-ID: <srt.713810369@sun-marino>
- Sender: news@aero.org
- Organization: The Aerospace Corporation, El Segundo, CA
- Date: Fri, 14 Aug 1992 16:39:29 GMT
- Lines: 22
-
- Is it possible to have multiple, separate knowledge bases in CLIPS?
- I'd like to embed several "instances" of CLIPS in an application,
- something like:
-
- Instance 1
-
- rules: a b c d
- facts: f-1 f-2 f-3...
-
-
- Instance 2
-
- rules: a' b' c' d'
- facts: f-1' f-2' f-3'
-
- and be able to "run" Instance 1, then switch over to Instance 2,
- assert some new facts, run there, and so on. Is there some way to do
- this?
-
- -- Scott T.
-
-
-