Language:EN
Pages: 2
Rating : ⭐⭐⭐⭐⭐
Price: $10.99
Page 1 Preview
askvalue answervalue advise predicate uses the pre

Askvalue answervalue advise predicate uses the predefined display window

IDMS/R maintains corporate information for shared access
OLQ lets end users access corporate data easily

What industry segment?
manufactu ring

governme other

nt

ask(A,V):-
window(quest,write,A),
window([type(prompt),coord(16,10,16,70),border(white:blue), contents(white:blue)],
read, ['', Y]),
asserta(known(A,Y)),
Y = V.

menuask(Attribute,AskValue,Menu):-
length(Menu,L),
R1 = 16,
R2 is R1 + L - 1,
window(quest,write,Attribute),
window([type(menu),coord(R1,10,R2,40),border(white:blue), contents(white:blue),menu(Menu)],
read, AnswerValue),
asserta(known(Attribute,AnswerValue)),
AskValue = AnswerValue.

137

11.5 Summary

One can model a fairly complex domain relatively quickly in Prolog, using the tools available. A small semantic gap on the knowledge base and good user interface are two very important points in the prototype.

Chapter 11 - Prototyping

You are viewing 1/3rd of the document.Purchase the document to get full access instantly

Immediately available after payment
Both online and downloadable
No strings attached
How It Works
Login account
Login Your Account
Place in cart
Add to Cart
send in the money
Make payment
Document download
Download File
img

Uploaded by : Ricky Dillon

PageId: ELI821EEA6