Class: TaxonNameClassification::Iczn

Inherits:
TaxonNameClassification 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

Constants included from SoftValidation

SoftValidation::ANCESTORS_WITH_SOFT_VALIDATIONS

Instance Attribute Summary

Attributes inherited from TaxonNameClassification

#project_id, #taxon_name_id, #type

Class Method Summary collapse

Methods inherited from TaxonNameClassification

#annotated_object, annotates?, assignable, #classification_label, code_applicability_end_year, collect_descendants_and_itself_to_s, collect_descendants_to_s, collect_to_s, descendants, gbif_status, label, #nomen_id, nomen_uri, #nomenclature_code, #nomenclature_code_matches, parent, possible_genus_endings, possible_species_endings, questionable_species_endings, #set_cached, #set_cached_names_for_taxon_names, #sv_fix_proper_classification, #sv_not_specific_classes, #sv_proper_classification, #sv_proper_year, #sv_validate_disjoint_classes, #type_class, #type_class=, #type_name, #validate_taxon_name_classification, #validate_uniqueness_of_latinized

Methods included from SoftValidation

#clear_soft_validations, #fix_for, #fix_soft_validations, #soft_fixed?, #soft_valid?, #soft_validate, #soft_validated?, #soft_validations, #soft_validators

Methods included from Shared::IsData

#errors_excepting, #full_error_messages_excepting, #identical, #is_community?, #is_destroyable?, #is_editable?, #is_in_use?, #is_in_users_projects?, #metamorphosize, #similar

Methods included from Shared::Notes

#concatenated_notes_string, #reject_notes

Methods included from Shared::Citations

#cited?, #mark_citations_for_destruction, #nomenclature_date, #origin_citation_source_id, #reject_citations, #requires_citation?, #sources_by_topic_id

Methods included from Housekeeping

#has_polymorphic_relationship?

Methods inherited from ApplicationRecord

transaction_with_retry

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