Class: TaxonNameClassification::Icnp

Inherits:
TaxonNameClassification
  • Object
show all
Defined in:
app/models/taxon_name_classification/icnp.rb

Defined Under Namespace

Classes: EffectivelyPublished, NotEffectivelyPublished

Constant Summary collapse

NOMEN_URI =
'http://purl.obolibrary.org/obo/NOMEN_0000110'.freeze

Class Method Summary collapse

Class Method Details

.applicable_ranksObject



5
6
7
# File 'app/models/taxon_name_classification/icnp.rb', line 5

def self.applicable_ranks
  ICNP
end

.disjoint_taxon_name_classesObject



9
10
11
# File 'app/models/taxon_name_classification/icnp.rb', line 9

def self.disjoint_taxon_name_classes
  ICZN_TAXON_NAME_CLASSIFICATION_NAMES + ICN_TAXON_NAME_CLASSIFICATION_NAMES + ICVCN_TAXON_NAME_CLASSIFICATION_NAMES
end