Tabnine Logo
Taxon$Builder.withScientificName
Code IndexAdd Tabnine to your IDE (free)

How to use
withScientificName
method
in
it.tidalwave.bluebill.taxonomy.Taxon$Builder

Best Java code snippets using it.tidalwave.bluebill.taxonomy.Taxon$Builder.withScientificName (Showing top 7 results out of 315)

origin: it.tidalwave.bluebill/it-tidalwave-bluebill-taxonomy-birds-ebn-italia-2011

  orderPath = "/Animalia/Chordata/Aves/" + orderName;
  order = findOrCreateSubTaxon(aves, idPrefix, orderPath).withRank(ORDER).
                              withScientificName(orderName).
                              withSpecificEpythet(orderName).
                              build();
  familyPath = orderPath + "/" + familyName;
  family = findOrCreateSubTaxon(order, idPrefix, familyPath).withRank(FAMILY).
                                withScientificName(familyName).
                                withSpecificEpythet(familyName).
                                build();
                                   withScientificName(genusName).
                                   withSpecificEpythet(genusName).
                                   build();
final Taxon species = findOrCreateSubTaxon(genus, idPrefix, speciesPath).withRank(SPECIES).
                                     withScientificName(genusName + " " + speciesName).
                                     withSpecificEpythet(speciesName).
                                     withDisplayNames(commonNames).
origin: it.tidalwave.bluebill/it-tidalwave-bluebill-taxonomy-birds-birdsofindia-2009

                            withScientificName(orderName).
                            withSpecificEpythet(orderName).
                            withDisplayName(orderEn, Locale.ENGLISH).
familyPath = orderPath + "/" + familyName;
family = findOrCreateSubTaxon(order, idPrefix, familyPath).withRank(FAMILY).
                              withScientificName(familyName).
                              withSpecificEpythet(familyName).
                              build();
                               withScientificName(genusName).
                               withSpecificEpythet(genusName).
                               build();
                                     withScientificName(genusName + " " + speciesName).
                                     withSpecificEpythet(speciesName).
                                     withDisplayNames(commonNames).
origin: it.tidalwave.bluebill/it-tidalwave-bluebill-taxonomy-birds

/*******************************************************************************************************************
 *
 *
 ******************************************************************************************************************/
@Nonnull
protected Taxon createAves (final @Nonnull Taxonomy taxonomy, final @Nonnull String idPrefix)
 throws RepositoryException
 {
  return taxonomy.createTopTaxon().withScientificName("Aves").
                   withSpecificEpythet("Aves").
                   withId(new Id(idPrefix + "/Animalia/Chordata/Aves")).
                   withRank(Taxon.Rank.CLASS).
                   build();
 }
origin: it.tidalwave.bluebill/it-tidalwave-bluebill-taxonomy-birds-ebn-italia-2003

                            withScientificName(orderName).
                            withSpecificEpythet(orderName).
                            build();
family = findOrCreateSubTaxon(order, idPrefix, familyPath).withRank(FAMILY).
                              withScientificName(familyName).
                              withSpecificEpythet(familyName).
                              build();
                                   withScientificName(genusName).
                                   withSpecificEpythet(genusName).
                                   build();
final Taxon species = findOrCreateSubTaxon(genus, idPrefix, speciesPath).withRank(SPECIES).
                                     withScientificName(genusName + " " + speciesName).
                                     withSpecificEpythet(speciesName).
                                     withDisplayNames(commonNames).
origin: it.tidalwave.bluebill/it-tidalwave-bluebill-taxonomy-birds

withScientificName(scientificName).
withSpecificEpythet(split[rankIndex]).
withInitializers(initializers);
origin: it.tidalwave.bluebill/it-tidalwave-bluebill-taxonomy-birds

path += "/" + orderName;
final Taxon order = findOrCreateSubTaxon(aves, idPrefix, path).withRank(ORDER).
                                withScientificName(orderName).
                                withSpecificEpythet(orderName).
                                build();
path += "/" + familyName;
final Taxon family = findOrCreateSubTaxon(order, idPrefix, path).withRank(FAMILY).
                                 withScientificName(familyName).
                                 withSpecificEpythet(familyName).
                                 withDisplayNames(familyCommonNames).
path += "/" + genusName;
final Taxon genus = findOrCreateSubTaxon(family, idPrefix, path).withRank(GENUS).
                                 withScientificName(genusName).
                                 withSpecificEpythet(genusName).
                                 build();
path += "/" + speciesName;
final Taxon species = findOrCreateSubTaxon(genus, idPrefix, path).withRank(SPECIES).
                                 withScientificName(genusName + " " + speciesName).
                                 withSpecificEpythet(speciesName).
                                 withDisplayNames(speciesCommonNames).
                           withScientificName(genusName + " " + speciesName + " " + subSpeciesName).
                           withSpecificEpythet(subSpeciesName).
                           withDisplayNames(speciesCommonNames).
origin: it.tidalwave.bluebill/it-tidalwave-bluebill-taxonomy-birds

taxon = parentTaxon.createSubTaxon().withScientificName(scientificName).
                   withScientificNameId(scientificNameId).
                   withSpecificEpythet(specificEpythet).
it.tidalwave.bluebill.taxonomyTaxon$BuilderwithScientificName

Popular methods of Taxon$Builder

  • build
  • withDisplayNames
  • withRank
  • withSpecificEpythet
  • getDisplayable
  • getRank
  • getScientificName
  • getScientificNameId
  • getSpecificEpythet
  • withDisplayName
  • withId
  • withInitializer
  • withId,
  • withInitializer,
  • withInitializers,
  • withScientificNameId

Popular in Java

  • Making http post requests using okhttp
  • getExternalFilesDir (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • onRequestPermissionsResult (Fragment)
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • JTextField (javax.swing)
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now