|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScopedIF | |
---|---|
net.ontopia.topicmaps.core | Provides interfaces for topic map objects; the topic map API for all Ontopia topic map implementations. |
net.ontopia.topicmaps.impl.basic | The in-memory implementation of the core topic map interfaces. |
net.ontopia.topicmaps.impl.rdbms | Relational database implementation of the core topic map interfaces. |
net.ontopia.topicmaps.utils | This package provides topic map utility classes, which are a toolkit for working with the topic map model provided by the core interfaces. |
net.ontopia.topicmaps.utils.ctm | Provides support for the ISO-standardized textual Compact Topic Maps syntax (or CTM) format for topic maps. |
Uses of ScopedIF in net.ontopia.topicmaps.core |
---|
Subinterfaces of ScopedIF in net.ontopia.topicmaps.core | |
---|---|
interface |
AssociationIF
PUBLIC: Implemented by objects representing associations in the topic map model. |
interface |
OccurrenceIF
PUBLIC: Implemented by objects representing occurrences in the topic map model. |
interface |
TopicNameIF
PUBLIC: Implemented by an object which represents a topic name, which is a topic characteristic. |
interface |
VariantNameIF
PUBLIC: Implemented by objects representing variant names for topics. |
Uses of ScopedIF in net.ontopia.topicmaps.impl.basic |
---|
Classes in net.ontopia.topicmaps.impl.basic that implement ScopedIF | |
---|---|
class |
Association
INTERNAL: The basic association implementation. |
class |
Occurrence
INTERNAL: The basic occurrence implementation. |
class |
TopicName
INTERNAL: The basic topic name implementation. |
class |
VariantName
INTERNAL: The basic variant name implementation. |
Uses of ScopedIF in net.ontopia.topicmaps.impl.rdbms |
---|
Classes in net.ontopia.topicmaps.impl.rdbms that implement ScopedIF | |
---|---|
class |
ReadOnlyAssociation
INTERNAL: The read-only rdbms association implementation. |
class |
ReadOnlyOccurrence
INTERNAL: The read-only rdbms occurrence implementation. |
class |
ReadOnlyTopicName
INTERNAL: The read-only rdbms topic name implementation. |
class |
ReadOnlyVariantName
INTERNAL: The read-only rdbms variant name implementation. |
Uses of ScopedIF in net.ontopia.topicmaps.utils |
---|
Methods in net.ontopia.topicmaps.utils with parameters of type ScopedIF | |
---|---|
static boolean |
ScopeUtils.isApplicableInContext(ScopedIF obj,
java.util.Collection context)
Checks to see if the ScopedIF's scope is applicable in the user context. |
static boolean |
ScopeUtils.isIntersectionOfContext(ScopedIF obj,
java.util.Collection context)
Checks to see if the ScopedIF's scope intersects with the user context. |
static boolean |
ScopeUtils.isIntersectionOfContext(ScopedIF obj,
java.lang.Object[] context)
EXPERIMENTAL: |
static boolean |
ScopeUtils.isSubsetOfContext(ScopedIF obj,
java.util.Collection context)
Checks to see if the ScopedIF's scope is a subset of the user context. |
static boolean |
ScopeUtils.isSupersetOfContext(ScopedIF obj,
java.util.Collection context)
Checks to see if the ScopedIF's scope is a superset of the user context. |
static boolean |
ScopeUtils.isSupersetOfContext(ScopedIF obj,
java.lang.Object[] context)
EXPERIMENTAL: |
Uses of ScopedIF in net.ontopia.topicmaps.utils.ctm |
---|
Constructors in net.ontopia.topicmaps.utils.ctm with parameters of type ScopedIF | |
---|---|
ParseFrame(TopicIF topic,
TopicNameIF name,
ScopedIF scoped,
ReifiableIF reifiable,
AssociationIF association)
|
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |