Class pmr.molecule.NonSIUnit
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pmr.molecule.NonSIUnit

java.lang.Object
   |
   +----pmr.molecule.Unit
           |
           +----pmr.molecule.NonSIUnit

public class NonSIUnit
extends Unit

Constructor Index

 o NonSIUnit(String, String, UnitDimension, SIUnit)
create a Non-SI UNIT

Constructors

 o NonSIUnit
  public NonSIUnit(String name,
                   String type,
                   UnitDimension d,
                   SIUnit si) throws DuplicateUnitException
create a Non-SI UNIT
Throws: DuplicateUnitException
Unit already exists

All Packages  Class Hierarchy  This Package  Previous  Next  Index