org.xspace.mx.physics.mutable
Class Second

java.lang.Object
  extended byorg.xspace.mx.physics.mutable.BaseUnit
      extended byorg.xspace.mx.physics.mutable.Second
All Implemented Interfaces:
Measurement, java.io.Serializable

public class Second
extends BaseUnit

A Measurement representing a second.

Since:
0.1
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.xspace.mx.physics.mutable.BaseUnit
DIM_ANGLE, DIM_LENGTH, DIM_MASS, DIM_TIME, dims, systemValue, TOL
 
Constructor Summary
Second()
          Creates a Measurement equal to one Second
Second(double value)
          Creates a Measurement as a multiple of Seconds
 
Method Summary
 java.lang.String getAbbr()
          An abbreviated description of the units of a Second
 java.lang.String getDescription()
          A description of the units of a Second
 
Methods inherited from class org.xspace.mx.physics.mutable.BaseUnit
copy, div, div, getSystem, getSystemDimensions, getSystemValue, getValue, isSameMeasurementType, minus, mult, mult, plus, pow, root, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Second

public Second()
Creates a Measurement equal to one Second


Second

public Second(double value)
Creates a Measurement as a multiple of Seconds

Parameters:
value - The number of Seconds
Method Detail

getAbbr

public java.lang.String getAbbr()
An abbreviated description of the units of a Second

Specified by:
getAbbr in interface Measurement
Overrides:
getAbbr in class BaseUnit
Returns:
The string "s"

getDescription

public java.lang.String getDescription()
A description of the units of a Second

Specified by:
getDescription in interface Measurement
Overrides:
getDescription in class BaseUnit
Returns:
The string "seconds"