Uses of Class
org.gcube.vremanagement.vremodeler.resources.Service

Packages that use Service
org.gcube.vremanagement.vremodeler.resources   
org.gcube.vremanagement.vremodeler.resources.kxml   
 

Uses of Service in org.gcube.vremanagement.vremodeler.resources
 

Methods in org.gcube.vremanagement.vremodeler.resources that return types with arguments of type Service
 java.util.List<Service> Functionality.getServices()
           
 

Method parameters in org.gcube.vremanagement.vremodeler.resources with type arguments of type Service
 void Functionality.setServices(java.util.List<Service> services)
           
 

Uses of Service in org.gcube.vremanagement.vremodeler.resources.kxml
 

Methods in org.gcube.vremanagement.vremodeler.resources.kxml that return Service
static Service KService.load(org.kxml2.io.KXmlParser parser)
           
 

Methods in org.gcube.vremanagement.vremodeler.resources.kxml with parameters of type Service
static void KService.store(Service component, org.kxml2.io.KXmlSerializer serializer)