Class AbstractSystemOfUnitsService

  • All Implemented Interfaces:
    javax.measure.spi.SystemOfUnitsService
    Direct Known Subclasses:
    DefaultSystemOfUnitsService

    public abstract class AbstractSystemOfUnitsService
    extends java.lang.Object
    implements javax.measure.spi.SystemOfUnitsService
    Since:
    2.0
    Version:
    0.9, April 20, 2018
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<java.lang.String,​javax.measure.spi.SystemOfUnits> souMap  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<javax.measure.spi.SystemOfUnits> getAvailableSystemsOfUnits()  
      javax.measure.spi.SystemOfUnits getSystemOfUnits​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax.measure.spi.SystemOfUnitsService

        getSystemOfUnits
    • Field Detail

      • souMap

        protected final java.util.Map<java.lang.String,​javax.measure.spi.SystemOfUnits> souMap
    • Constructor Detail

      • AbstractSystemOfUnitsService

        public AbstractSystemOfUnitsService()
    • Method Detail

      • getAvailableSystemsOfUnits

        public java.util.Collection<javax.measure.spi.SystemOfUnits> getAvailableSystemsOfUnits()
        Specified by:
        getAvailableSystemsOfUnits in interface javax.measure.spi.SystemOfUnitsService
      • getSystemOfUnits

        public javax.measure.spi.SystemOfUnits getSystemOfUnits​(java.lang.String name)
        Specified by:
        getSystemOfUnits in interface javax.measure.spi.SystemOfUnitsService