Package obixserver.core.alarm.condition

Alarm Conditions

See:
          Description

Interface Summary
Condition Interface all conditions have to implement.
 

Class Summary
ChangedByAmountCondition Condition that specifies observable stays within a range given by its current value +- delta as value difference.
ChangedByCondition Condition that specifies observable stays within a range given by its current value +- delta as percentage.
EqualCondition  
GreaterThanCondition  
IdleCondition Specifies if an observable has been idle, i.e.
InrangeCondition Observable is between low and high value.
LessThanCondition  
OneObservableCondition  
OutofrangeCondition Observable is not between low and high value.
ThresholdCondition  
UnequalCondition  
 

Package obixserver.core.alarm.condition Description

Alarm Conditions

Conditions can be specified as associated with a particular URI: an Obj observable. Condition classes have to implement Condition interface.



Copyright © 2006-2008 Peter Michalek All Rights Reserved.