class BELParser::Language::Version1_0::Relationships::HasVariant
HasVariant: +p(A) hasVariant p(A, sub(G, 12, V))+ - This relationship links abundance terms modified by the +substitution()+, +fusion()+, or +truncation()+ functions to the unmodified abundance term. This relationship is introduced by the BEL
Compiler and does not need to 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_variant.rb, line 37 def self.description DESCRIPTION end
direct?()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/has_variant.rb, line 41 def self.direct? true end
directed?()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/has_variant.rb, line 45 def self.directed? true end
injected?()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/has_variant.rb, line 49 def self.injected? true end
long()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/has_variant.rb, line 33 def self.long LONG end
short()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/has_variant.rb, line 29 def self.short SHORT end