Class: TaxonNameClassification::Icvcn
- Inherits:
-
TaxonNameClassification
- Object
- TaxonNameClassification
- TaxonNameClassification::Icvcn
- Defined in:
- app/models/taxon_name_classification/icvcn.rb
Defined Under Namespace
Constant Summary collapse
- NOMEN_URI =
'http://purl.obolibrary.org/obo/NOMEN_0000111'.freeze
Class Method Summary collapse
Class Method Details
.applicable_ranks ⇒ Object
5 6 7 |
# File 'app/models/taxon_name_classification/icvcn.rb', line 5 def self.applicable_ranks ICVCN end |
.disjoint_taxon_name_classes ⇒ Object
9 10 11 |
# File 'app/models/taxon_name_classification/icvcn.rb', line 9 def self.disjoint_taxon_name_classes ICZN_TAXON_NAME_CLASSIFICATION_NAMES + ICN_TAXON_NAME_CLASSIFICATION_NAMES + ICNP_TAXON_NAME_CLASSIFICATION_NAMES end |