|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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.core.index | Provides interfaces for the engine's index system; the API for Ontopia topic map indexes. |
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. |
Methods in net.ontopia.topicmaps.core that return types with arguments of type OccurrenceIF | |
---|---|
java.util.Collection<OccurrenceIF> |
TopicIF.getOccurrences()
PUBLIC: Gets the occurrences of this topic. |
Uses of OccurrenceIF in net.ontopia.topicmaps.core.index |
---|
Methods in net.ontopia.topicmaps.core.index that return types with arguments of type OccurrenceIF | |
---|---|
java.util.Collection<OccurrenceIF> |
OccurrenceIndexIF.getOccurrences(java.lang.String value)
INTERNAL: Gets all occurrences that have the specified value independent of datatype. |
java.util.Collection<OccurrenceIF> |
OccurrenceIndexIF.getOccurrences(java.lang.String value,
LocatorIF datatype)
INTERNAL: Gets all occurrences that have the specified value and datatype. |
java.util.Collection<OccurrenceIF> |
ScopeIndexIF.getOccurrences(TopicIF theme)
PUBLIC: Gets all occurrences that have the given topic in their direct scope. |
java.util.Collection<OccurrenceIF> |
ClassInstanceIndexIF.getOccurrences(TopicIF occurrence_type)
PUBLIC: Gets all occurrences that are of the given type. |
java.util.Collection<OccurrenceIF> |
OccurrenceIndexIF.getOccurrencesByPrefix(java.lang.String prefix)
INTERNAL: Gets all occurrences of any datatype that have a value starting with the specified prefix. |
java.util.Collection<OccurrenceIF> |
OccurrenceIndexIF.getOccurrencesByPrefix(java.lang.String prefix,
LocatorIF datatype)
INTERNAL: Gets all occurrences that have the specifed datatype and a value starting with the specified prefix. |
java.util.Iterator<OccurrenceIF> |
OccurrenceIndexIF.getValuesGreaterThanOrEqual(java.lang.String value)
INTERNAL: Gets all occurrence values that are greather than or equal to the given value. |
java.util.Iterator<OccurrenceIF> |
OccurrenceIndexIF.getValuesSmallerThanOrEqual(java.lang.String value)
INTERNAL: Gets all occurrence values that are smaller than or equal to the given value. |
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)
|
Methods in net.ontopia.topicmaps.impl.basic that return types with arguments of type OccurrenceIF | |
---|---|
java.util.Collection<OccurrenceIF> |
Topic.getOccurrences()
|
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)
|
Methods in net.ontopia.topicmaps.impl.rdbms that return types with arguments of type OccurrenceIF | |
---|---|
java.util.Collection<OccurrenceIF> |
Topic.getOccurrences()
|
java.util.Collection<OccurrenceIF> |
ReadOnlyTopic.getOccurrences()
|
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. |
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |