public interface StatisticalManagerFactory
| Modifier and Type | Method and Description |
|---|---|
String |
executeComputation(SMComputationRequest requestComputation) |
SMOutput |
getAlgorithmOutputs(String request) |
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) |
SMListGroupedAlgorithms getAlgorithms(SMTypeParameter... typeParameters)
SMListGroupedAlgorithms getAlgorithmsUser(SMTypeParameter... typeParameters)
SMParameters getAlgorithmParameters(String algorithm)
SMOperationInfo getComputationInfo(String computationId, String user)
SMComputation getComputation(String computationId)
void removeComputation(String computationId)
SMComputations getComputations(String user, SMTypeParameter... typeParameters)
String executeComputation(SMComputationRequest requestComputation)
Copyright © 2014. All Rights Reserved.