Uses of Interface
org.gcube.resourcemanagement.model.reference.entities.resources.Software
-
-
Uses of Software in org.gcube.resourcemanagement.model.impl.entities.resources
Classes in org.gcube.resourcemanagement.model.impl.entities.resources that implement Software Modifier and Type Class Description classPluginImplclassSoftwareImpl -
Uses of Software in org.gcube.resourcemanagement.model.impl.relations.isrelatedto
Classes in org.gcube.resourcemanagement.model.impl.relations.isrelatedto with type parameters of type Software Modifier and Type Class Description classDemandsImpl<Out extends VirtualService,In extends Software>classDependsOnImpl<Out extends Software,In extends Software>classDependsOnImpl<Out extends Software,In extends Software>classEnablesImpl<Out extends Service,In extends Software>classIsConfiguredByImpl<Out extends Software,In extends ConfigurationTemplate>classIsPluginOfImpl<Out extends Plugin,In extends Software>classRequiresImpl<Out extends Software,In extends Service> -
Uses of Software in org.gcube.resourcemanagement.model.reference.entities.resources
Subinterfaces of Software in org.gcube.resourcemanagement.model.reference.entities.resources Modifier and Type Interface Description interfacePlugin -
Uses of Software in org.gcube.resourcemanagement.model.reference.relations.isrelatedto
Classes in org.gcube.resourcemanagement.model.reference.relations.isrelatedto with type parameters of type Software Modifier and Type Interface Description interfaceDemands<Out extends VirtualService,In extends Software>Demands is used to properly support to share aVirtualServicewith another context.interfaceDependsOn<Out extends Software,In extends Software>DependsOn indicates that aSoftwarerequires another one to work.interfaceDependsOn<Out extends Software,In extends Software>DependsOn indicates that aSoftwarerequires another one to work.interfaceEnables<Out extends Service,In extends Software>interfaceIsConfiguredBy<Out extends Software,In extends ConfigurationTemplate>The relation IsConfiguredBy indicates that the sourceSoftwarerequires a configuration when it is instantiated.interfaceIsPluginOf<Out extends Plugin,In extends Software>interfaceRequires<Out extends Software,In extends Service>
-