| Package | Description |
|---|---|
| org.gcube.data.analysis.statisticalmanager.experimentspace | |
| org.gcube.data.analysis.statisticalmanager.persistence.algorithms |
| Modifier and Type | Method and Description |
|---|---|
static AlgorithmCategory |
AlgorithmCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmCategory[] |
AlgorithmCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AlgorithmCategory |
AlgorithmDescriptor.getCategory() |
AlgorithmCategory |
AlgorithmCategoryDescriptor.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
static Map<AlgorithmCategory,AlgorithmCategoryDescriptor> |
AlgorithmManager.getAvailableAlgorithms(org.gcube.data.analysis.statisticalmanager.stubs.SMTypeParameter[] toFilterBy)
Filters installed by scope presence and by passed parameters if any
|
static Map<AlgorithmCategory,AlgorithmCategoryDescriptor> |
AlgorithmManager.getInstalledAlgorithms() |
static Map<AlgorithmCategory,Set<AlgorithmDescriptor>> |
AlgorithmManager.publishMissingAlgorithms() |
| Modifier and Type | Method and Description |
|---|---|
void |
AlgorithmDescriptor.setCategory(AlgorithmCategory category) |
| Modifier and Type | Method and Description |
|---|---|
static org.gcube.data.analysis.statisticalmanager.stubs.SMListGroupedAlgorithms |
AlgorithmManager.asGroup(Map<AlgorithmCategory,AlgorithmCategoryDescriptor> toGroupAlgorithms) |
static org.gcube.data.analysis.statisticalmanager.stubs.SMListGroupedAlgorithms |
AlgorithmManager.groupByUserPerspective(Map<AlgorithmCategory,AlgorithmCategoryDescriptor> toGroupAlgorithms) |
| Constructor and Description |
|---|
AlgorithmCategoryDescriptor(AlgorithmCategory category,
Collection<AlgorithmDescriptor> algorithms) |
AlgorithmDescriptor(String name,
AlgorithmCategory category) |
AlgorithmDescriptor(String name,
AlgorithmCategory category,
List<org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType> parameters,
String description,
org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType output) |
Copyright © 2016. All Rights Reserved.