| Package | Description |
|---|---|
| org.gcube.data.analysis.dataminermanagercl.server.dmservice | |
| org.gcube.data.analysis.dataminermanagercl.shared.process |
| Modifier and Type | Method and Description |
|---|---|
Operator |
SClient4WPS.getOperatorById(String id) |
abstract Operator |
SClient.getOperatorById(String id)
Retrieve the operator by id
|
Operator |
SClient4WPS.getOperatorById(String id,
boolean refresh) |
abstract Operator |
SClient.getOperatorById(String id,
boolean refresh) |
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
SClient4WPS.getInputParameters(Operator operator) |
abstract List<Parameter> |
SClient.getInputParameters(Operator operator)
Get input paramters of the operator
|
List<Parameter> |
SClient4WPS.getOutputParameters(Operator operator) |
abstract List<Parameter> |
SClient.getOutputParameters(Operator operator)
Get output paramters of the operator
|
ComputationId |
SClient4WPS.startComputation(Operator operator) |
abstract ComputationId |
SClient.startComputation(Operator operator)
Start Computation
|
| Modifier and Type | Method and Description |
|---|---|
Operator |
Operator.clone() |
Operator |
OperatorsClassification.getOperatorById(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<Operator> |
OperatorCategory.getOperators() |
List<Operator> |
OperatorsClassification.getOperators() |
| Modifier and Type | Method and Description |
|---|---|
void |
OperatorCategory.addOperator(Operator operator) |
int |
Operator.compareTo(Operator o) |
| Modifier and Type | Method and Description |
|---|---|
void |
OperatorCategory.setOperators(List<Operator> operators) |
void |
OperatorsClassification.setOperators(List<Operator> operators) |
| Constructor and Description |
|---|
OperatorCategory(String id,
String briefDescription,
String description,
List<Operator> operators) |
OperatorCategory(String id,
String name,
String briefDescription,
String description,
List<Operator> operators) |
OperatorsClassification(String name,
List<OperatorCategory> operatorCategories,
List<Operator> operators) |
Copyright © 2021. All Rights Reserved.