| Modifier and Type | Class and Description |
|---|---|
class |
PluginImpl |
class |
SoftwareImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
DemandsImpl<Out extends VirtualService,In extends Software> |
class |
DependsOnImpl<Out extends Software,In extends Software> |
class |
DependsOnImpl<Out extends Software,In extends Software> |
class |
EnablesImpl<Out extends Service,In extends Software> |
class |
IsConfiguredByImpl<Out extends Software,In extends ConfigurationTemplate> |
class |
IsPluginOfImpl<Out extends Plugin,In extends Software> |
class |
RequiresImpl<Out extends Software,In extends Service> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Plugin
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Demands<Out extends VirtualService,In extends Software>
Demands is used to properly support to share a
VirtualService
with another context. |
interface |
DependsOn<Out extends Software,In extends Software>
DependsOn indicates that a
Software requires another one to work. |
interface |
DependsOn<Out extends Software,In extends Software>
DependsOn indicates that a
Software requires another one to work. |
interface |
Enables<Out extends Service,In extends Software>
|
interface |
IsConfiguredBy<Out extends Software,In extends ConfigurationTemplate>
The relation IsConfiguredBy indicates that the source
Software
requires a configuration when it is instantiated. |
interface |
IsPluginOf<Out extends Plugin,In extends Software>
|
interface |
Requires<Out extends Software,In extends Service>
|
Copyright © 2022. All Rights Reserved.