org.gcube.data.analysis.statisticalmanager.proxies
Interface StatisticalManagerFactory
- All Known Implementing Classes:
- StatisticalManagerDefaultFactory
public interface StatisticalManagerFactory
|
Method Summary |
String |
executeComputation(org.gcube.data.analysis.statisticalmanager.stubs.SMComputationRequest requestComputation)
|
org.gcube.data.analysis.statisticalmanager.stubs.SMParameters |
getAlgorithmParameters(String algorithm)
|
org.gcube.data.analysis.statisticalmanager.stubs.SMListGroupedAlgorithms |
getAlgorithms(org.gcube.data.analysis.statisticalmanager.stubs.SMTypeParameter... typeParameters)
|
org.gcube.data.analysis.statisticalmanager.stubs.SMListGroupedAlgorithms |
getAlgorithmsUser(org.gcube.data.analysis.statisticalmanager.stubs.SMTypeParameter... typeParameters)
|
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMComputation |
getComputation(String computationId)
|
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMOperationInfo |
getComputationInfo(String computationId,
String user)
|
org.gcube.data.analysis.statisticalmanager.stubs.SMComputations |
getComputations(String user,
org.gcube.data.analysis.statisticalmanager.stubs.SMTypeParameter... typeParameters)
|
void |
removeComputation(String computationId)
|
String |
resubmitComputation(String computationId)
|
getAlgorithms
org.gcube.data.analysis.statisticalmanager.stubs.SMListGroupedAlgorithms getAlgorithms(org.gcube.data.analysis.statisticalmanager.stubs.SMTypeParameter... typeParameters)
getAlgorithmsUser
org.gcube.data.analysis.statisticalmanager.stubs.SMListGroupedAlgorithms getAlgorithmsUser(org.gcube.data.analysis.statisticalmanager.stubs.SMTypeParameter... typeParameters)
getAlgorithmParameters
org.gcube.data.analysis.statisticalmanager.stubs.SMParameters getAlgorithmParameters(String algorithm)
getComputationInfo
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMOperationInfo getComputationInfo(String computationId,
String user)
getComputation
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMComputation getComputation(String computationId)
removeComputation
void removeComputation(String computationId)
getComputations
org.gcube.data.analysis.statisticalmanager.stubs.SMComputations getComputations(String user,
org.gcube.data.analysis.statisticalmanager.stubs.SMTypeParameter... typeParameters)
executeComputation
String executeComputation(org.gcube.data.analysis.statisticalmanager.stubs.SMComputationRequest requestComputation)
resubmitComputation
String resubmitComputation(String computationId)
Copyright © 2013. All Rights Reserved.