jpl.mipl.tlm.jedi
Class AlarmCondition
java.lang.Object
jpl.mipl.tlm.jedi.AlarmCondition
- All Implemented Interfaces:
- Serializable
public class AlarmCondition
- extends Object
- implements Serializable
This Bean represents an operator by which conditions of interest
can be evaluated. The results of this evaluation typically result
int the JEDI display changing color.
- Version:
- $Id: AlarmCondition.java,v 1.8 2001/02/02 16:30:35 myche Exp $
- Author:
- Myche McAuley
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlarmCondition
public AlarmCondition()
AlarmCondition
public AlarmCondition(int type,
String value)
isAlarmConditionMet
public boolean isAlarmConditionMet(boolean evaluateAsString,
String inValue)