org.gcube.data.spd.plugin.fwk.capabilities
Interface NamesMappingCapability
- All Superinterfaces:
- PropertySupport
public interface NamesMappingCapability
- extends PropertySupport
scientificNameToCommonNamesMapping
Set<String> scientificNameToCommonNamesMapping(String scientificName)
throws ExternalRepositoryException
- 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
ExternalRepositoryException
commonNameToScientificNamesMapping
Set<String> commonNameToScientificNamesMapping(String commonName)
throws ExternalRepositoryException
- 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
ExternalRepositoryException
Copyright © 2012. All Rights Reserved.