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

Packages that use OccurrenceIF
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. 
 

Uses of OccurrenceIF in net.ontopia.topicmaps.core
 

Methods in net.ontopia.topicmaps.core that return OccurrenceIF
 OccurrenceIF TopicMapBuilderIF.makeOccurrence(TopicIF topic, TopicIF occurs_type, LocatorIF locator)
          PUBLIC: Makes a new external occurrence with the given type and locator for the given topic.
 OccurrenceIF TopicMapBuilderIF.makeOccurrence(TopicIF topic, TopicIF occurs_type, java.io.Reader value, long length, LocatorIF datatype)
          PUBLIC: Makes a new internal occurrence with the given type and value for the given topic.
 OccurrenceIF TopicMapBuilderIF.makeOccurrence(TopicIF topic, TopicIF occurs_type, java.lang.String value)
          PUBLIC: Makes a new internal occurrence with the given type and value for the given topic.
 OccurrenceIF TopicMapBuilderIF.makeOccurrence(TopicIF topic, TopicIF occurs_type, java.lang.String value, LocatorIF datatype)
          PUBLIC: Makes a new internal occurrence with the given type and value for the given topic.
 

Uses of OccurrenceIF in net.ontopia.topicmaps.impl.basic
 

Classes in net.ontopia.topicmaps.impl.basic that implement OccurrenceIF
 class Occurrence
          INTERNAL: The basic occurrence implementation.
 

Methods in net.ontopia.topicmaps.impl.basic that return OccurrenceIF
 OccurrenceIF TopicMapBuilder.makeOccurrence(TopicIF topic, TopicIF occurs_type, LocatorIF locator)
           
 OccurrenceIF TopicMapBuilder.makeOccurrence(TopicIF topic, TopicIF occurs_type, java.io.Reader value, long length, LocatorIF datatype)
           
 OccurrenceIF TopicMapBuilder.makeOccurrence(TopicIF topic, TopicIF occurs_type, java.lang.String value)
           
 OccurrenceIF TopicMapBuilder.makeOccurrence(TopicIF topic, TopicIF occurs_type, java.lang.String value, LocatorIF datatype)
           
 

Uses of OccurrenceIF in net.ontopia.topicmaps.impl.rdbms
 

Classes in net.ontopia.topicmaps.impl.rdbms that implement OccurrenceIF
 class ReadOnlyOccurrence
          INTERNAL: The read-only rdbms occurrence implementation.
 

Methods in net.ontopia.topicmaps.impl.rdbms that return OccurrenceIF
 OccurrenceIF TopicMapBuilder.makeOccurrence(TopicIF topic, TopicIF occurs_type, LocatorIF locator)
           
 OccurrenceIF TopicMapBuilder.makeOccurrence(TopicIF topic, TopicIF occurs_type, java.io.Reader value, long length, LocatorIF datatype)
           
 OccurrenceIF TopicMapBuilder.makeOccurrence(TopicIF topic, TopicIF occurs_type, java.lang.String value)
           
 OccurrenceIF TopicMapBuilder.makeOccurrence(TopicIF topic, TopicIF occurs_type, java.lang.String value, LocatorIF datatype)
           
 

Uses of OccurrenceIF in net.ontopia.topicmaps.utils
 

Methods in net.ontopia.topicmaps.utils that return OccurrenceIF
static OccurrenceIF CopyUtils.copyOccurrence(TopicIF target, OccurrenceIF source)
          INTERNAL: Copies the occurrence from the source topic to the target topic.
 

Methods in net.ontopia.topicmaps.utils with parameters of type OccurrenceIF
static OccurrenceIF CopyUtils.copyOccurrence(TopicIF target, OccurrenceIF source)
          INTERNAL: Copies the occurrence from the source topic to the target topic.
static void CopyUtils.copyOccurrenceData(OccurrenceIF target, OccurrenceIF source)
          INTERNAL: Copies the occurrence value and datatype from the source topic to the target topic.
static java.lang.String KeyGenerator.makeOccurrenceKey(OccurrenceIF occ)
          PUBLIC: Makes a key for an occurrence.
static void MergeUtils.mergeInto(OccurrenceIF target, OccurrenceIF source)
          PUBLIC: Merges the source occurrence into the target occurrence.
 



Copyright © 2000-2009 Ontopia.