public class DecimalRangeCondition
extends net.openai.util.fsm.Condition
Constructor and Description |
---|
DecimalRangeCondition(double lowNumber,
double highNumber) |
Modifier and Type | Method and Description |
---|---|
boolean |
satisfiedBy(Object conditional)
Called to check if the conditional meets the criteria defined by this
state.
|
public DecimalRangeCondition(double lowNumber, double highNumber)
public boolean satisfiedBy(Object conditional)
satisfiedBy
in class net.openai.util.fsm.Condition
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.