logic
Class EqualsZero

java.lang.Object
  extended by logic.APredicate
      extended by logic.EqualsZero

public class EqualsZero
extends APredicate


Field Summary
static EqualsZero Singleton
           
 
Constructor Summary
private EqualsZero()
           
 
Method Summary
 IBoolean isTrue(java.lang.Object dat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Singleton

public static EqualsZero Singleton
Constructor Detail

EqualsZero

private EqualsZero()
Method Detail

isTrue

public IBoolean isTrue(java.lang.Object dat)
Specified by:
isTrue in class APredicate
Parameters:
dat -
Returns: