net.ontopia.topicmaps.utils
Class SupersetOfContextDecider

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

public class SupersetOfContextDecider
extends java.lang.Object
implements DeciderIF

INTERNAL: Decider that decides whether the ScopedIF's scope is a superset of the user context or not.

See ScopeUtils for more information.


Constructor Summary
SupersetOfContextDecider(java.util.Collection context)
           
 
Method Summary
 boolean ok(java.lang.Object scoped)
          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

SupersetOfContextDecider

public SupersetOfContextDecider(java.util.Collection context)
Method Detail

ok

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

Specified by:
ok in interface DeciderIF


Copyright © 2000-2010 Ontopia.