class BELParser::Language::Version2_0::Relationships::PositiveCorrelation

PositiveCorrelation: +A positiveCorrelation B+ - For terms A and B, +A positiveCorrelation B+ indicates that changes in A and B have been observed to be positively correlated, thus B positiveCorrelation A is equivalent to A positiveCorrelation B.

Constants

DESCRIPTION
LONG
SHORT

Public Class Methods

correlative?() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/positive_correlation.rb, line 41
def self.correlative?
  true
end
description() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/positive_correlation.rb, line 33
def self.description
  DESCRIPTION
end
increasing?() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/positive_correlation.rb, line 37
def self.increasing?
  true
end
long() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/positive_correlation.rb, line 29
def self.long
  LONG
end
short() click to toggle source
# File lib/bel_parser/language/version2_0/relationships/positive_correlation.rb, line 25
def self.short
  SHORT
end