Uses of Interface
org.tm4j.topicmap.Occurrence

Packages that use Occurrence
org.tm4j.tmapi.core An implementation of the draft TMAPI interfaces. 
org.tm4j.topicmap Provides the core interfaces of the TM4J Topic Map Engine. 
org.tm4j.topicmap.index.text Provides interfaces for text indexing functionality and basic implementations using jakarta-lucene. 
org.tm4j.topicmap.unified Implements a TM4J back-end which merges topic maps from one or more other back-end implementations dynamically. 
org.tm4j.topicmap.utils Contains utility classes providing additional functionality for the TM4J API. 
 

Uses of Occurrence in org.tm4j.tmapi.core
 

Methods in org.tm4j.tmapi.core that return Occurrence
 Occurrence TMAPIOccurrenceImpl.getWrapped()
           
 

Constructors in org.tm4j.tmapi.core with parameters of type Occurrence
TMAPIOccurrenceImpl(Occurrence occ, TMAPITopicMapImpl tm)
           
 

Uses of Occurrence in org.tm4j.topicmap
 

Methods in org.tm4j.topicmap that return Occurrence
 Occurrence TopicMapFactoryBase.copy(Occurrence src, Topic destParent)
           
 Occurrence TopicMapFactoryBase.copy(Occurrence src, Topic destParent, boolean deep)
           
 Occurrence TopicMapFactoryBase.copy(Occurrence src, Topic destParent, boolean deep, java.lang.String idPrefix, java.lang.String idSuffix)
           
 Occurrence TopicMapFactory.copy(Occurrence src, Topic destTopic)
           
 Occurrence TopicMapFactory.copy(Occurrence src, Topic destTopic, boolean deep)
          Creates a copy of src as a new child of destTopic A deep copy of src returns an Occurrence in which the type topic is deep copied and the child resourceRef or resourceData is a duplicate of the value in the source object.
 Occurrence Topic.createOccurrence(java.lang.String id)
          Creates a new Occurrence as a child of this Topic.
 Occurrence Topic.createOccurrence(java.lang.String id, Locator resourceLocator, Topic type, Locator ref, Topic[] themes)
           
 Occurrence Topic.createOccurrence(java.lang.String id, Locator resourceLocator, Topic type, java.lang.String data, Topic[] themes)
           
 

Methods in org.tm4j.topicmap with parameters of type Occurrence
 Occurrence TopicMapFactoryBase.copy(Occurrence src, Topic destParent)
           
 Occurrence TopicMapFactoryBase.copy(Occurrence src, Topic destParent, boolean deep)
           
 Occurrence TopicMapFactoryBase.copy(Occurrence src, Topic destParent, boolean deep, java.lang.String idPrefix, java.lang.String idSuffix)
           
 Occurrence TopicMapFactory.copy(Occurrence src, Topic destTopic)
           
 Occurrence TopicMapFactory.copy(Occurrence src, Topic destTopic, boolean deep)
          Creates a copy of src as a new child of destTopic A deep copy of src returns an Occurrence in which the type topic is deep copied and the child resourceRef or resourceData is a duplicate of the value in the source object.
 void Topic.setOccurrences(Occurrence[] occurs)
          Sets the list of occurrences for this Topic.
 void Topic.addOccurrence(Occurrence occurs)
          Adds an occurrence to this Topic.
 

Uses of Occurrence in org.tm4j.topicmap.index.text
 

Methods in org.tm4j.topicmap.index.text with parameters of type Occurrence
protected  void LuceneIndexBase.addDocument(Occurrence occurrence)
           
static org.apache.lucene.document.Document LuceneDocumentFactory.createDocument(Occurrence occurrence)
           
 

Uses of Occurrence in org.tm4j.topicmap.unified
 

Classes in org.tm4j.topicmap.unified that implement Occurrence
 class UnifiedOccurrence
           
 

Methods in org.tm4j.topicmap.unified that return Occurrence
 Occurrence UnifiedTopic.createOccurrence(java.lang.String id)
           
 Occurrence UnifiedTopic.createOccurrence(java.lang.String id, Locator resourceLocator, Topic type, Locator ref, Topic[] themes)
           
 Occurrence UnifiedTopic.createOccurrence(java.lang.String id, Locator resourceLocator, Topic type, java.lang.String data, Topic[] themes)
           
 

Methods in org.tm4j.topicmap.unified with parameters of type Occurrence
 void UnifiedTopic.addOccurrence(Occurrence bn)
           
 void UnifiedTopic.setOccurrences(Occurrence[] names)
           
 

Constructors in org.tm4j.topicmap.unified with parameters of type Occurrence
UnifiedOccurrence(UnifiedTopicMap tm, Occurrence base)
           
 

Uses of Occurrence in org.tm4j.topicmap.utils
 

Methods in org.tm4j.topicmap.utils that return Occurrence
protected  Occurrence TopicMapCopier.copy(Occurrence src, Topic destParent, boolean deep, java.lang.String idPrefix, java.lang.String idSuffix, java.util.HashMap copied)
           
 

Methods in org.tm4j.topicmap.utils with parameters of type Occurrence
 boolean WalkerHandlerAdapter.startOccurrence(Occurrence occ)
           
 void WalkerHandlerAdapter.endOccurrence(Occurrence occ)
           
protected  Occurrence TopicMapCopier.copy(Occurrence src, Topic destParent, boolean deep, java.lang.String idPrefix, java.lang.String idSuffix, java.util.HashMap copied)
           
 boolean WalkerFilterAdapter.startOccurrence(Occurrence occ)
           
 void WalkerFilterAdapter.endOccurrence(Occurrence occ)
           
 boolean ScopeWalkerFilter.startOccurrence(Occurrence occ)
           
static java.lang.String OccurrenceUtils.getSignature(Occurrence occ)
          Returns the "signature" string of the occurrence.
 boolean XTMWriter.startOccurrence(Occurrence occ)
           
 void XTMWriter.endOccurrence(Occurrence occ)
           
 boolean WalkerHandler.startOccurrence(Occurrence occ)
           
 void WalkerHandler.endOccurrence(Occurrence occ)
           
 void TopicMapWalker.walk(Occurrence occ)