Class: BELParser::Language::Version2_0::Relationships::PrognosticBiomarkerFor

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

Overview

PrognosticBiomarkerFor: A prognosticBiomarkerFor P - For term A and process term P, A prognosticBiomarkerFor P indicates that changes in or detection of A is used in some way to be a prognostic biomarker for the subsequent development of pathology or biological process P.

Constant Summary collapse

SHORT =
:prognosticBiomarkerFor
LONG =
:prognosticBiomarkerFor
DESCRIPTION =
<<-DOC
PrognosticBiomarkerFor:  +A prognosticBiomarkerFor P+ -
For term A and process term P, +A prognosticBiomarkerFor P+
indicates that changes in or detection of A is used in some
way to be a prognostic biomarker for the subsequent development
of pathology or biological process P.
DOC

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

.deprecated?Boolean

Returns:

  • (Boolean)


39
40
41
# File 'lib/bel_parser/language/version2_0/relationships/prognostic_biomarker_for.rb', line 39

def self.deprecated?
  true
end

.descriptionObject



35
36
37
# File 'lib/bel_parser/language/version2_0/relationships/prognostic_biomarker_for.rb', line 35

def self.description
  DESCRIPTION
end

.directed?Boolean

Returns:

  • (Boolean)


43
44
45
# File 'lib/bel_parser/language/version2_0/relationships/prognostic_biomarker_for.rb', line 43

def self.directed?
  true
end

.longObject



31
32
33
# File 'lib/bel_parser/language/version2_0/relationships/prognostic_biomarker_for.rb', line 31

def self.long
  LONG
end

.shortObject



27
28
29
# File 'lib/bel_parser/language/version2_0/relationships/prognostic_biomarker_for.rb', line 27

def self.short
  SHORT
end