From csaka@atlas.net.tr  Mon Feb 28 22:52:21 2000
Received: from atlas.net.tr ([212.64.200.32])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id WAA25839
	for <prolog@swi.psy.uva.nl>; Mon, 28 Feb 2000 22:52:16 +0100 (MET)
Received: from csaka [212.64.194.10] by atlas.net.tr
  (SMTPD32-5.05) id AF381D19014C; Mon, 28 Feb 2000 23:57:12 +0200
Message-ID: <001301bf8235$1d98e460$0ac240d4@csaka>
From: "Cuneyt SAKA" <csaka@atlas.net.tr>
To: <prolog@swi.psy.uva.nl>
Subject: My final thesis
Date: Mon, 28 Feb 2000 23:45:21 +0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0010_01BF8245.E079DBA0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.72.3110.5
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3

This is a multi-part message in MIME format.

------=_NextPart_000_0010_01BF8245.E079DBA0
Content-Type: text/plain;
	charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable


Dear Jan Wielemaker,
=20
     I've been preparing my final thesis.It is creating an interface for =
a prolog=20
program to formulate fusion reactions.There is already a prolog program
which is writen by my advisor.It is written with ALS-Prolog.My advisor =
will debug=20
this program for Swi-Prolog and i will develop an interface with XPCE.
    I've been training myself about XPCE with online manual,xpce =
documentation,
mailinglist etc. for five months.
    I will be very glad  if you help me about these.I need examples =
about XPCE=20
which is developed for basic prolog databases and complex databases..
   For example, let's suppose that we  have basic prolog database which =
calculate density
of countries in our basic database.(This example is taken from =
Programming in Prolog by=20
W.F. Cloksin and C.S.Mellish).
=20
  pop(usa,203).
  pop(india,548).
  pop(chine,800).
  pop(brazil,108).
 =20
 area(usa,3).
 area(india,1).
 area(china,4).
 area(brazil,3).
=20
density(X,Y) :-
      pop(X,P),
      area(X,A),
      Y is P/A.
=20
    Or a common complex databases's interface like howers of tanoi.. =20
    Which Xpce classes,objects do i need for creating Graphical User =
Interface with XPCE for this basic
    and complex databases.
    I need many examples about that. (from basic to complex databases.)
=20
   Thanks for your interest..
=20
  With my best regards,
  Cuneyt SAKA

------=_NextPart_000_0010_01BF8245.E079DBA0
Content-Type: text/html;
	charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=3Dtext/html;charset=3Diso-8859-9 =
http-equiv=3DContent-Type>
<META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=3D#000000 face=3DArial size=3D2>Dear Jan =
Wielemaker,</FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 face=3DArial =
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp; I've been=20
preparing my final thesis.It is creating an interface for a=20
prolog&nbsp;</FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial size=3D2>program to formulate =
fusion=20
reactions.There is already a prolog program</FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial size=3D2>which is writen by my =
advisor.It is=20
written with ALS-Prolog.My advisor will debug </FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial size=3D2>this program for =
Swi-Prolog and i=20
will develop an interface with XPCE.</FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; I've =
been training=20
myself about XPCE with online manual,xpce documentation,</FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial size=3D2>mailinglist etc. for =
five=20
months.</FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; I =
will be very=20
glad&nbsp; if you help me about these.</FONT><FONT face=3DArial =
size=3D2>I need=20
examples about XPCE </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>which is developed for basic prolog =
databases and=20
</FONT><FONT face=3DArial size=3D2>complex databases..</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp; For example, let's suppose =
that=20
we&nbsp;</FONT><FONT color=3D#000000 face=3DArial size=3D2> have basic =
prolog database=20
which calculate density</FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial size=3D2></FONT><FONT =
face=3DArial size=3D2>of=20
countries in our basic database.(This example is taken from Programming =
in=20
Prolog by </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>W.F. Cloksin and </FONT><FONT =
face=3DArial=20
size=3D2>C.S.Mellish).</FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 face=3DArial size=3D2>&nbsp; =
pop(usa,203).</FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial size=3D2>&nbsp; =
pop(india,548).</FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial size=3D2>&nbsp; =
pop(chine,800).</FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial size=3D2>&nbsp; =
pop(brazil,108).</FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial size=3D2>&nbsp; </FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial =
size=3D2>&nbsp;area(usa,3).</FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial =
size=3D2>&nbsp;area(india,1).</FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial =
size=3D2>&nbsp;area(china,4).</FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial =
size=3D2>&nbsp;area(brazil,3).</FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 face=3DArial size=3D2>density(X,Y) =
:-</FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial =
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
pop(X,P),</FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial =
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
area(X,A),</FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial =
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Y is=20
P/A.</FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; Or a =
common=20
complex databases's interface like howers of tanoi..&nbsp; </FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; =
Which Xpce=20
classes,objects do i need for creating Graphical User Interface with =
XPCE for=20
this basic</FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; and =
complex=20
databases.</FONT></DIV>
<DIV><FONT color=3D#000000 face=3DArial size=3D2></FONT><FONT =
face=3DArial=20
size=3D2>&nbsp;&nbsp;&nbsp; I need many examples about that. (from basic =
to=20
complex databases.)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp; Thanks for your=20
interest..</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp; With my best =
regards,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp; Cuneyt =
SAKA</FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_0010_01BF8245.E079DBA0--

