org.universAAL.lddi.lib.ieeex73std.x73.p20601.dim
Class DIM

Package class diagram package DIM
java.lang.Object
  extended by org.universAAL.lddi.lib.ieeex73std.x73.p20601.dim.DIM
Direct Known Subclasses:
MDS, Metric, PM_Store

public abstract class DIM
extends Object

Subclauses 6.3.2 through 6.3.9 describe the classes of the personal health device DIM. Each subclause uses the following format: - The nomenclature code used to identify the class. This code is used during the configuration event to report the class for each object and allows the manager to learn whether the object being specified is numeric, RT-SA, or any of the other classes. - The attributes defined by the class. - The methods available. - The potential events generated by objects instantiated from the class. - The available services such as getting or setting attributes.

Author:
lgigante

Field Summary
protected  Hashtable<Integer,Object> objects
           
 
Constructor Summary
DIM()
           
 
Method Summary
 void addObjecttoDim(int handle, Object obj)
           
abstract  int getNomenclatureCode()
           
 Object getObjectfromDim(int handle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objects

protected Hashtable<Integer,Object> objects
Constructor Detail

DIM

public DIM()
Method Detail

addObjecttoDim

public void addObjecttoDim(int handle,
                           Object obj)

getObjectfromDim

public Object getObjectfromDim(int handle)

getNomenclatureCode

public abstract int getNomenclatureCode()


Copyright © 2014 universAAL Consortium. All Rights Reserved.