|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjabble.Trigger
jabble.OverThresholdTrigger
public class OverThresholdTrigger
A Trigger that fires if the value of an Indicator is above a certain value.
| Field Summary |
|---|
| Fields inherited from class jabble.Trigger |
|---|
indicator |
| Constructor Summary | |
|---|---|
OverThresholdTrigger(Indicator indicator,
double threshold)
A new Trigger that fires if the indicator is above a certain value. |
|
| 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 OverThresholdTrigger(Indicator indicator,
double threshold)
indicator - The indicator associated with the Trigger.threshold - The threshold 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 | |||||||||