| Modifier and Type | Method and Description |
|---|---|
Operator |
StartComputationExecutionRequestEvent.getOp() |
Operator |
ComputationReadyEvent.getOperator() |
| Constructor and Description |
|---|
ComputationReadyEvent(Operator operator) |
StartComputationExecutionRequestEvent(Operator op,
int computationStatusPanelIndex) |
| Modifier and Type | Method and Description |
|---|---|
Operator |
OperatorPanel.getOperator() |
Operator |
ComputationParametersPanel.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComputationPanel.addOperator(Operator operator) |
void |
WorkflowPanel.addOperator(Operator op) |
void |
ExperimentPanel.addOperator(OperatorPanel operatorPanel,
Operator operator) |
void |
OperatorsPanelHandler.addOperator(OperatorPanel operatorPanel,
Operator operator) |
void |
OperatorCategoryPanel.setOperatorDefault(Operator operatorDefault) |
void |
ComputationExecutionPanel.startNewComputation(Operator operator) |
| Constructor and Description |
|---|
ComputationParametersPanel(Operator operator) |
OperatorPanel(Operator operator,
OperatorsPanelHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
DataMinerPortletService.getParameters(Operator operator) |
void |
DataMinerPortletServiceAsync.getParameters(Operator operator,
com.google.gwt.user.client.rpc.AsyncCallback<List<Parameter>> callback) |
ComputationId |
DataMinerPortletService.startComputation(Operator op) |
void |
DataMinerPortletServiceAsync.startComputation(Operator op,
com.google.gwt.user.client.rpc.AsyncCallback<ComputationId> asyncCallback) |
| Modifier and Type | Method and Description |
|---|---|
static Operator |
DescriptionRepository.getOperator(Operator operator) |
| Modifier and Type | Method and Description |
|---|---|
static Operator |
DescriptionRepository.getOperator(Operator operator) |
List<Parameter> |
DataMinerManagerServiceImpl.getParameters(Operator operator) |
ComputationId |
DataMinerManagerServiceImpl.startComputation(Operator operator) |
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
SClient4WPS.getInputParameters(Operator operator) |
abstract List<Parameter> |
SClient.getInputParameters(Operator operator) |
ComputationId |
SClient4WPS.startComputation(Operator operator) |
abstract ComputationId |
SClient.startComputation(Operator operator) |
| Modifier and Type | Method and Description |
|---|---|
Operator |
Operator.clone() |
Operator |
OperatorsClassification.getOperatorById(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<Operator> |
OperatorsClassification.getOperators() |
List<Operator> |
OperatorCategory.getOperators() |
| Modifier and Type | Method and Description |
|---|---|
void |
OperatorCategory.addOperator(Operator operator) |
int |
Operator.compareTo(Operator o) |
| Modifier and Type | Method and Description |
|---|---|
void |
OperatorsClassification.setOperators(List<Operator> operators) |
void |
OperatorCategory.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 © 2017. All Rights Reserved.