Class: TaxonNameRelationship::Iczn::PotentiallyValidating::FamilyBefore1961
- Inherits:
-
TaxonNameRelationship::Iczn::PotentiallyValidating
- Object
- ActiveRecord::Base
- ApplicationRecord
- TaxonNameRelationship
- TaxonNameRelationship::Iczn
- TaxonNameRelationship::Iczn::PotentiallyValidating
- TaxonNameRelationship::Iczn::PotentiallyValidating::FamilyBefore1961
- Defined in:
- app/models/taxon_name_relationship/iczn/potentially_validating/family_before1961.rb
Constant Summary collapse
- NOMEN_URI =
'http://purl.obolibrary.org/obo/NOMEN_0000042'.freeze
Constants included from SoftValidation
SoftValidation::ANCESTORS_WITH_SOFT_VALIDATIONS
Instance Attribute Summary
Attributes inherited from TaxonNameRelationship
#no_cached, #object_taxon_name_id, #project_id, #subject_taxon_name_id, #type
Class Method Summary collapse
- .assignable ⇒ Object
- .assignment_method ⇒ Object
-
.inverse_assignment_method ⇒ Object
as.
- .nomenclatural_priority ⇒ Object
-
.valid_object_ranks ⇒ Object
right_side.
-
.valid_subject_ranks ⇒ Object
left_side.
Instance Method Summary collapse
- #object_status ⇒ Object
- #subject_status ⇒ Object
- #sv_coordinated_taxa ⇒ Object
- #sv_source_after_1960 ⇒ Object
- #sv_year_of_description ⇒ Object
Methods inherited from TaxonNameRelationship::Iczn::PotentiallyValidating
disjoint_object_classes, disjoint_subject_classes, gbif_status_of_object, #subject_status_connector_to_object
Methods inherited from TaxonNameRelationship::Iczn
disjoint_object_classes, disjoint_subject_classes, #sv_validate_priority
Methods inherited from TaxonNameRelationship
collect_descendants_and_itself_to_s, collect_descendants_to_s, collect_to_s, disjoint_object_classes, disjoint_subject_classes, disjoint_taxon_name_relationships, #dwc_occurrences, gbif_status_of_object, gbif_status_of_subject, #is_combination?, #is_invalidating?, nomen_uri, #nomenclature_date, #object_properties, #object_status_connector_to_subject, #object_status_tag, parent, required_taxon_name_relationships, #set_cached_names_for_taxon_names, #subject_and_object_in_same_project, #subject_invalid_statuses, #subject_properties, #subject_status_connector_to_object, #subject_status_tag, #sv_coordinated_taxa_object, #sv_fix_combination_relationship, #sv_fix_coordinated_object_taxa, #sv_fix_coordinated_subject_taxa, #sv_fix_not_specific_relationship, #sv_fix_objective_synonym_relationship, #sv_fix_subject_parent_update, #sv_not_specific_relationship, #sv_objective_synonym_relationship, #sv_specific_relationship, #sv_synonym_linked_to_valid_name, #sv_synonym_relationship, #sv_validate_disjoint_object, #sv_validate_disjoint_relationships, #sv_validate_disjoint_subject, #sv_validate_priority, #sv_validate_required_relationships, #sv_validate_seniority, #type_class, #type_class=, #type_name, #validate_object_and_subject_both_protonyms, #validate_object_must_equal_subject_for_uncertain_placement, #validate_rank_group, #validate_subject_and_object_are_not_identical, #validate_subject_and_object_ranks, #validate_subject_and_object_share_code, #validate_type, #validate_uniqueness_of_typification_object
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 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::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
Class Method Details
.assignable ⇒ Object
41 42 43 |
# File 'app/models/taxon_name_relationship/iczn/potentially_validating/family_before1961.rb', line 41 def self.assignable true end |
.assignment_method ⇒ Object
30 31 32 33 |
# File 'app/models/taxon_name_relationship/iczn/potentially_validating/family_before1961.rb', line 30 def self.assignment_method # bus.set_as_iczn_family_before_1961_of(aus) :iczn_set_as_family_before_1961_of end |
.inverse_assignment_method ⇒ Object
as.
36 37 38 39 |
# File 'app/models/taxon_name_relationship/iczn/potentially_validating/family_before1961.rb', line 36 def self.inverse_assignment_method # Aidae.iczn_family_before_1961 = Bidae :iczn_family_before_1961 end |
.nomenclatural_priority ⇒ Object
26 27 28 |
# File 'app/models/taxon_name_relationship/iczn/potentially_validating/family_before1961.rb', line 26 def self.nomenclatural_priority :direct end |
.valid_object_ranks ⇒ Object
right_side
14 15 16 |
# File 'app/models/taxon_name_relationship/iczn/potentially_validating/family_before1961.rb', line 14 def self.valid_object_ranks FAMILY_RANK_NAMES_ICZN end |
.valid_subject_ranks ⇒ Object
left_side
9 10 11 |
# File 'app/models/taxon_name_relationship/iczn/potentially_validating/family_before1961.rb', line 9 def self.valid_subject_ranks FAMILY_RANK_NAMES_ICZN end |
Instance Method Details
#object_status ⇒ Object
18 19 20 |
# File 'app/models/taxon_name_relationship/iczn/potentially_validating/family_before1961.rb', line 18 def object_status 'family name based on genus synonym replaced before 1961' end |
#subject_status ⇒ Object
22 23 24 |
# File 'app/models/taxon_name_relationship/iczn/potentially_validating/family_before1961.rb', line 22 def subject_status 'validated as replacement for family-group name based on genus synonym before 1961' end |
#sv_coordinated_taxa ⇒ Object
57 58 59 |
# File 'app/models/taxon_name_relationship/iczn/potentially_validating/family_before1961.rb', line 57 def sv_coordinated_taxa true end |
#sv_source_after_1960 ⇒ Object
50 51 52 53 54 55 |
# File 'app/models/taxon_name_relationship/iczn/potentially_validating/family_before1961.rb', line 50 def sv_source_after_1960 if self.source s = subject_taxon_name soft_validations.add(:base, "#{s.} should be accepted as a replacement name before 1961") if self.source.year > 1960 end end |
#sv_year_of_description ⇒ Object
45 46 47 48 |
# File 'app/models/taxon_name_relationship/iczn/potentially_validating/family_before1961.rb', line 45 def sv_year_of_description s = subject_taxon_name soft_validations.add(:type, "#{s.} was not described before 1961") if s.year_of_publication && s.year_of_publication > 1960 end |