|
SienaXML (v.2.0.0) API documentation | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectsiena.xml.rules.InequalityCondition
public class InequalityCondition
This class checks for inequality conditions, such as less than.
| Constructor Summary | |
|---|---|
InequalityCondition(double value,
boolean testForLess)
Constructor |
|
InequalityCondition(int value,
boolean testForLess)
Creates new InequalityCondition |
|
| Method Summary | |
|---|---|
boolean |
meetCondition(java.lang.Object whatToEvaluate)
Method to call to see if the object meets the condition specified by this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InequalityCondition(int value,
boolean testForLess)
value - Value to compare againsttestForLess - Flag to indicate if the comparison is for less than the specified value.
public InequalityCondition(double value,
boolean testForLess)
value - Value to compare againsttestForLess - Flag to indicate if the comparison is for less than the specified value.| Method Detail |
|---|
public boolean meetCondition(java.lang.Object whatToEvaluate)
whatToEvaluate - Object to evaluate the conditions against.
|
SienaXML (v.2.0.0) API documentation | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||