Donate Share

CLIPS Rule Based Programming Language

Code

Programming Languages: C, Java

License: Public Domain

Repositories

browse code, statistics, last commit on 2009-11-05 svn co https://clipsrules.svn.sourceforge.net/svnroot/clipsrules clipsrules

Show:

What's happening?

  • Workflow for an app that embed CLIPS engine

    I am writing an application that embeds the CLIPS engine. My current understanding is this (i.e. my understanding of a typical workflow): I must premempt by saying that the application I am writing is for monitoring a production process, and for "noticing" defective products. It may therefore be loosely categorised as a real time application of CLIPS. main() {...

    2009-11-10 09:15:22 UTC by morpheous90

  • Followup: RE: developing a GUI for CLIPS

    Thanks for the clarification.

    2009-11-10 07:05:06 UTC by morpheous90

  • Followup: RE: developing a GUI for CLIPS

    Your understanding is correct.

    2009-11-10 01:00:46 UTC by garyriley

  • Followup: RE: developing a GUI for CLIPS

    Another quick question. By my understanding so far, the current (default) routings are mapped to stdio and stdin. If this is the case, then this would be the steps to create an embedded application: 1. Create the CLIPS shared library (libclips.so.6.3.0 in my case) 2. write a simple CONSOLE application that embeds the CLIPS rule engine (using one of the examples in the advanced...

    2009-11-09 14:47:45 UTC by morpheous90

  • Followup: RE: developing a GUI for CLIPS

    Hi Gary, Thanks for the prompt response. Much appreciated. There is a lot of information in your response, and I have to admit that I dont understand all of what you wrote. I shall have to go back to read the documentation (especially the part on routing, possibly revist the source code again and then attempt to build the GUI. If I are encounter any problems, or things still; remain...

    2009-11-09 14:02:48 UTC by morpheous90

  • Followup: RE: developing a GUI for CLIPS

    There are different ways that you can wrap a development GUI around CLIPS, but they revolve around an internal command string maintained by CLIPS. The non-GUI command line version of CLIPS invokes the CommandLoop function which loops calling an event function that stuff characters into the command string(using ExpandCommandString). When a complete command is found, it is executed, the command...

    2009-11-09 00:44:50 UTC by garyriley

  • developing a GUI for CLIPS

    Hello all, I am thinking of developing a GUI for CLIPS (since I am embedding it in another application). I have read the advanced programming and interface documentation, but a number of things are still not clear to me. I have enumerated these issues below, and hope that someone may be able to shed some light on them: 1. How to pass commands entered at the CLI (command line interface) to...

    2009-11-08 12:10:11 UTC by morpheous90

  • CLIPS Rule Based Programming Language

    garyriley committed revision 77 to the CLIPS Rule Based Programming Language SVN repository, changing 1 files.

    2009-11-05 17:15:08 UTC by garyriley

  • CLIPS Rule Based Programming Language

    garyriley committed revision 76 to the CLIPS Rule Based Programming Language SVN repository, changing 3 files.

    2009-11-05 17:12:57 UTC by garyriley

  • Followup: RE: Duplicate an environment

    Hi Gary, I've solved this in another way: I parse the returned string up to the first opening parenthesis. :) Thanks again for your help. It works fine now. Fred.

    2009-10-12 08:24:48 UTC by fred1977

Our Numbers