samples/basic/tutorial/hello_1
The Basic Jig contains a goal-driven reasoning engine. That means you specify a goal and the reasoning engine uses the knowledgebase to try to find a value for that goal.
For the first sample, the name of the goal will be 'hello', and the value of the goal with be the text string "Hello". The ""s indicates a value which is a text string.
For all the tutorial samples, we recommend you put your work in a directory, something like my_kbs. You can also view the pre-built samples for each tutorial chapter in the samples directory.


We've now specified a starting goal for the system. When this knowledgebase is run, the first thing it will do is try to find a value for the fact 'hello'.
There are many types of knowledge objects that might be used to help satisfy the goal of finding a value for 'hello'. The simplest is just a constant 'fact', named 'hello', with a pre-specified value. In this case the value will be the string "Hello".

You've now developed your first knowledgebase.

The lower right panel is the answer to find the goal for 'hello', which is Hello.
The upper left panel shows the state of the consultation.
The lower left panel shows the trace of the reasoning steps that led to the result shown.
Congratulations, you've built and run your first knowledge base.
|
|
Copyright ©1995-2006 Amzi!
inc. All Rights Reserved. Privacy Policy.
Amzi!, KnowledgeWright and WebLS are registered
trademarks and Adventure in Prolog, Logic Server, Logic Explorer, Adventure
in Prolog and Subscription Plus are trademarks of Amzi! inc.