Class: BELParser::Language::Version1_0::ValueEncodings::Abundance
- Defined in:
- lib/bel_parser/language/version1_0/value_encodings/abundance.rb
Overview
Abundance value encoding.
Direct Known Subclasses
ComplexAbundance, GeneAbundance, ProteinAbundance, RNAAbundance
Class Method Summary collapse
-
.to_sym ⇒ Object
Return the Symbol value.
Methods inherited from Any
inherited, raise_not_implemented, subtype_of?, subtypes, transitive_subtypes
Class Method Details
.to_sym ⇒ Object
Note:
This method should be overridden in subclasses.
Return the Symbol value.
12 13 14 15 |
# File 'lib/bel_parser/language/version1_0/value_encodings/abundance.rb', line 12 def self.to_sym raise_not_implemented(__method__) if self != Abundance :A end |