| Package | Description |
|---|---|
| org.gcube.data.analysis.statisticalmanager | |
| org.gcube.data.analysis.statisticalmanager.stubs |
| Modifier and Type | Method and Description |
|---|---|
SMTypeParameter |
SMOutput.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SMOutput.setType(SMTypeParameter type) |
| Constructor and Description |
|---|
SMOutput(SMTypeParameter type,
String content) |
| Modifier and Type | Method and Description |
|---|---|
SMTypeParameter[] |
SMComputationsRequest.getParameters()
Gets the parameters value for this SMComputationsRequest.
|
SMTypeParameter[] |
SMAlgorithmsRequest.getParameters()
Gets the parameters value for this SMAlgorithmsRequest.
|
SMTypeParameter |
SMComputationsRequest.getParameters(int i) |
SMTypeParameter |
SMAlgorithmsRequest.getParameters(int i) |
SMTypeParameter |
SMParameter.getType()
Gets the type value for this SMParameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SMComputationsRequest.setParameters(int i,
SMTypeParameter _value) |
void |
SMAlgorithmsRequest.setParameters(int i,
SMTypeParameter _value) |
void |
SMComputationsRequest.setParameters(SMTypeParameter[] parameters)
Sets the parameters value for this SMComputationsRequest.
|
void |
SMAlgorithmsRequest.setParameters(SMTypeParameter[] parameters)
Sets the parameters value for this SMAlgorithmsRequest.
|
void |
SMParameter.setType(SMTypeParameter type)
Sets the type value for this SMParameter.
|
| Constructor and Description |
|---|
SMAlgorithmsRequest(SMTypeParameter[] parameters) |
SMComputationsRequest(SMTypeParameter[] parameters) |
SMParameter(String defaultValue,
String description,
String name,
SMTypeParameter type) |
Copyright © 2014. All Rights Reserved.