bio

class Symbol

[source: bio/Symbol.scala]

abstract class Symbol
extends AnyRef
Base class for all (one letter) symbols used in BioScala.
Direct Known Subclasses:
AASymbol, NTSymbol, NTSymbol

Value Summary
lazy val toChar : Char
Method Summary
override def toString : java.lang.String
Get the Symbol name by parsing the class name, which looks like 'bio.Protein.X$'. The symbol is the character before last.
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
lazy val toChar : Char

Method Details
override def toString : java.lang.String
Get the Symbol name by parsing the class name, which looks like 'bio.Protein.X$'. The symbol is the character before last.