|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlogic.APredicate
logic.ModPredStrategy
public class ModPredStrategy
| Field Summary | |
|---|---|
(package private) int |
factor
|
| Constructor Summary | |
|---|---|
ModPredStrategy(int factor)
|
|
| Method Summary | |
|---|---|
IBoolean |
isTrue(java.lang.Object dat)
Returns true if the value is not evenly divided by the divisor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int factor
| Constructor Detail |
|---|
public ModPredStrategy(int factor)
factor - | Method Detail |
|---|
public IBoolean isTrue(java.lang.Object dat)
isTrue in class APredicatedat1 - Value to check.. Assumed to be an Integerdat2 - Divisor to check against. Assumed to be an Integer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||