class BELParser::Language::Version1_0::Relationships::HasModification

HasModification: +p(A) hasModification p(A, pmod(P, S, 473))+

+pmod()+ function to the unmodified abundance term. This is a direct relationship because it is a self relationship. 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/has_modification.rb, line 37
def self.description
  DESCRIPTION
end
direct?() click to toggle source
# File lib/bel_parser/language/version1_0/relationships/has_modification.rb, line 41
def self.direct?
  true
end
directed?() click to toggle source
# File lib/bel_parser/language/version1_0/relationships/has_modification.rb, line 45
def self.directed?
  true
end
injected?() click to toggle source
# File lib/bel_parser/language/version1_0/relationships/has_modification.rb, line 49
def self.injected?
  true
end
long() click to toggle source
# File lib/bel_parser/language/version1_0/relationships/has_modification.rb, line 33
def self.long
  LONG
end
short() click to toggle source
# File lib/bel_parser/language/version1_0/relationships/has_modification.rb, line 29
def self.short
  SHORT
end