|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReifiableIF | |
|---|---|
| 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.impl.remote | |
| net.ontopia.topicmaps.impl.utils | INTERNAL: Classes that are used by many implementations. |
| 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. |
| Uses of ReifiableIF in net.ontopia.topicmaps.core |
|---|
| Subinterfaces of ReifiableIF in net.ontopia.topicmaps.core | |
|---|---|
interface |
AssociationIF
PUBLIC: Implemented by objects representing associations in the topic map model. |
interface |
AssociationRoleIF
PUBLIC: Implemented by objects representing association roles in the topic map model. |
interface |
OccurrenceIF
PUBLIC: Implemented by objects representing occurrences in the topic map model. |
interface |
TopicMapIF
PUBLIC: Represents an entire topic map. |
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. |
| Methods in net.ontopia.topicmaps.core that return ReifiableIF | |
|---|---|
ReifiableIF |
TopicIF.getReified()
PUBLIC: Returns the topic map object that this topic reifies. |
| Uses of ReifiableIF in net.ontopia.topicmaps.impl.basic |
|---|
| Classes in net.ontopia.topicmaps.impl.basic that implement ReifiableIF | |
|---|---|
class |
Association
INTERNAL: The basic association implementation. |
class |
AssociationRole
INTERNAL: The basic association role implementation. |
class |
Occurrence
INTERNAL: The basic occurrence implementation. |
class |
TopicMap
INTERNAL: The basic topic map implementation. |
class |
TopicName
INTERNAL: The basic topic name implementation. |
class |
VariantName
INTERNAL: The basic variant name implementation. |
| Fields in net.ontopia.topicmaps.impl.basic declared as ReifiableIF | |
|---|---|
protected ReifiableIF |
Topic.reified
|
| Methods in net.ontopia.topicmaps.impl.basic that return ReifiableIF | |
|---|---|
ReifiableIF |
Topic.getReified()
|
| Uses of ReifiableIF in net.ontopia.topicmaps.impl.rdbms |
|---|
| Classes in net.ontopia.topicmaps.impl.rdbms that implement ReifiableIF | |
|---|---|
class |
ReadOnlyAssociation
INTERNAL: The read-only rdbms association implementation. |
class |
ReadOnlyAssociationRole
INTERNAL: The read-only rdbms association role implementation. |
class |
ReadOnlyOccurrence
INTERNAL: The read-only rdbms occurrence implementation. |
class |
ReadOnlyTopicMap
INTERNAL: The read-only rdbms topic map 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 that return ReifiableIF | |
|---|---|
ReifiableIF |
Topic.getReified()
|
ReifiableIF |
ReadOnlyTopic.getReified()
|
| Uses of ReifiableIF in net.ontopia.topicmaps.impl.remote |
|---|
| Classes in net.ontopia.topicmaps.impl.remote that implement ReifiableIF | |
|---|---|
class |
DynamicAssociation
INTERNAL: PRIVATE: EXPERIMENTAL: Description: Dynamic proxy for associations |
class |
DynamicAssociationRole
INTERNAL: PRIVATE: |
| Uses of ReifiableIF in net.ontopia.topicmaps.impl.utils |
|---|
| Classes in net.ontopia.topicmaps.impl.utils that implement ReifiableIF | |
|---|---|
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: |
| Fields in net.ontopia.topicmaps.impl.utils declared as ReifiableIF | |
|---|---|
protected ReifiableIF |
SnapshotTopic.reified
|
| Methods in net.ontopia.topicmaps.impl.utils that return ReifiableIF | |
|---|---|
ReifiableIF |
SnapshotTopic.getReified()
|
| Methods in net.ontopia.topicmaps.impl.utils with parameters of type ReifiableIF | |
|---|---|
static TopicIF |
ReificationUtils.reify(ReifiableIF reifiable,
TopicIF reifier)
INTERNAL: Make the reifier topic reify the reifiable object. |
static void |
DeletionUtils.removeDependencies(ReifiableIF object)
|
| Uses of ReifiableIF in net.ontopia.topicmaps.utils |
|---|
| Methods in net.ontopia.topicmaps.utils that return ReifiableIF | |
|---|---|
static ReifiableIF |
MergeUtils.mergeInto(TopicIF target,
ReifiableIF source)
PUBLIC: Merges the source object into a target topic in another topic map. |
| Methods in net.ontopia.topicmaps.utils with parameters of type ReifiableIF | |
|---|---|
static java.lang.String |
KeyGenerator.makeKey(ReifiableIF object)
PUBLIC: Makes a key for any reifiable object, using the other methods in this class. |
static java.lang.String |
KeyGenerator.makeKey(ReifiableIF object,
TopicMapIF topicmap)
PUBLIC: Makes a key for any reifiable object as it would look like were the object in another topic map. |
static void |
MergeUtils.mergeInto(ReifiableIF target,
ReifiableIF source)
PUBLIC: Merges the source object into the target object. |
static ReifiableIF |
MergeUtils.mergeInto(TopicIF target,
ReifiableIF source)
PUBLIC: Merges the source object into a target topic in another topic map. |
| Uses of ReifiableIF in net.ontopia.topicmaps.utils.ctm |
|---|
| Fields in net.ontopia.topicmaps.utils.ctm declared as ReifiableIF | |
|---|---|
protected ReifiableIF |
ParseFrame.reifiable
|
| Constructors in net.ontopia.topicmaps.utils.ctm with parameters of type ReifiableIF | |
|---|---|
ParseFrame(TopicIF topic,
TopicNameIF name,
ScopedIF scoped,
ReifiableIF reifiable,
AssociationIF association)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||