net.ontopia.topicmaps.webed.impl.utils
Class ScopeStorage

java.lang.Object
  extended by net.ontopia.topicmaps.webed.impl.utils.ScopeStorage

public class ScopeStorage
extends java.lang.Object

INTERNAL: Helper class for storing a collection of TopicIF objects for scope specification as well as a flag which indicates that the unconstrained scope is allowed.


Field Summary
protected  java.util.Collection scope
           
protected  boolean unconstrainedIncluded
           
 
Constructor Summary
ScopeStorage(java.util.Collection scope, boolean unconstrainedIncluded)
           
 
Method Summary
 java.util.Collection getScope()
           
 boolean isUnconstrainedIncluded()
           
 void setScope(java.util.Collection scope)
           
 void setUnconstrainedIncluded(boolean unconstrainedIncluded)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scope

protected java.util.Collection scope

unconstrainedIncluded

protected boolean unconstrainedIncluded
Constructor Detail

ScopeStorage

public ScopeStorage(java.util.Collection scope,
                    boolean unconstrainedIncluded)
Method Detail

getScope

public java.util.Collection getScope()

setScope

public void setScope(java.util.Collection scope)

isUnconstrainedIncluded

public boolean isUnconstrainedIncluded()

setUnconstrainedIncluded

public void setUnconstrainedIncluded(boolean unconstrainedIncluded)


Copyright © 2000-2012 Ontopia.