| Interface | Description |
|---|---|
| Activates<Out extends Service,In extends Service> | |
| BelongsTo<Out extends Person,In extends LegalBody> | |
| CallsFor<Out extends Service,In extends Service> | |
| Demands<Out extends VirtualService,In extends Software> |
Demands is used to properly support to share a
VirtualService
with another context. |
| DependsOn<Out extends Software,In extends Software> |
DependsOn indicates that a
Software requires another one to work. |
| Discovers<Out extends EService,In extends EService> | |
| Enables<Out extends Service,In extends Software> | |
| Hosts<Out extends Site,In extends Service> | |
| Involves<Out extends Dataset,In extends Actor> | |
| IsCompliantWith<Out extends Dataset,In extends Schema> | |
| IsConfiguredBy<Out extends Software,In extends ConfigurationTemplate> |
The relation IsConfiguredBy indicates that the source
Software
requires a configuration when it is instantiated. |
| IsCorrelatedTo<Out extends Dataset,In extends Dataset> |
IsCorrelatedTo relates a
Dataset to another. |
| IsCustomizedBy<Out extends Service,In extends ConfigurationTemplate> |
IsCustomizedBy evidences that any
Service can be customised by a ConfigurationTemplate. |
| IsDerivationOf<Out extends Configuration,In extends ConfigurationTemplate> |
IsDerivationOf indicate that the source
Configuration is an instantiation of
the target ConfigurationTemplate. |
| IsOwnedBy<Out extends Site,In extends Actor> | |
| IsPartOf<Out extends ConcreteDataset,In extends Dataset> |
IsPartOf is used when a
ConcreteDataset is part of a Dataset. |
| IsPluginOf<Out extends Plugin,In extends Software> | |
| Manages<Out extends Service,In extends Dataset> | |
| Requires<Out extends Software,In extends Service> | |
| Uses<Out extends EService,In extends EService> |
Uses relation inform regarding the network invocation of the target
EService by the source. |
Copyright © 2022. All Rights Reserved.