|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjabble.Trigger
jabble.OutsideRangeTrigger
public class OutsideRangeTrigger
A Trigger that fires if the value of an Indicator is outside a certain range.
| Field Summary |
|---|
| Fields inherited from class jabble.Trigger |
|---|
indicator |
| Constructor Summary | |
|---|---|
OutsideRangeTrigger(Indicator indicator,
double min,
double max)
A new Trigger that fires if the indicator is outside the specified range. |
|
| Method Summary | |
|---|---|
boolean |
isVerified()
Returns whether the Trigger is verified. |
| Methods inherited from class jabble.Trigger |
|---|
init, processPoint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutsideRangeTrigger(Indicator indicator,
double min,
double max)
indicator - The indicator associated with the Trigger.min - The lower boundary of the range, under which the Trigger will fire.max - The upper boundery of the range, over which the Trigger will fire.| Method Detail |
|---|
public boolean isVerified()
Trigger
isVerified in class Trigger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||