org.gcube.application.speciesmanager.stubs.pluginhelper.capabilities
Interface NamesMappingCapability

All Superinterfaces:
PropertySupport

public interface NamesMappingCapability
extends PropertySupport


Method Summary
 Set<String> commonNameToScientificNamesMapping(String commonName)
          this method returns a set of scientific names related to the common name passed as input
 Set<String> scientificNameToCommonNamesMapping(String scientificName)
          this method returns a set of common names related to the scientific name passed as input
 
Methods inherited from interface org.gcube.application.speciesmanager.stubs.pluginhelper.PropertySupport
getSupportedProperties
 

Method Detail

scientificNameToCommonNamesMapping

Set<String> scientificNameToCommonNamesMapping(String scientificName)
                                               throws Exception
this method returns a set of common names related to the scientific name passed as input

Parameters:
scientificName - to Map
Returns:
a set of commonNames
Throws:
Exception

commonNameToScientificNamesMapping

Set<String> commonNameToScientificNamesMapping(String commonName)
                                               throws Exception
this method returns a set of scientific names related to the common name passed as input

Parameters:
commonName - to Map
Returns:
a set of scientificNames
Throws:
Exception


Copyright © 2012. All Rights Reserved.