Class: TaxonNameRelationship::Icnp::Unaccepting::Homonym
- Inherits:
-
TaxonNameRelationship::Icnp::Unaccepting
- Object
- TaxonNameRelationship
- TaxonNameRelationship::Icnp
- TaxonNameRelationship::Icnp::Unaccepting
- TaxonNameRelationship::Icnp::Unaccepting::Homonym
- Defined in:
- app/models/taxon_name_relationship/icnp/unaccepting/homonym.rb
Constant Summary collapse
- NOMEN_URI =
'http://purl.obolibrary.org/obo/NOMEN_0000097'.freeze
Class Method Summary collapse
- .assignment_method ⇒ Object
- .disjoint_subject_classes ⇒ Object
- .disjoint_taxon_name_relationships ⇒ Object
- .inverse_assignment_method ⇒ Object
Instance Method Summary collapse
Methods inherited from TaxonNameRelationship::Icnp::Unaccepting
assignable, gbif_status_of_object, gbif_status_of_subject, nomenclatural_priority
Methods inherited from TaxonNameRelationship::Icnp
disjoint_object_classes, valid_object_ranks, valid_subject_ranks
Class Method Details
.assignment_method ⇒ Object
30 31 32 33 |
# File 'app/models/taxon_name_relationship/icnp/unaccepting/homonym.rb', line 30 def self.assignment_method # bus.set_as_icn_homonym_of(aus) :icnp_set_as_homonym_of end |
.disjoint_subject_classes ⇒ Object
11 12 13 14 15 16 |
# File 'app/models/taxon_name_relationship/icnp/unaccepting/homonym.rb', line 11 def self.disjoint_subject_classes self.parent.disjoint_subject_classes + self.collect_to_s(TaxonNameClassification::Icnp::NotEffectivelyPublished) + self.collect_descendants_to_s(TaxonNameClassification::Icnp::EffectivelyPublished::InvalidlyPublished, TaxonNameClassification::Icnp::EffectivelyPublished::ValidlyPublished::Legitimate) end |
.disjoint_taxon_name_relationships ⇒ Object
5 6 7 8 9 |
# File 'app/models/taxon_name_relationship/icnp/unaccepting/homonym.rb', line 5 def self.disjoint_taxon_name_relationships self.parent.disjoint_taxon_name_relationships + self.collect_to_s(TaxonNameRelationship::Icnp::Unaccepting) + self.collect_descendants_to_s(TaxonNameRelationship::Icnp::Unaccepting::Usage) end |
.inverse_assignment_method ⇒ Object
35 36 37 38 |
# File 'app/models/taxon_name_relationship/icnp/unaccepting/homonym.rb', line 35 def self.inverse_assignment_method # aus.icn_homonym = bus :icnp_homonym end |
Instance Method Details
#object_status ⇒ Object
22 23 24 |
# File 'app/models/taxon_name_relationship/icnp/unaccepting/homonym.rb', line 22 def object_status 'earlier homonym' end |
#subject_properties ⇒ Object
18 19 20 |
# File 'app/models/taxon_name_relationship/icnp/unaccepting/homonym.rb', line 18 def subject_properties [ TaxonNameClassification::Icnp::EffectivelyPublished::ValidlyPublished::Illegitimate::Homonym ] end |
#subject_status ⇒ Object
26 27 28 |
# File 'app/models/taxon_name_relationship/icnp/unaccepting/homonym.rb', line 26 def subject_status 'later homonym' end |