org.gcube.data.analysis.statisticalmanager.proxies
Class StatisticalManagerDefaultFactory
java.lang.Object
org.gcube.data.analysis.statisticalmanager.proxies.StatisticalManagerDefaultFactory
- All Implemented Interfaces:
- StatisticalManagerFactory
public class StatisticalManagerDefaultFactory
- extends Object
- implements StatisticalManagerFactory
|
Constructor Summary |
StatisticalManagerDefaultFactory(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.analysis.statisticalmanager.stubs.ComputationFactoryPortType> delegate)
|
|
Method Summary |
String |
executeComputation(org.gcube.data.analysis.statisticalmanager.stubs.SMComputationRequest requestComputation)
|
org.gcube.data.analysis.statisticalmanager.stubs.SMParameters |
getAlgorithmParameters(org.gcube_system.namespaces.data.analysis.statisticalmanager.types.ComputationalAgentClass category,
String algorithm)
|
org.gcube.data.analysis.statisticalmanager.stubs.SMListGroupedAlgorithms |
getAlgorithms(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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticalManagerDefaultFactory
public StatisticalManagerDefaultFactory(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.analysis.statisticalmanager.stubs.ComputationFactoryPortType> delegate)
getAlgorithms
public org.gcube.data.analysis.statisticalmanager.stubs.SMListGroupedAlgorithms getAlgorithms(org.gcube.data.analysis.statisticalmanager.stubs.SMTypeParameter... typeParameters)
- Specified by:
getAlgorithms in interface StatisticalManagerFactory
getComputationInfo
public org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMOperationInfo getComputationInfo(String computationId,
String user)
- Specified by:
getComputationInfo in interface StatisticalManagerFactory
getAlgorithmParameters
public org.gcube.data.analysis.statisticalmanager.stubs.SMParameters getAlgorithmParameters(org.gcube_system.namespaces.data.analysis.statisticalmanager.types.ComputationalAgentClass category,
String algorithm)
- Specified by:
getAlgorithmParameters in interface StatisticalManagerFactory
getComputations
public org.gcube.data.analysis.statisticalmanager.stubs.SMComputations getComputations(String user,
org.gcube.data.analysis.statisticalmanager.stubs.SMTypeParameter... typeParameters)
- Specified by:
getComputations in interface StatisticalManagerFactory
executeComputation
public String executeComputation(org.gcube.data.analysis.statisticalmanager.stubs.SMComputationRequest requestComputation)
- Specified by:
executeComputation in interface StatisticalManagerFactory
getComputation
public org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMComputation getComputation(String computationId)
- Specified by:
getComputation in interface StatisticalManagerFactory
removeComputation
public void removeComputation(String computationId)
- Specified by:
removeComputation in interface StatisticalManagerFactory
Copyright © 2013. All Rights Reserved.