public interface ComputationFactoryStub
| Modifier and Type | Method and Description |
|---|---|
String |
executeComputation(SMComputationRequest requestComputation) |
SMOutput |
getAlgorithmOutputs(String request) |
SMParameters |
getAlgorithmParameters(String request) |
SMListGroupedAlgorithms |
getAlgorithms(SMAlgorithmsRequest request) |
SMListGroupedAlgorithms |
getAlgorithmsUser(SMAlgorithmsRequest request) |
SMComputation |
getComputation(String request) |
SMComputations |
getComputations(SMComputationsRequest request) |
void |
removeComputation(String requestRemoveComputation) |
String |
resubmitComputation(String requestComputation) |
String executeComputation(SMComputationRequest requestComputation) throws RemoteException, StatisticalManagerFault
String resubmitComputation(String requestComputation) throws RemoteException, StatisticalManagerFault
SMParameters getAlgorithmParameters(String request) throws RemoteException, StatisticalManagerFault
SMOutput getAlgorithmOutputs(String request) throws RemoteException, StatisticalManagerFault
SMListGroupedAlgorithms getAlgorithms(SMAlgorithmsRequest request) throws RemoteException, StatisticalManagerFault
SMListGroupedAlgorithms getAlgorithmsUser(SMAlgorithmsRequest request) throws RemoteException, StatisticalManagerFault
SMComputations getComputations(SMComputationsRequest request) throws RemoteException, StatisticalManagerFault
SMComputation getComputation(String request) throws RemoteException, StatisticalManagerFault
void removeComputation(String requestRemoveComputation) throws RemoteException, StatisticalManagerFault
Copyright © 2017. All Rights Reserved.