Class AggregatorChannelFactory


  • public class AggregatorChannelFactory
    extends java.lang.Object
    Creates a AggregatorChannel instance according to the aggregationType
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static AggregatorChannel createAggregatorChannel​(org.openmuc.framework.driver.spi.ChannelRecordContainer container, org.openmuc.framework.dataaccess.DataAccessService dataAccessService)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AggregatorChannelFactory

        public AggregatorChannelFactory()
    • Method Detail