Class: BELParser::Language::Version1_0::Relationships::PrognosticBiomarkerFor

Inherits:
Object
  • Object
show all
Extended by:
Relationship
Defined in:
lib/bel_parser/language/version1_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 =
' +A prognosticBiomarkerFor P+ -  For term A
nd process term P, +A prognosticBiomarkerFor P+
ndicates that changes in or detection of A is used
n some way to be a prognostic biomarker for the
ubsequent development of pathology or biological
rocess P.'.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

.descriptionObject



33
34
35
# File 'lib/bel_parser/language/version1_0/relationships/prognostic_biomarker_for.rb', line 33

def self.description
  DESCRIPTION
end

.directed?Boolean

Returns:

  • (Boolean)


37
38
39
# File 'lib/bel_parser/language/version1_0/relationships/prognostic_biomarker_for.rb', line 37

def self.directed?
  true
end

.longObject



29
30
31
# File 'lib/bel_parser/language/version1_0/relationships/prognostic_biomarker_for.rb', line 29

def self.long
  LONG
end

.shortObject



25
26
27
# File 'lib/bel_parser/language/version1_0/relationships/prognostic_biomarker_for.rb', line 25

def self.short
  SHORT
end