Uses of Interface
net.ontopia.topicmaps.core.ScopedIF
Packages that use ScopedIF
Package
Description
Provides interfaces for topic map objects; the topic map API for all Ontopia
topic map implementations.
The implementation of and public API to the DB2TM module for
converting relational data (in CSV files or RDBMSs) to Topic Maps.
The in-memory implementation of the core topic map interfaces.
Relational database implementation of the core topic map
interfaces.
INTERNAL: Classes that are used by many implementations.
General (Topic Map independent) value-producing tags, which
provide mainly set manipulation operations on collections.
Provides utility classes for the Navigator Tag Libraries and
Framework.
This package provides topic map utility classes, which are a toolkit for
working with the topic map model provided by the core interfaces.
Provides support for the ISO-standardized textual Compact Topic Maps
syntax (or CTM) format for topic maps.
Provides DeciderIFs which are used by the Navigator.
Classes for importing and exporting topic maps in the XML
interchange format.
-
Uses of ScopedIF in net.ontopia.topicmaps.core
Subinterfaces of ScopedIF in net.ontopia.topicmaps.coreModifier and TypeInterfaceDescriptioninterfacePUBLIC: Implemented by objects representing associations in the topic map model.interfacePUBLIC: Implemented by objects representing occurrences in the topic map model.interfacePUBLIC: Implemented by an object which represents a topic name, which is a topic characteristic.interfacePUBLIC: Implemented by objects representing variant names for topics. -
Uses of ScopedIF in net.ontopia.topicmaps.db2tm
Methods in net.ontopia.topicmaps.db2tm with parameters of type ScopedIF -
Uses of ScopedIF in net.ontopia.topicmaps.impl.basic
Classes in net.ontopia.topicmaps.impl.basic that implement ScopedIFModifier and TypeClassDescriptionclassINTERNAL: The basic association implementation.classINTERNAL: The basic occurrence implementation.classINTERNAL: The basic topic name implementation.classINTERNAL: The basic variant name implementation.Methods in net.ontopia.topicmaps.impl.basic with parameters of type ScopedIFModifier and TypeMethodDescriptionprotected voidTopicMapBuilder.addScope(ScopedIF scoped, Collection<TopicIF> scope) -
Uses of ScopedIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement ScopedIFModifier and TypeClassDescriptionclassINTERNAL: The rdbms association implementation.classINTERNAL: The rdbms occurrence implementation.classINTERNAL: The read-only rdbms association implementation.classINTERNAL: The read-only rdbms occurrence implementation.classINTERNAL: The read-only rdbms topic name implementation.classINTERNAL: The read-only rdbms variant name implementation.classINTERNAL: The rdbms topic name implementation.classINTERNAL: The rdbms variant name implementation.Methods in net.ontopia.topicmaps.impl.rdbms with parameters of type ScopedIFModifier and TypeMethodDescriptionprotected voidTopicMapBuilder.addScope(ScopedIF scoped, Collection scope) -
Uses of ScopedIF in net.ontopia.topicmaps.impl.remote
Classes in net.ontopia.topicmaps.impl.remote that implement ScopedIFModifier and TypeClassDescriptionclassINTERNAL: PRIVATE: EXPERIMENTAL: Description: Dynamic proxy for associations -
Uses of ScopedIF in net.ontopia.topicmaps.impl.utils
Classes in net.ontopia.topicmaps.impl.utils that implement ScopedIFModifier and TypeClassDescriptionclassINTERNAL: Class that represents the association object which a deleted role might have belonged to.classINTERNAL:classINTERNAL:classINTERNAL: -
Uses of ScopedIF in net.ontopia.topicmaps.rest.model.mixin
Subinterfaces of ScopedIF in net.ontopia.topicmaps.rest.model.mixinModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterface -
Uses of ScopedIF in net.ontopia.topicmaps.rest.v1.scoped
Methods in net.ontopia.topicmaps.rest.v1.scoped with parameters of type ScopedIF -
Uses of ScopedIF in net.ontopia.topicmaps.utils
Classes in net.ontopia.topicmaps.utils with type parameters of type ScopedIFModifier and TypeClassDescriptionclassIntersectionOfContextDecider<S extends ScopedIF>INTERNAL: Decider that decides whether the ScopedIF's scope is an intersection of the user context or not.classScopedIFComparator<T extends ScopedIF>INTERNAL: Comparator that compares ScopedIF objects based on their applicability in the specified scope.Methods in net.ontopia.topicmaps.utils with type parameters of type ScopedIFModifier and TypeMethodDescriptionScopeUtils.rankByScope(Collection<S> scoped, Collection<TopicIF> scope) Ranks the ScopedIFs by the applicability to the specified scope.ScopeUtils.rankByScope(Collection<S> scoped, TopicIF theme) Ranks the ScopedIFs by the applicability to the specified scope.Methods in net.ontopia.topicmaps.utils with parameters of type ScopedIFModifier and TypeMethodDescriptionstatic booleanScopeUtils.isApplicableInContext(ScopedIF obj, Collection<TopicIF> context) Checks to see if the ScopedIF's scope is applicable in the user context.static booleanScopeUtils.isIntersectionOfContext(ScopedIF obj, Collection<TopicIF> context) Checks to see if the ScopedIF's scope intersects with the user context.static booleanScopeUtils.isIntersectionOfContext(ScopedIF obj, TopicIF[] context) EXPERIMENTAL:static booleanScopeUtils.isSubsetOfContext(ScopedIF obj, Collection<TopicIF> context) Checks to see if the ScopedIF's scope is a subset of the user context.static booleanScopeUtils.isSupersetOfContext(ScopedIF obj, Collection<TopicIF> context) Checks to see if the ScopedIF's scope is a superset of the user context.static booleanScopeUtils.isSupersetOfContext(ScopedIF obj, TopicIF[] context) EXPERIMENTAL:protected static StringKeyGenerator.makeScopeKey(ScopedIF scoped) protected static StringKeyGenerator.makeScopeKey(ScopedIF scoped, TopicMapIF othertm) booleanbooleanboolean -
Uses of ScopedIF in net.ontopia.topicmaps.utils.ctm
Fields in net.ontopia.topicmaps.utils.ctm declared as ScopedIFConstructors in net.ontopia.topicmaps.utils.ctm with parameters of type ScopedIFModifierConstructorDescriptionParseFrame(TopicIF topic, TopicNameIF name, ScopedIF scoped, ReifiableIF reifiable, AssociationIF association) -
Uses of ScopedIF in net.ontopia.topicmaps.utils.deciders
Methods in net.ontopia.topicmaps.utils.deciders with parameters of type ScopedIF -
Uses of ScopedIF in net.ontopia.topicmaps.xml
Methods in net.ontopia.topicmaps.xml with parameters of type ScopedIFModifier and TypeMethodDescriptionprotected voidAbstractTopicMapContentHandler.propagateThemes(ScopedIF scoped)