class BELParser::Language::Version2_0::Relationships::SubProcessOf

SubProcessOf: +A subProcessOf B+ - For process, activity, or transformation term A and process term B, +A subProcessOf B+ indicates that instances of process B, by default, include one or more instances of A in their composition. For example, the reduction of HMG-CoA to mevalonate is a subprocess of cholesterol biosynthesis: <pre> rxn(reactants(a(CHEBI:"(S)-3-hydroxy-3-methylglutaryl-CoA"),\ a(CHEBI:NADPH), a(CHEBI:hydron)), products(a(CHEBI:Mevalonate),\ a(CHEBI:"CoA-SH"), a(CHEBI:"NADP+"))) subProcessOf bp(GO:"cholesterol\ biosynthetic process") </pre>

Constants

DESCRIPTION
LONG
SHORT

Public Class Methods

description() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/sub_process_of.rb, line 45
def self.description
  DESCRIPTION
end
directed?() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/sub_process_of.rb, line 49
def self.directed?
  true
end
long() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/sub_process_of.rb, line 41
def self.long
  LONG
end
short() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/sub_process_of.rb, line 37
def self.short
  SHORT
end