grim/purple-objects-docbook

basic connection hierarchy

2009-04-30, Gary Kramlich
ea1f2d7b50f6
basic connection hierarchy
<?xml version="1.0" encoding="UTF-8"?>
<hierarchy name="Accounts 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
-->