UnitType

coulomb.RuntimeUnit.UnitType
case class UnitType(path: String) extends RuntimeUnit

Attributes

Source
runtime.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class RuntimeUnit
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def *(rhs: RuntimeUnit): Mul

Attributes

Inherited from:
RuntimeUnit
Source
runtime.scala
def /(den: RuntimeUnit): Div

Attributes

Inherited from:
RuntimeUnit
Source
runtime.scala
def ^(e: Rational): Pow

Attributes

Inherited from:
RuntimeUnit
Source
runtime.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toRational: Either[String, Rational]

Attributes

Inherited from:
RuntimeUnit
Source
runtime.scala
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
RuntimeUnit -> Any
Inherited from:
RuntimeUnit
Source
runtime.scala