|
bioscala 0.1 API
|
|
bio/Symbol.scala]
abstract
class
Symbol
extends AnyRef| 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 |
| Method Details |
override
def
toString : java.lang.String
|
bioscala 0.1 API
|
|