
<p>
Description for class <b>Object</b>:
<blockquote>

		Summary: the top level object class. <P> The Object class is the root class.  All classes used in breve have Object as an ancestor.  The object class implements some basic  services that all classes will have access to. <p> Subclassing Object directly is rare.  The classes Real and  Abstract are logical separations of the Object class containing  "real" objects (which correspond to a physical entity in the simulated  world) and "abstract" objects which are generally used for computation  or control of the real objects.  You should consider subclassing   one of these classes instead.
	
</blockquote>
</p>
<p>
Inherits from <b>object</b>
</p>
<p>
Full API documentation for the class <b>Object</b>:
<ul>
<li><a href="/documentation/steveclasses/Object.html">steve language documentation</a></li>
<li><a href="/documentation/pythonclasses/Object.html">Python language documentation</a></li>
</ul>
</p>
