SSBody

ostrat.pspace.SSBody
sealed trait SSBody extends Coloured

Solar System body includes the Sun, the Planets, Dwarf planets and their moons.

Attributes

Graph
Supertypes
trait Coloured
class Object
trait Matchable
class Any
Known subtypes
trait Moon
object TheMoon
trait Planet
object Earth
object Jupiter
object Mars
object Mercury
object Neptune
object Pluto
object Saturn
object Uranus
object Venus
object Sun
Show all

Members list

Value members

Concrete methods

def colour: Colour
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

Inherited methods

Attributes

Inherited from:
Coloured

Attributes

Inherited from:
Coloured

Attributes

Inherited from:
Coloured

Abstract fields

val name: String

The name of this body.

The name of this body.

Attributes