net.ontopia.utils
Class StringifierDecider

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

public class StringifierDecider
extends java.lang.Object
implements DeciderIF

INTERNAL: Decider that stringifies an object and passes it to the subdecider.


Constructor Summary
StringifierDecider(StringifierIF stringifier, DeciderIF decider)
           
 
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

StringifierDecider

public StringifierDecider(StringifierIF stringifier,
                          DeciderIF decider)
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-2010 Ontopia.