| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationImpl |
class |
ConfigurationTemplateImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
IsConfiguredByImpl<Out extends Software,In extends ConfigurationTemplate> |
class |
IsCustomizedByImpl<Out extends Service,In extends ConfigurationTemplate> |
class |
IsDerivationOfImpl<Out extends Configuration,In extends ConfigurationTemplate> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Configuration
Configuration is a specialisation of
ConfigurationTemplate
and is an instance of a configuration template characterising
the behaviour and shape of the resource it is attached to. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsConfiguredBy<Out extends Software,In extends ConfigurationTemplate>
The relation IsConfiguredBy indicates that the source
Software
requires a configuration when it is instantiated. |
interface |
IsCustomizedBy<Out extends Service,In extends ConfigurationTemplate>
IsCustomizedBy evidences that any
Service can be customised by a ConfigurationTemplate. |
interface |
IsDerivationOf<Out extends Configuration,In extends ConfigurationTemplate>
IsDerivationOf indicate that the source
Configuration is an instantiation of
the target ConfigurationTemplate. |
Copyright © 2022. All Rights Reserved.