javax.microedition.sensor
Class OperatorTest
java.lang.Object
javax.microedition.sensor.OperatorTest
- Direct Known Subclasses:
- LimitCondition, RangeCondition
public class OperatorTest
- extends Object
Base class for RangeCondition and LimitCondition that implements a test
on double values using the supplied operator.
- Author:
- Lawrie Griffiths
Method Summary |
protected boolean |
test(double value1,
double value2,
String op)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperatorTest
public OperatorTest()
test
protected boolean test(double value1,
double value2,
String op)