net.ontopia.utils
Class EqualsDecider

java.lang.Object
  extended by net.ontopia.utils.EqualsDecider
All Implemented Interfaces:
DeciderIF

public class EqualsDecider
extends java.lang.Object
implements DeciderIF

INTERNAL: Decider whether the reference object is equal the given object. The implementation uses the Object.equals method.


Constructor Summary
EqualsDecider(java.lang.Object refobj)
           
 
Method Summary
 boolean ok(java.lang.Object object)
          PUBLIC: Returns true if the object is accepted.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EqualsDecider

public EqualsDecider(java.lang.Object refobj)
Method Detail

ok

public boolean ok(java.lang.Object object)
Description copied from interface: DeciderIF
PUBLIC: Returns true if the object is accepted.

Specified by:
ok in interface DeciderIF


Copyright © 2000-2009 Ontopia.