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

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

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

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

Method parameters in org.gcube.vremanagement.vremodeler.resources with type arguments of type Functionality
 void MainFunctionality.setFunctionalities(java.util.List<Functionality> functionalities)
           
 

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

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

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