class BELParser::Language::Version2_0::Functions::ToLocation

ToLocation: Denotes the to cellular location of the abundance.

Constants

A_ENC
DESCRIPTION
LONG
RETURN_TYPE
SHORT
SIGNATURES

Public Class Methods

description() click to toggle source
# File lib/bel_parser/language/version2_0/functions/to_location.rb, line 33
def self.description
  DESCRIPTION
end
long() click to toggle source
# File lib/bel_parser/language/version2_0/functions/to_location.rb, line 25
def self.long
  LONG
end
return_type() click to toggle source
# File lib/bel_parser/language/version2_0/functions/to_location.rb, line 29
def self.return_type
  RETURN_TYPE
end
short() click to toggle source
# File lib/bel_parser/language/version2_0/functions/to_location.rb, line 21
def self.short
  SHORT
end
signatures() click to toggle source
# File lib/bel_parser/language/version2_0/functions/to_location.rb, line 37
def self.signatures
  SIGNATURES
end