org.gcube.application.speciesmanager.stubs.pluginhelper.capabilities
Interface NamesMappingCapability
- All Superinterfaces:
- PropertySupport
public interface NamesMappingCapability
- extends PropertySupport
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.