org.gcube.data.spd.plugin.fwk.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.data.spd.plugin.fwk.PropertySupport
getSupportedProperties
 

Method Detail

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 © 2013. All Rights Reserved.