Uses of Interface
tuwien.auto.calimero.datapoint.DatapointModel

Packages that use DatapointModel
tuwien.auto.calimero.buffer Support for temporary storage of KNX network messages. 
tuwien.auto.calimero.datapoint Contains a representation for KNX datapoints, for state based datapoints as well as for command based datapoints. 
 

Uses of DatapointModel in tuwien.auto.calimero.buffer
 

Methods in tuwien.auto.calimero.buffer that return DatapointModel
 DatapointModel Configuration.getDatapointModel()
          Returns the datapoint model set for this configuration, if any.
 

Methods in tuwien.auto.calimero.buffer with parameters of type DatapointModel
 void Configuration.setDatapointModel(DatapointModel model)
          Sets a datapoint model for this configuration.
 

Uses of DatapointModel in tuwien.auto.calimero.datapoint
 

Classes in tuwien.auto.calimero.datapoint that implement DatapointModel
 class DatapointMap
          A datapoint model storing datapoints with no defined order or hierarchy using a map implementation.