class BELParser::Language::Version2_0::Functions::Abundance

Abundance: Denotes the abundance of an entity.

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/abundance.rb, line 32
def self.description
  DESCRIPTION
end
long() click to toggle source
# File lib/bel_parser/language/version2_0/functions/abundance.rb, line 24
def self.long
  LONG
end
return_type() click to toggle source
# File lib/bel_parser/language/version2_0/functions/abundance.rb, line 28
def self.return_type
  RETURN_TYPE
end
short() click to toggle source
# File lib/bel_parser/language/version2_0/functions/abundance.rb, line 20
def self.short
  SHORT
end
signatures() click to toggle source
# File lib/bel_parser/language/version2_0/functions/abundance.rb, line 36
def self.signatures
  SIGNATURES
end