org.gcube.data.spd.wormsplugin.capabilities
Class ClassificationCapabilityImpl
java.lang.Object
org.gcube.data.spd.wormsplugin.capabilities.ClassificationCapabilityImpl
- All Implemented Interfaces:
- org.gcube.data.spd.stubs.pluginhelper.capabilities.ClassificationCapability, org.gcube.data.spd.stubs.pluginhelper.PropertySupport
public class ClassificationCapabilityImpl
- extends Object
- implements org.gcube.data.spd.stubs.pluginhelper.capabilities.ClassificationCapability
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassificationCapabilityImpl
public ClassificationCapabilityImpl()
getSupportedProperties
public Set<org.gcube.data.spd.stubs.pluginhelper.Properties> getSupportedProperties()
- Specified by:
getSupportedProperties in interface org.gcube.data.spd.stubs.pluginhelper.PropertySupport
retrieveTaxonChildsByTaxonId
public List<org.gcube.data.spd.stubs.model.Taxon> retrieveTaxonChildsByTaxonId(String id)
- Specified by:
retrieveTaxonChildsByTaxonId in interface org.gcube.data.spd.stubs.pluginhelper.capabilities.ClassificationCapability
retrieveTaxaByCommonName
public void retrieveTaxaByCommonName(org.gcube.data.spd.stubs.pluginhelper.writers.ObjectWriter<org.gcube.data.spd.stubs.model.Taxon> writer,
String commonName)
- Specified by:
retrieveTaxaByCommonName in interface org.gcube.data.spd.stubs.pluginhelper.capabilities.ClassificationCapability
retrieveTaxaByScientificName
public void retrieveTaxaByScientificName(org.gcube.data.spd.stubs.pluginhelper.writers.ObjectWriter<org.gcube.data.spd.stubs.model.Taxon> writer,
String scientificName)
- Specified by:
retrieveTaxaByScientificName in interface org.gcube.data.spd.stubs.pluginhelper.capabilities.ClassificationCapability
retrieveTaxa
public void retrieveTaxa(org.gcube.data.spd.stubs.pluginhelper.writers.ObjectWriter<org.gcube.data.spd.stubs.model.Taxon> writer,
String word,
String type)
Copyright © 2012. All Rights Reserved.