obixserver.core.alarm.condition
Class ThresholdCondition
java.lang.Object
obixserver.core.alarm.condition.OneObservableCondition
obixserver.core.alarm.condition.ThresholdCondition
- All Implemented Interfaces:
- Condition
- Direct Known Subclasses:
- EqualCondition, GreaterThanCondition, LessThanCondition
public abstract class ThresholdCondition
- extends OneObservableCondition
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 |
threshold
protected double threshold
ThresholdCondition
public ThresholdCondition(obix.Obj observable,
double threshold)
Copyright © 2006-2008 Peter Michalek All Rights Reserved.