obixserver.core.alarm.condition
Class ThresholdCondition

java.lang.Object
  extended by obixserver.core.alarm.condition.OneObservableCondition
      extended by obixserver.core.alarm.condition.ThresholdCondition
All Implemented Interfaces:
Condition
Direct Known Subclasses:
EqualCondition, GreaterThanCondition, LessThanCondition

public abstract class ThresholdCondition
extends OneObservableCondition


Field Summary
protected  double threshold
           
 
Fields inherited from class obixserver.core.alarm.condition.OneObservableCondition
observable
 
Constructor Summary
ThresholdCondition(obix.Obj observable, double threshold)
           
 
Method Summary
 
Methods inherited from class obixserver.core.alarm.condition.OneObservableCondition
getObservables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface obixserver.core.alarm.condition.Condition
holds
 

Field Detail

threshold

protected double threshold
Constructor Detail

ThresholdCondition

public ThresholdCondition(obix.Obj observable,
                          double threshold)


Copyright © 2006-2008 Peter Michalek All Rights Reserved.