class BELParser::Language::Version1_0::Relationships::ActsIn

ActsIn: +A actsIn f(A)+ - This relationship links an abundance term to the activity term for the same abundance. This relationship is direct because it is a self relationship, the abundance acts in its own activity. For protein abundance p(A) and its molecular activity kin(p(A), +p(A) actsIn kin(p(A))+. 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/version1_0/relationships/acts_in.rb, line 38
def self.description
  DESCRIPTION
end
direct?() click to toggle source
# File lib/bel_parser/language/version1_0/relationships/acts_in.rb, line 42
def self.direct?
  true
end
directed?() click to toggle source
# File lib/bel_parser/language/version1_0/relationships/acts_in.rb, line 46
def self.directed?
  true
end
injected?() click to toggle source
# File lib/bel_parser/language/version1_0/relationships/acts_in.rb, line 50
def self.injected?
  true
end
long() click to toggle source
# File lib/bel_parser/language/version1_0/relationships/acts_in.rb, line 34
def self.long
  LONG
end
self?() click to toggle source
# File lib/bel_parser/language/version1_0/relationships/acts_in.rb, line 54
def self.self?
  true
end
short() click to toggle source
# File lib/bel_parser/language/version1_0/relationships/acts_in.rb, line 30
def self.short
  SHORT
end