3 SPDX-FileCopyrightText: 2025 Lady <https://www.ladys.computer/about/#lady>
4 SPDX-License-Identifier: CC0-1.0
6 <!DOCTYPE Class SYSTEM "../../DTD">
8 <label xml:lang="en">Slot</label>
9 <comment xml:lang="en">
11 A <ref target="ore:Proxy">Proxy</ref> representing a single item associated with a numeric <ref target="olo:index">index</ref>.
14 The <ref target="olo:item">item</ref> of a Slot provides the thing being it proxies.
17 The index of a Slot should be less than or equal to the <ref target="olo:length">length</ref> of its <ref target="olo:ordered_list">ordered list</ref>.
21 <SpecificResource source="(OLO)" fragment="Slot"/>
24 <resource name="Slot"/>
29 <resource name="olo:ordered_list"/>
31 <cardinality>1</cardinality>
37 <resource name="olo:index"/>
39 <cardinality>1</cardinality>
45 <resource name="olo:item"/>
47 <cardinality>1</cardinality>