Uses of Interface
net.ontopia.topicmaps.core.ScopedIF

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.db2tm The implementation of and public API to the DB2TM module for converting relational data (in CSV files or RDBMSs) to Topic Maps. 
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.impl.remote   
net.ontopia.topicmaps.impl.utils INTERNAL: Classes that are used by many implementations. 
net.ontopia.topicmaps.schema.impl.osl The classes and interfaces used to represent constructs in the Ontopia Schema Language. 
net.ontopia.topicmaps.schema.impl.osl.cmdline   
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. 
net.ontopia.topicmaps.xml 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.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.db2tm
 

Methods in net.ontopia.topicmaps.db2tm with parameters of type ScopedIF
protected static void Processor.addScope(ScopedIF scoped, java.lang.String[] scope, Entity entity, java.lang.String[] tuple, Context ctx)
           
protected static void Processor.updateScope(ScopedIF scoped, java.lang.String[] scope, Entity entity, java.lang.String[] tuple, Context ctx)
           
 

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.
 

Methods in net.ontopia.topicmaps.impl.basic with parameters of type ScopedIF
protected  void TopicMapBuilder.addScope(ScopedIF scoped, java.util.Collection<TopicIF> scope)
           
 

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.
 

Methods in net.ontopia.topicmaps.impl.rdbms with parameters of type ScopedIF
protected  void TopicMapBuilder.addScope(ScopedIF scoped, java.util.Collection scope)
           
 

Uses of ScopedIF in net.ontopia.topicmaps.impl.remote
 

Classes in net.ontopia.topicmaps.impl.remote that implement ScopedIF
 class DynamicAssociation
          INTERNAL: 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 ScopedIF
 class PhantomAssociation
          INTERNAL: Class that represents the association object which a deleted role might have belonged to.
 class SnapshotOccurrence
          INTERNAL:
 class SnapshotTopicName
          INTERNAL:
 class SnapshotVariantName
          INTERNAL:
 

Uses of ScopedIF in net.ontopia.topicmaps.schema.impl.osl
 

Methods in net.ontopia.topicmaps.schema.impl.osl with parameters of type ScopedIF
protected  void SchemaValidator.validateScope(TMObjectIF container, ScopedIF scoped, ScopedConstraintIF constraint)
           
 

Uses of ScopedIF in net.ontopia.topicmaps.schema.impl.osl.cmdline
 

Methods in net.ontopia.topicmaps.schema.impl.osl.cmdline with parameters of type ScopedIF
 ScopeSpecification AbstractSchemaAnalyzer.getScopeSpecification(ScopedIF scoped)
          Generate the scope specification for a ScopedIF object.
 

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:
protected static java.lang.String KeyGenerator.makeScopeKey(ScopedIF scoped)
           
protected static java.lang.String KeyGenerator.makeScopeKey(ScopedIF scoped, TopicMapIF othertm)
           
 

Uses of ScopedIF in net.ontopia.topicmaps.utils.ctm
 

Fields in net.ontopia.topicmaps.utils.ctm declared as ScopedIF
protected  ScopedIF ParseFrame.scoped
           
 

Constructors in net.ontopia.topicmaps.utils.ctm with parameters of type ScopedIF
ParseFrame(TopicIF topic, TopicNameIF name, ScopedIF scoped, ReifiableIF reifiable, AssociationIF association)
           
 

Uses of ScopedIF in net.ontopia.topicmaps.xml
 

Methods in net.ontopia.topicmaps.xml with parameters of type ScopedIF
protected  void AbstractTopicMapContentHandler.propagateThemes(ScopedIF scoped)
           
 



Copyright © 2000-2012 Ontopia.