obixserver.core.alarm.condition
Class OneObservableCondition
java.lang.Object
obixserver.core.alarm.condition.OneObservableCondition
- All Implemented Interfaces:
- Condition
- Direct Known Subclasses:
- IdleCondition, OutofrangeCondition, ThresholdCondition
public abstract class OneObservableCondition
- extends Object
- implements Condition
Field Summary |
protected obix.Obj |
observable
|
private obix.Obj[] |
observables
Observable array for this instance. |
Method Summary |
obix.Obj[] |
getObservables()
Returns observables associated with this
condition. |
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 |
observable
protected obix.Obj observable
observables
private obix.Obj[] observables
- Observable array for this instance.
OneObservableCondition
public OneObservableCondition(obix.Obj observable)
getObservables
public obix.Obj[] getObservables()
- Description copied from interface:
Condition
- Returns observables associated with this
condition. There may be one or more observables.
- Specified by:
getObservables
in interface Condition
Copyright © 2006-2008 Peter Michalek All Rights Reserved.