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

Package class diagram package Numeric
java.lang.Object
  extended by org.universAAL.lddi.lib.ieeex73std.x73.p20601.dim.DIM
      extended by org.universAAL.lddi.lib.ieeex73std.x73.p20601.dim.Metric
          extended by org.universAAL.lddi.lib.ieeex73std.x73.p20601.dim.Numeric

public class Numeric
extends Metric


Field Summary
 
Fields inherited from class org.universAAL.lddi.lib.ieeex73std.x73.p20601.dim.DIM
objects
 
Constructor Summary
Numeric(LinkedList<Attribute> list)
          An instance of the numeric class represents a numerical measurement.
 
Method Summary
 Attribute getAttribute(int id)
           
 int getNomenclatureCode()
           
 boolean hasAttribute(int id)
           
 
Methods inherited from class org.universAAL.lddi.lib.ieeex73std.x73.p20601.dim.DIM
addObjecttoDim, getObjectfromDim
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Numeric

public Numeric(LinkedList<Attribute> list)
        throws Exception
An instance of the numeric class represents a numerical measurement. The values of a numeric object are sent from the agent to the manager using the EVENT REPORT service (see 7.3). This class is derived from the metric base class.

Throws:
Exception
Method Detail

getNomenclatureCode

public int getNomenclatureCode()
Overrides:
getNomenclatureCode in class Metric

getAttribute

public Attribute getAttribute(int id)

hasAttribute

public boolean hasAttribute(int id)


Copyright © 2014 universAAL Consortium. All Rights Reserved.