Class: OpenBEL::Routes::Functions

Inherits:
Base
  • Object
show all
Includes:
BEL::Language
Defined in:
app/openbel/api/routes/functions.rb

Constant Summary collapse

SORTED_FUNCTIONS =
FUNCTIONS.values.uniq.sort_by { |fx|
  fx[:short_form]
}

Constants inherited from Base

Base::DEFAULT_CONTENT_TYPE, Base::DEFAULT_CONTENT_TYPE_ID, Base::RESOURCE_SERIALIZERS, Base::SCHEMA_BASE_URL, Base::SPOKEN_CONTENT_TYPES

Constants included from Schemas

Schemas::COMPILED_SCHEMAS, Schemas::SCHEMA_DIR, Schemas::SUFFIX

Constants included from OpenBEL::Resource::Namespaces

OpenBEL::Resource::Namespaces::VOCABULARY_RDF

Constants included from OpenBEL::Resource::Annotations

OpenBEL::Resource::Annotations::VOCABULARY_RDF

Method Summary

Methods included from Schemas

#validate