net.ontopia.topicmaps.webed.impl.utils
Class ScopeStorage
java.lang.Object
net.ontopia.topicmaps.webed.impl.utils.ScopeStorage
public class ScopeStorage
- extends 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scope
protected Collection scope
unconstrainedIncluded
protected boolean unconstrainedIncluded
ScopeStorage
public ScopeStorage(Collection scope,
boolean unconstrainedIncluded)
getScope
public Collection getScope()
setScope
public void setScope(Collection scope)
isUnconstrainedIncluded
public boolean isUnconstrainedIncluded()
setUnconstrainedIncluded
public void setUnconstrainedIncluded(boolean unconstrainedIncluded)
Copyright © 2000-2012 Ontopia.