object Database
Object encapsulating CODATA2010 constants.
- Alphabetic
- By Inheritance
- Database
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def list(): Vector[String]
Return a vector containing all database keys.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def uncertainty(regex: Regex): HashMap[String, Double]
Look up the uncertainty of entries with name matching the given regex expression.
Look up the uncertainty of entries with name matching the given regex expression.
- regex
enter a regex object (i.e. """regex expression""".r)
- returns
returns a vector of (String, Double) objects, which contain the full entry name (String) and the uncertainty (Double)
- def uncertainty(string: String): Double
Look up the uncertainty of a specific entry.
Look up the uncertainty of a specific entry. Name must be an exact match with the entry.
- def unit(regex: Regex): HashMap[String, String]
Look up the unit of entries with name matching the given regex expression.
Look up the unit of entries with name matching the given regex expression.
- regex
enter a regex object (i.e. """regex expression""".r)
- returns
returns a vector of (String, Double) objects, which contain the full entry name (String) and the uncertainty (Double)
- def unit(string: String): String
Look up the unit of a specific entry.
Look up the unit of a specific entry. Name must be an exact match with the entry.
- def value(regex: Regex): HashMap[String, Double]
Look up the value of entries with name matching the given regex expression.
Look up the value of entries with name matching the given regex expression.
- regex
enter a regex object (i.e. """regex expression""".r)
- returns
returns a vector of (String, Double) objects, which contain the full entry name (String) and the value (Double)
- def value(string: String): Double
Look up the value of a specific entry.
Look up the value of a specific entry. Name must be an exact match with the entry.
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])