2002-08-01 00:34:42 +01:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
|
|
<?xml-stylesheet type="text/css" href="../../styles.css" ?>
|
2001-06-06 21:07:01 +01:00
|
|
|
|
2002-08-01 00:34:42 +01:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
2001-06-06 21:07:01 +01:00
|
|
|
|
|
|
|
<head>
|
|
|
|
<title>object/1-4</title>
|
2002-08-01 00:34:42 +01:00
|
|
|
<link rel="stylesheet" href="../../styles.css" type="text/css">
|
2001-06-06 21:07:01 +01:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<hr />
|
|
|
|
<h2><code><a class="back" title="Return to index" href="../index.html#object1_4">object/1-4</a></code></h2>
|
|
|
|
<hr />
|
|
|
|
|
|
|
|
<h4>Description</h4>
|
|
|
|
|
|
|
|
<blockquote>
|
|
|
|
<p>
|
|
|
|
<em>Stand-alone objects</em>
|
|
|
|
</p>
|
|
|
|
<pre>
|
|
|
|
object(Object)
|
|
|
|
|
|
|
|
object(Object,
|
|
|
|
implements(Protocols))
|
|
|
|
|
|
|
|
object(Object,
|
|
|
|
imports(Categories))
|
|
|
|
|
|
|
|
object(Object,
|
|
|
|
implements(Protocols),
|
|
|
|
imports(Categories))
|
|
|
|
</pre>
|
|
|
|
<p>
|
|
|
|
<em>Prototypes</em>
|
|
|
|
</p>
|
|
|
|
<pre>
|
|
|
|
object(Object,
|
|
|
|
extends(Objects))
|
|
|
|
|
|
|
|
object(Object,
|
|
|
|
implements(Protocols),
|
|
|
|
extends(Objects))
|
|
|
|
|
|
|
|
object(Object,
|
|
|
|
imports(Categories),
|
|
|
|
extends(Objects))
|
|
|
|
|
|
|
|
object(Object,
|
|
|
|
implements(Protocols),
|
|
|
|
imports(Categories),
|
|
|
|
extends(Objects))
|
|
|
|
</pre>
|
|
|
|
<p>
|
|
|
|
<em>Instances</em>
|
|
|
|
</p>
|
|
|
|
<pre>
|
|
|
|
object(Object,
|
|
|
|
instantiates(Classes))
|
|
|
|
|
|
|
|
object(Object,
|
|
|
|
implements(Protocols),
|
|
|
|
instantiates(Classes))
|
|
|
|
|
|
|
|
object(Object,
|
|
|
|
imports(Categories),
|
|
|
|
instantiates(Classes))
|
|
|
|
|
|
|
|
object(Object,
|
|
|
|
implements(Protocols),
|
|
|
|
imports(Categories),
|
|
|
|
instantiates(Classes))
|
|
|
|
</pre>
|
|
|
|
<p>
|
|
|
|
<em>Classes</em>
|
|
|
|
</p>
|
|
|
|
<pre>
|
|
|
|
object(Object,
|
|
|
|
specializes(Classes))
|
|
|
|
|
|
|
|
object(Object,
|
|
|
|
implements(Protocols),
|
|
|
|
specializes(Classes))
|
|
|
|
|
|
|
|
object(Object,
|
|
|
|
imports(Categories),
|
|
|
|
specializes(Classes))
|
|
|
|
|
|
|
|
object(Object,
|
|
|
|
implements(Protocols),
|
|
|
|
imports(Categories),
|
|
|
|
specializes(Classes))
|
|
|
|
</pre>
|
|
|
|
<p>
|
|
|
|
<em>Metaclasses</em>
|
|
|
|
</p>
|
|
|
|
<pre>
|
|
|
|
object(Object,
|
|
|
|
instantiates(Classes),
|
|
|
|
specializes(Classes))
|
|
|
|
|
|
|
|
object(Object,
|
|
|
|
implements(Protocols),
|
|
|
|
instantiates(Classes),
|
|
|
|
specializes(Classes))
|
|
|
|
|
|
|
|
object(Object,
|
|
|
|
imports(Categories),
|
|
|
|
instantiates(Classes),
|
|
|
|
specializes(Classes))
|
|
|
|
|
|
|
|
object(Object,
|
|
|
|
implements(Protocols),
|
|
|
|
imports(Categories),
|
|
|
|
instantiates(Classes),
|
|
|
|
specializes(Classes))
|
|
|
|
</pre>
|
|
|
|
<p>
|
|
|
|
Starting object directive.
|
|
|
|
</p>
|
|
|
|
</blockquote>
|
|
|
|
|
|
|
|
<h4>Template and modes</h4>
|
|
|
|
|
|
|
|
<blockquote>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<em>Stand-alone objects</em>
|
|
|
|
</p>
|
|
|
|
<pre>
|
|
|
|
object(+object_identifier)
|
|
|
|
|
|
|
|
object(+object_identifier,
|
|
|
|
implements(+implemented_protocols))
|
|
|
|
|
|
|
|
object(+object_identifier,
|
|
|
|
imports(+imported_categories))
|
|
|
|
|
|
|
|
object(+object_identifier,
|
|
|
|
implements(+implemented_protocols),
|
|
|
|
imports(+imported_categories))
|
|
|
|
</pre>
|
|
|
|
<p>
|
|
|
|
<em>Prototypes</em>
|
|
|
|
</p>
|
|
|
|
<pre>
|
|
|
|
object(+object_identifier,
|
|
|
|
extends(+extended_objects))
|
|
|
|
|
|
|
|
object(+object_identifier,
|
|
|
|
implements(+implemented_protocols),
|
|
|
|
extends(+extended_objects))
|
|
|
|
|
|
|
|
object(+object_identifier,
|
|
|
|
imports(+imported_categories),
|
|
|
|
extends(+extended_objects))
|
|
|
|
|
|
|
|
object(+object_identifier,
|
|
|
|
implements(+implemented_protocols),
|
|
|
|
imports(+imported_categories),
|
|
|
|
extends(+extended_objects))
|
|
|
|
</pre>
|
|
|
|
<p>
|
|
|
|
<em>Instances</em>
|
|
|
|
</p>
|
|
|
|
<pre>
|
|
|
|
object(+object_identifier,
|
|
|
|
instantiates(+instantiated_objects))
|
|
|
|
|
|
|
|
object(+object_identifier,
|
|
|
|
implements(+implemented_protocols),
|
|
|
|
instantiates(+instantiated_objects))
|
|
|
|
|
|
|
|
object(+object_identifier,
|
|
|
|
imports(+imported_categories),
|
|
|
|
instantiates(+instantiated_objects))
|
|
|
|
|
|
|
|
object(+object_identifier,
|
|
|
|
implements(+implemented_protocols),
|
|
|
|
imports(+imported_categories),
|
|
|
|
instantiates(+instantiated_objects))
|
|
|
|
</pre>
|
|
|
|
<p>
|
|
|
|
<em>Classes</em>
|
|
|
|
</p>
|
|
|
|
<pre>
|
|
|
|
object(+object_identifier,
|
|
|
|
specializes(+specialized_objects))
|
|
|
|
|
|
|
|
object(+object_identifier,
|
|
|
|
implements(+implemented_protocols),
|
|
|
|
specializes(+specialized_objects))
|
|
|
|
|
|
|
|
object(+object_identifier,
|
|
|
|
imports(+imported_categories),
|
|
|
|
specializes(+specialized_objects))
|
|
|
|
|
|
|
|
object(+object_identifier,
|
|
|
|
implements(+implemented_protocols),
|
|
|
|
imports(+imported_categories),
|
|
|
|
specializes(+specialized_objects))
|
|
|
|
</pre>
|
|
|
|
<p>
|
|
|
|
<em>Metaclasses</em>
|
|
|
|
</p>
|
|
|
|
<pre>
|
|
|
|
object(+object_identifier,
|
|
|
|
instantiates(+instantiated_objects),
|
|
|
|
specializes(+specialized_objects))
|
|
|
|
|
|
|
|
object(+object_identifier,
|
|
|
|
implements(+implemented_protocols),
|
|
|
|
instantiates(+instantiated_objects),
|
|
|
|
specializes(+specialized_objects))
|
|
|
|
|
|
|
|
object(+object_identifier,
|
|
|
|
imports(+imported_categories),
|
|
|
|
instantiates(+instantiated_objects),
|
|
|
|
specializes(+specialized_objects))
|
|
|
|
|
|
|
|
object(+object_identifier,
|
|
|
|
implements(+implemented_protocols),
|
|
|
|
imports(+imported_categories),
|
|
|
|
instantiates(+instantiated_objects),
|
|
|
|
specializes(+specialized_objects))
|
|
|
|
</pre>
|
|
|
|
</blockquote>
|
|
|
|
|
|
|
|
|
|
|
|
<h4>Examples</h4>
|
|
|
|
|
|
|
|
<blockquote>
|
|
|
|
<pre>
|
|
|
|
:- object(list).
|
|
|
|
|
|
|
|
:- object(list,
|
|
|
|
implements(listp)).
|
|
|
|
|
|
|
|
:- object(list,
|
|
|
|
extends(compound)).
|
|
|
|
|
|
|
|
:- object(list,
|
|
|
|
implements(listp),
|
|
|
|
extends(compound)).
|
|
|
|
|
|
|
|
:- object(object,
|
|
|
|
imports(initialization),
|
|
|
|
instantiates(class)).
|
|
|
|
|
|
|
|
:- object(abstract_class,
|
|
|
|
instantiates(class),
|
|
|
|
specializes(object)).
|
|
|
|
|
|
|
|
:- object(agent,
|
|
|
|
imports(private::attributes)).
|
|
|
|
</pre>
|
|
|
|
</blockquote>
|
|
|
|
|
|
|
|
<hr />
|
|
|
|
<p class="center">
|
|
|
|
<strong><a href="initialization1.html">Previous</a> | <a href="protocol1_2.html">Next</a> | <a href="../index.html">Table of Contents</a> | <a href="../../bibliography.html">Bibliography</a> | <a href="../../glossary.html">Glossary</a></strong>
|
|
|
|
</p>
|
|
|
|
<p class="center">
|
2002-08-01 00:34:42 +01:00
|
|
|
Last updated on: July 29, 2002
|
2001-06-06 21:07:01 +01:00
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|