org.universAAL.lddi.knx.groupdevicemodel
Class KnxGroupDeviceFactory

Package class diagram package KnxGroupDeviceFactory
java.lang.Object
  extended by org.universAAL.lddi.knx.groupdevicemodel.KnxGroupDeviceFactory

public abstract class KnxGroupDeviceFactory
extends Object

Factory for KNX group devices for each data point type. According to spec: "KXN Datapoint Types v1.7.00 AS"

Author:
Thomas Fuxreiter

Constructor Summary
KnxGroupDeviceFactory()
           
 
Method Summary
static KnxGroupDevice getKnxGroupDevice(int dptMainNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KnxGroupDeviceFactory

public KnxGroupDeviceFactory()
Method Detail

getKnxGroupDevice

public static KnxGroupDevice getKnxGroupDevice(int dptMainNumber)
Parameters:
dptMainNumber - e.g.: 1
Returns:
KnxGroupDevice object or null if no implementation for the given datapoint number exists


Copyright © 2014 universAAL Consortium. All Rights Reserved.