Skip to content
  • Andreas Kusalananda Kähäri's avatar
    Change in OntologyTermAdaptor method names: · 4a308a01
    Andreas Kusalananda Kähäri authored
      fetch_all_by_child_term() --> fetch_all_by_descendant_term()
      fetch_by_child_term()     --> fetch_all_by_child_term()
    
      fetch_all_by_parent_term()    --> fetch_all_by_ancestor_term()
      fetch_by_parent_term()        --> fetch_all_by_parent_term()
    
    
    Also, make accessors read-only.
    4a308a01