class BELParser::Language::Version1_0::Relationships::CausesNoChange
CausesNoChange: +A causesNoChange B+ - For terms A and B, +A causesNoChange B+ indicates that B was observed not to change in response to changes in A. Statements using this relationship correspond to cases where explicit measurement of B demonstrates lack of significant change, not for cases where the state of B is unknown.
Constants
- DESCRIPTION
- LONG
- SHORT
Public Class Methods
causal?()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/causes_no_change.rb, line 40 def self.causal? true end
description()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/causes_no_change.rb, line 36 def self.description DESCRIPTION end
directed?()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/causes_no_change.rb, line 44 def self.directed? true end
long()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/causes_no_change.rb, line 32 def self.long LONG end
short()
click to toggle source
# File lib/bel_parser/language/version1_0/relationships/causes_no_change.rb, line 28 def self.short SHORT end