.. Licensed under the MIT License. For details on the licensing terms, see the LICENSE file. SPDX-License-Identifier: MIT Copyright 2024 (c) Fraunhofer IOSB (Author: Florian Düwel) ============ Tutorials ============ As stated before, the registry module provides three main functionalities. Registering swap assets to make assets available for process executions, unregistering assets that have been registered before to make the assets unavailable and lastly, Filter Agents to return a set of available assets to a requesting client. The Filter approach is based on resource capabilities. In the following, Tutorials for each of these approaches are provided. In addition, the code for all Tutorials is available in `Tutorials `_. .. toctree:: :maxdepth: 4 register unregister filter