obixserver.core.alarm.condition
Class OneObservableCondition

java.lang.Object
  extended by 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.
 
Constructor Summary
OneObservableCondition(obix.Obj observable)
           
 
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
 

Field Detail

observable

protected obix.Obj observable

observables

private obix.Obj[] observables
Observable array for this instance.

Constructor Detail

OneObservableCondition

public OneObservableCondition(obix.Obj observable)
Method Detail

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.