net.ontopia.topicmaps.webed.impl.utils
Class ScopeStorage
java.lang.Object
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.
Constructor Summary |
ScopeStorage(java.util.Collection scope,
boolean unconstrainedIncluded)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scope
protected java.util.Collection scope
unconstrainedIncluded
protected boolean unconstrainedIncluded
ScopeStorage
public ScopeStorage(java.util.Collection scope,
boolean unconstrainedIncluded)
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.