Uses of Class
org.gcube.data.analysis.statisticalmanager.stubs.SMTypeParameter

Packages that use SMTypeParameter
org.gcube.data.analysis.statisticalmanager.stubs   
 

Uses of SMTypeParameter in org.gcube.data.analysis.statisticalmanager.stubs
 

Methods in org.gcube.data.analysis.statisticalmanager.stubs that return SMTypeParameter
 SMTypeParameter[] SMAlgorithmsRequest.getParameters()
          Gets the parameters value for this SMAlgorithmsRequest.
 SMTypeParameter[] SMComputationsRequest.getParameters()
          Gets the parameters value for this SMComputationsRequest.
 SMTypeParameter SMAlgorithmsRequest.getParameters(int i)
           
 SMTypeParameter SMComputationsRequest.getParameters(int i)
           
 SMTypeParameter SMParameter.getType()
          Gets the type value for this SMParameter.
 

Methods in org.gcube.data.analysis.statisticalmanager.stubs with parameters of type SMTypeParameter
 void SMAlgorithmsRequest.setParameters(int i, SMTypeParameter _value)
           
 void SMComputationsRequest.setParameters(int i, SMTypeParameter _value)
           
 void SMAlgorithmsRequest.setParameters(SMTypeParameter[] parameters)
          Sets the parameters value for this SMAlgorithmsRequest.
 void SMComputationsRequest.setParameters(SMTypeParameter[] parameters)
          Sets the parameters value for this SMComputationsRequest.
 void SMParameter.setType(SMTypeParameter type)
          Sets the type value for this SMParameter.
 

Constructors in org.gcube.data.analysis.statisticalmanager.stubs with parameters of type SMTypeParameter
SMAlgorithmsRequest(SMTypeParameter[] parameters)
           
SMComputationsRequest(SMTypeParameter[] parameters)
           
SMParameter(String defaultValue, String description, String name, SMTypeParameter type)
           
 



Copyright © 2012. All Rights Reserved.