Uses of Class
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.ComputationalAgentClass

Packages that use ComputationalAgentClass
org.gcube_system.namespaces.data.analysis.statisticalmanager.types   
 

Uses of ComputationalAgentClass in org.gcube_system.namespaces.data.analysis.statisticalmanager.types
 

Fields in org.gcube_system.namespaces.data.analysis.statisticalmanager.types declared as ComputationalAgentClass
static ComputationalAgentClass ComputationalAgentClass.CLUSTERERS
           
static ComputationalAgentClass ComputationalAgentClass.DISTRIBUTIONS
           
static ComputationalAgentClass ComputationalAgentClass.EVALUATORS
           
static ComputationalAgentClass ComputationalAgentClass.MODELS
           
static ComputationalAgentClass ComputationalAgentClass.TRANSDUCERERS
           
 

Methods in org.gcube_system.namespaces.data.analysis.statisticalmanager.types that return ComputationalAgentClass
static ComputationalAgentClass ComputationalAgentClass.fromString(String value)
           
static ComputationalAgentClass ComputationalAgentClass.fromValue(String value)
           
 ComputationalAgentClass SMComputation.getCategory()
          Gets the category value for this SMComputation.
 ComputationalAgentClass Feature.getCategory()
          Gets the category value for this Feature.
 

Methods in org.gcube_system.namespaces.data.analysis.statisticalmanager.types with parameters of type ComputationalAgentClass
 void SMComputation.setCategory(ComputationalAgentClass category)
          Sets the category value for this SMComputation.
 void Feature.setCategory(ComputationalAgentClass category)
          Sets the category value for this Feature.
 

Constructors in org.gcube_system.namespaces.data.analysis.statisticalmanager.types with parameters of type ComputationalAgentClass
Feature(Algorithm[] algorithms, ComputationalAgentClass category)
           
SMComputation(String algorithm, ComputationalAgentClass category, String description)
           
 



Copyright © 2012. All Rights Reserved.