|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MainTaxonomicRankEnum | |
---|---|
org.gcube.portlets.user.speciesdiscovery.server.stream.aggregation | |
org.gcube.portlets.user.speciesdiscovery.shared |
Uses of MainTaxonomicRankEnum in org.gcube.portlets.user.speciesdiscovery.server.stream.aggregation |
---|
Fields in org.gcube.portlets.user.speciesdiscovery.server.stream.aggregation with type parameters of type MainTaxonomicRankEnum | |
---|---|
protected EnumMap<MainTaxonomicRankEnum,HashMap<String,ClassificationModel>> |
TaxonomyClassificationAggregator.aggregations
|
static Map<String,MainTaxonomicRankEnum> |
TaxonomyClassificationAggregator.RANKS
|
Methods in org.gcube.portlets.user.speciesdiscovery.server.stream.aggregation that return types with arguments of type MainTaxonomicRankEnum | |
---|---|
EnumMap<MainTaxonomicRankEnum,HashMap<String,ClassificationModel>> |
TaxonomyClassificationAggregator.getAggregation()
|
protected EnumMap<MainTaxonomicRankEnum,TaxonomyInterface> |
TaxonomyClassificationAggregator.groupTaxonByRank(List<? extends TaxonomyInterface> listTaxonomyInteface)
|
Methods in org.gcube.portlets.user.speciesdiscovery.server.stream.aggregation with parameters of type MainTaxonomicRankEnum | |
---|---|
protected String |
TaxonomyClassificationAggregator.addTaxonToAggregation(MainTaxonomicRankEnum aggregationRank,
String taxonId,
String classificationName,
String baseTaxonId,
String baseTaxonValue,
String classificationRank)
|
protected String |
TaxonomyClassificationAggregator.addTaxonToAggregation(MainTaxonomicRankEnum aggregationRank,
TaxonomyInterface taxon,
String baseTaxonId,
String baseTaxonValue,
String classificationRank)
|
protected HashMap<String,ClassificationModel> |
TaxonomyClassificationAggregator.getAggregation(MainTaxonomicRankEnum rank)
|
protected void |
TaxonomyClassificationAggregator.setClassification(TaxonomyProvider input,
MainTaxonomicRankEnum rank,
String value)
|
Uses of MainTaxonomicRankEnum in org.gcube.portlets.user.speciesdiscovery.shared |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.shared that return MainTaxonomicRankEnum | |
---|---|
static MainTaxonomicRankEnum |
MainTaxonomicRankEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MainTaxonomicRankEnum |
MainTaxonomicRankEnum.valueOfLabel(String label)
|
static MainTaxonomicRankEnum[] |
MainTaxonomicRankEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |