class BELParser::Language::Version1_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/version1_0/relationships/positive_correlation.rb, line 42
def self.correlative?
  true
end
description() click to toggle source
# File lib/bel_parser/language/version1_0/relationships/positive_correlation.rb, line 34
def self.description
  DESCRIPTION
end
increasing?() click to toggle source
# File lib/bel_parser/language/version1_0/relationships/positive_correlation.rb, line 38
def self.increasing?
  true
end
long() click to toggle source
# File lib/bel_parser/language/version1_0/relationships/positive_correlation.rb, line 30
def self.long
  LONG
end
short() click to toggle source
# File lib/bel_parser/language/version1_0/relationships/positive_correlation.rb, line 26
def self.short
  SHORT
end