Class: BELParser::Language::Version1_0::Relationships::CausesNoChange

Inherits:
Object
  • Object
show all
Extended by:
Relationship
Defined in:
lib/bel_parser/language/version1_0/relationships/causes_no_change.rb

Overview

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.

Constant Summary collapse

SHORT =
:causesNoChange
LONG =
:causesNoChange
DESCRIPTION =
' +A causesNoChange B+ -  For terms A and B, +A
ausesNoChange B+ indicates that B was observed not
o change in response to changes in A. Statements
sing this relationship correspond to cases where
xplicit measurement of B demonstrates lack of
ignificant change, not for cases where the state
f B is unknown.'.freeze

Class Method Summary collapse

Methods included from Relationship

==, causal?, correlative?, decreasing?, deprecated?, description, direct?, directed?, genomic?, increasing?, indirect?, injected?, listable?, long, self?, short, to_h, to_s, to_sym

Class Method Details

.causal?Boolean

Returns:

  • (Boolean)


39
40
41
# File 'lib/bel_parser/language/version1_0/relationships/causes_no_change.rb', line 39

def self.causal?
  true
end

.descriptionObject



35
36
37
# File 'lib/bel_parser/language/version1_0/relationships/causes_no_change.rb', line 35

def self.description
  DESCRIPTION
end

.directed?Boolean

Returns:

  • (Boolean)


43
44
45
# File 'lib/bel_parser/language/version1_0/relationships/causes_no_change.rb', line 43

def self.directed?
  true
end

.longObject



31
32
33
# File 'lib/bel_parser/language/version1_0/relationships/causes_no_change.rb', line 31

def self.long
  LONG
end

.shortObject



27
28
29
# File 'lib/bel_parser/language/version1_0/relationships/causes_no_change.rb', line 27

def self.short
  SHORT
end