Class: TaxonNameClassification::Iczn

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

Direct Known Subclasses

Available, CollectiveGroup, Fossil, Unavailable

Defined Under Namespace

Classes: Available, CollectiveGroup, Fossil, Unavailable

Constant Summary collapse

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

Class Method Summary collapse

Class Method Details

.applicable_ranksObject



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

def self.applicable_ranks
  ICZN
end

.code_applicability_start_yearObject



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

def self.code_applicability_start_year
  1758
end

.disjoint_taxon_name_classesObject



13
14
15
# File 'app/models/taxon_name_classification/iczn.rb', line 13

def self.disjoint_taxon_name_classes
  ICNP_TAXON_NAME_CLASSIFICATION_NAMES + ICN_TAXON_NAME_CLASSIFICATION_NAMES + ICVCN_TAXON_NAME_CLASSIFICATION_NAMES
end