grim/purple-objects-docbook

moved the connections page to figures

2009-05-03, Gary Kramlich
000ed57fa5d5
moved the connections page to figures
<?xml version="1.0" encoding="UTF-8"?>
<hierarchy>
<objects>
<object name="GObject" type="abstract"/>
<object name="GInterface" type="interface"/>
<object name="PurpleObject" type="abstract"/>
<object name="PurpleWhiteboard" type="abstract"/>
<object name="PurpleWhiteboardProtocolIface" type="interface"/>
<object name="PurpleSILCWhiteboard" type="concrete"/>
<object name="PurpleXMPPWhiteboard" type="concrete"/>
<object name="PurpleYahooWhiteboard" type="concrete"/>
</objects>
<relations>
<relation start="PurpleObject" end="GObject" type="is-a"/>
<relation start="PurpleWhiteboard" end="PurpleObject" type="is-a"/>
<relation start="PurpleWhiteboardProtocolIface" end="GInterface" type="is-a"/>
<relation start="PurpleSILCWhiteboard" end="PurpleWhiteboardProtocolIface" type="implements"/>
<relation start="PurpleSILCWhiteboard" end="PurpleWhiteboard" type="is-a"/>
<relation start="PurpleXMPPWhiteboard" end="PurpleWhiteboardProtocolIface" type="implements"/>
<relation start="PurpleXMPPWhiteboard" end="PurpleWhiteboard" type="is-a"/>
<relation start="PurpleYahooWhiteboard" end="PurpleWhiteboardProtocolIface" type="implements"/>
<relation start="PurpleYahooWhiteboard" end="PurpleWhiteboard" type="is-a"/>
</relations>
</hierarchy>
<!--
vi: syntax=xml
-->