Class SISystem

java.lang.Object
com.raynigon.unit.api.core.units.si.SISystem
All Implemented Interfaces:
javax.measure.spi.SystemOfUnits

public class SISystem extends Object implements javax.measure.spi.SystemOfUnits
  • Field Details

  • Constructor Details

    • SISystem

      public SISystem()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface javax.measure.spi.SystemOfUnits
    • getUnit

      public <Q extends javax.measure.Quantity<Q>> javax.measure.Unit<Q> getUnit(Class<Q> quantityType)
      Specified by:
      getUnit in interface javax.measure.spi.SystemOfUnits
    • getUnit

      public IUnit<?> getUnit(String symbol)
      Specified by:
      getUnit in interface javax.measure.spi.SystemOfUnits
    • getUnits

      public Set<? extends IUnit<?>> getUnits()
      Specified by:
      getUnits in interface javax.measure.spi.SystemOfUnits
    • getUnits

      public Set<? extends IUnit<?>> getUnits(javax.measure.Dimension dimension)
      Specified by:
      getUnits in interface javax.measure.spi.SystemOfUnits