Module: OpenBEL::Nanopub::FacetAPI

Included in:
NanopubFacets
Defined in:
lib/openbel/api/nanopub/facet_api.rb

Instance Method Summary collapse

Instance Method Details

#create_facets(nanopub) ⇒ Object



5
6
7
# File 'lib/openbel/api/nanopub/facet_api.rb', line 5

def create_facets(nanopub)
  fail NotImplementedError, "#{__method__} is not implemented"
end

#find_facets_by_filters(filters = []) ⇒ Object



9
10
11
# File 'lib/openbel/api/nanopub/facet_api.rb', line 9

def find_facets_by_filters(filters = [])
  fail NotImplementedError, "#{__method__} is not implemented"
end

#remove_facets_by_filters(filters = []) ⇒ Object



13
14
15
# File 'lib/openbel/api/nanopub/facet_api.rb', line 13

def remove_facets_by_filters(filters = [])
  fail NotImplementedError, "#{__method__} is not implemented"
end