Element

ostrat.ppart.Element
abstract class Element(val name: String, val abrev: String)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Carbon
object Hydrogen
object Oxygen

Members list

Type members

Classlikes

class Isotope(val numNeutrons: Int)

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Carbon12
object Carbon13
object Carbon14
object Deuterium
object Protium
object Tritium
object Oxygen16
Show all

Value members

Abstract methods

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Abstract fields

val atomicNum: Int

Concrete fields

val abrev: String
val name: String