public class StatisticalManagerDefaultFactory extends Object implements StatisticalManagerFactory
| Constructor and Description |
|---|
StatisticalManagerDefaultFactory(org.gcube.common.clients.delegates.ProxyDelegate<ComputationFactoryStub> delegate) |
| Modifier and Type | Method and Description |
|---|---|
String |
executeComputation(SMComputationRequest requestComputation) |
SMOutput |
getAlgorithmOutputs(String algorithm) |
SMParameters |
getAlgorithmParameters(String algorithm) |
SMListGroupedAlgorithms |
getAlgorithms(SMTypeParameter... typeParameters) |
SMListGroupedAlgorithms |
getAlgorithmsUser(SMTypeParameter... typeParameters) |
SMComputation |
getComputation(String computationId) |
SMOperationInfo |
getComputationInfo(String computationId,
String user) |
SMComputations |
getComputations(String user,
SMTypeParameter... typeParameters) |
void |
removeComputation(String computationId) |
String |
resubmitComputation(String computationId) |
public StatisticalManagerDefaultFactory(org.gcube.common.clients.delegates.ProxyDelegate<ComputationFactoryStub> delegate)
public SMListGroupedAlgorithms getAlgorithms(SMTypeParameter... typeParameters)
getAlgorithms in interface StatisticalManagerFactorypublic SMOperationInfo getComputationInfo(String computationId, String user)
getComputationInfo in interface StatisticalManagerFactorypublic SMOutput getAlgorithmOutputs(String algorithm)
getAlgorithmOutputs in interface StatisticalManagerFactorypublic SMParameters getAlgorithmParameters(String algorithm)
getAlgorithmParameters in interface StatisticalManagerFactorypublic SMComputations getComputations(String user, SMTypeParameter... typeParameters)
getComputations in interface StatisticalManagerFactorypublic String executeComputation(SMComputationRequest requestComputation)
executeComputation in interface StatisticalManagerFactorypublic SMComputation getComputation(String computationId)
getComputation in interface StatisticalManagerFactorypublic void removeComputation(String computationId)
removeComputation in interface StatisticalManagerFactorypublic SMListGroupedAlgorithms getAlgorithmsUser(SMTypeParameter... typeParameters)
getAlgorithmsUser in interface StatisticalManagerFactorypublic String resubmitComputation(String computationId)
resubmitComputation in interface StatisticalManagerFactoryCopyright © 2014. All Rights Reserved.