class BELParser::Language::Version2_0::Relationships::HasProduct

HasProduct: +reaction(reactants(A), products(B)) hasProduct B+ - This relationship links abundance terms from the +products(<list>)+ in a reaction to the reaction. This is a direct relationship because it is a self relationship. Products are produced directly by a reaction. This relationship is introduced by the BEL Compiler and may not be used by statements in BEL documents.

Constants

DESCRIPTION
LONG
SHORT

Public Class Methods

description() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/has_product.rb, line 39
def self.description
  DESCRIPTION
end
direct?() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/has_product.rb, line 43
def self.direct?
  true
end
directed?() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/has_product.rb, line 47
def self.directed?
  true
end
injected?() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/has_product.rb, line 51
def self.injected?
  true
end
long() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/has_product.rb, line 35
def self.long
  LONG
end
self?() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/has_product.rb, line 55
def self.self?
  true
end
short() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/has_product.rb, line 31
def self.short
  SHORT
end