2023-11-26 23:31:32 -05:00

88 lines
3.8 KiB
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<!--
//
// StringComponent.xml - XML definition for the Mocha `String Component` system class instance
//
// Author:
// Michael Becker <alcexhim@gmail.com>
//
// Copyright (c) 2020 Mike Becker's Software
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<mocha xmlns="urn:net.alcetech.schemas.Mocha">
<libraries>
<library id="{2826E41F-763A-413F-B239-3D9698AB629F}">
<instances>
<instance id="&IDR_String_Component__has_source__Method;" classInstanceId="&IDC_Relationship;">
<!-- Relationship: String Component.has source Method -->
<attributeValues>
<attributeValue attributeInstanceId="{71106B12-1934-4834-B0F6-D894637BAEED}" value="has source" />
<attributeValue attributeInstanceId="&IDA_Singular;" value="true" />
</attributeValues>
<relationships>
<relationship relationshipInstanceId="{7FB5D234-042E-45CB-B11D-AD72F8D45BD3}">
<!-- .has source Class -->
<targetInstances>
<instanceReference instanceId="&IDC_StringComponent;" />
</targetInstances>
</relationship>
<relationship relationshipInstanceId="{F220F1C2-0499-4E87-A32E-BDBF80C1F8A4}">
<!-- .has destination Class -->
<targetInstances>
<instanceReference instanceId="&IDC_Method;" />
</targetInstances>
</relationship>
<relationship relationshipInstanceId="&IDR_Relationship__has_sibling__Relationship;">
<!-- .has sibling Relationship -->
<targetInstances>
<!-- TODO: BE VERY CAREFUL to make sure this doesn't result in an infinite loop while autogenerating sibling relationships -->
<instanceReference instanceId="{558ffe83-8870-40ed-b16f-56bf3aa7f6a4}" />
</targetInstances>
</relationship>
</relationships>
</instance>
<instance id="{558ffe83-8870-40ed-b16f-56bf3aa7f6a4}" classInstanceId="&IDC_Relationship;">
<!-- Relationship: Method.source for String Component -->
<attributeValues>
<attributeValue attributeInstanceId="{71106B12-1934-4834-B0F6-D894637BAEED}" value="source for" />
<attributeValue attributeInstanceId="&IDA_Singular;" value="true" />
</attributeValues>
<relationships>
<relationship relationshipInstanceId="{7FB5D234-042E-45CB-B11D-AD72F8D45BD3}">
<!-- .has source Class -->
<targetInstances>
<instanceReference instanceId="&IDC_Method;" />
</targetInstances>
</relationship>
<relationship relationshipInstanceId="{F220F1C2-0499-4E87-A32E-BDBF80C1F8A4}">
<!-- .has destination Class -->
<targetInstances>
<instanceReference instanceId="&IDC_StringComponent;" />
</targetInstances>
</relationship>
<relationship relationshipInstanceId="&IDR_Relationship__has_sibling__Relationship;">
<!-- .has sibling Relationship -->
<targetInstances>
<!-- TODO: BE VERY CAREFUL to make sure this doesn't result in an infinite loop while autogenerating sibling relationships -->
<instanceReference instanceId="&IDR_String_Component__has_source__Method;" />
</targetInstances>
</relationship>
</relationships>
</instance>
</instances>
</library>
</libraries>
</mocha>