Uses of Interface
net.ontopia.topicmaps.core.ReifiableIF
Packages that use ReifiableIF
Package
Description
Provides interfaces for topic map objects; the topic map API for all Ontopia
topic map implementations.
The in-memory implementation of the core topic map interfaces.
Relational database implementation of the core topic map
interfaces.
INTERNAL: Classes that are used by many implementations.
This package provides topic map utility classes, which are a toolkit for
working with the topic map model provided by the core interfaces.
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.coreModifier and TypeInterfaceDescriptioninterfacePUBLIC: Implemented by objects representing associations in the topic map model.interfacePUBLIC: Implemented by objects representing association roles in the topic map model.interfacePUBLIC: Implemented by objects representing occurrences in the topic map model.interfacePUBLIC: Represents an entire topic map.interfacePUBLIC: Implemented by an object which represents a topic name, which is a topic characteristic.interfacePUBLIC: Implemented by objects representing variant names for topics.Methods in net.ontopia.topicmaps.core that return ReifiableIFModifier and TypeMethodDescriptionTopicIF.getReified()PUBLIC: Returns the topic map object that this topic reifies.Methods in net.ontopia.topicmaps.core with parameters of type ReifiableIFModifier and TypeMethodDescriptionstatic booleanDuplicateReificationException.check(ReifiableIF reifiable, TopicIF reifier) INTERNAL: Checks reification logic -
Uses of ReifiableIF in net.ontopia.topicmaps.impl.basic
Classes in net.ontopia.topicmaps.impl.basic that implement ReifiableIFModifier and TypeClassDescriptionclassINTERNAL: The basic association implementation.classINTERNAL: The basic association role implementation.classINTERNAL: The basic occurrence implementation.classINTERNAL: The basic topic map implementation.classINTERNAL: The basic topic name implementation.classINTERNAL: The basic variant name implementation.Fields in net.ontopia.topicmaps.impl.basic declared as ReifiableIFMethods in net.ontopia.topicmaps.impl.basic that return ReifiableIFMethods in net.ontopia.topicmaps.impl.basic with parameters of type ReifiableIF -
Uses of ReifiableIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement ReifiableIFModifier and TypeClassDescriptionclassINTERNAL: The rdbms association implementation.classINTERNAL: The rdbms association role implementation.classINTERNAL: The rdbms occurrence implementation.classINTERNAL: The read-only rdbms association implementation.classINTERNAL: The read-only rdbms association role implementation.classINTERNAL: The read-only rdbms occurrence implementation.classINTERNAL: The read-only rdbms topic map implementation.classINTERNAL: The read-only rdbms topic name implementation.classINTERNAL: The read-only rdbms variant name implementation.classINTERNAL: The rdbms topic map implementation.classINTERNAL: The rdbms topic name implementation.classINTERNAL: The rdbms variant name implementation.Methods in net.ontopia.topicmaps.impl.rdbms that return ReifiableIFMethods in net.ontopia.topicmaps.impl.rdbms with parameters of type ReifiableIF -
Uses of ReifiableIF in net.ontopia.topicmaps.impl.remote
Classes in net.ontopia.topicmaps.impl.remote that implement ReifiableIFModifier and TypeClassDescriptionclassINTERNAL: PRIVATE: EXPERIMENTAL: Description: Dynamic proxy for associationsclassINTERNAL: PRIVATE: -
Uses of ReifiableIF in net.ontopia.topicmaps.impl.utils
Classes in net.ontopia.topicmaps.impl.utils that implement ReifiableIFModifier and TypeClassDescriptionclassINTERNAL: Class that represents the association object which a deleted role might have belonged to.classINTERNAL:classINTERNAL:classINTERNAL:Fields in net.ontopia.topicmaps.impl.utils declared as ReifiableIFMethods in net.ontopia.topicmaps.impl.utils that return ReifiableIFMethods in net.ontopia.topicmaps.impl.utils with parameters of type ReifiableIFModifier and TypeMethodDescriptionstatic voidDeletionUtils.removeDependencies(ReifiableIF object) -
Uses of ReifiableIF in net.ontopia.topicmaps.rest.model.mixin
Subinterfaces of ReifiableIF in net.ontopia.topicmaps.rest.model.mixinModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterface -
Uses of ReifiableIF in net.ontopia.topicmaps.rest.v1
Methods in net.ontopia.topicmaps.rest.v1 with parameters of type ReifiableIFModifier and TypeMethodDescriptionvoidReifiableController.setReifier(ReifiableIF reifiable, Topic reifier) -
Uses of ReifiableIF in net.ontopia.topicmaps.utils
Methods in net.ontopia.topicmaps.utils that return ReifiableIFModifier and TypeMethodDescriptionstatic ReifiableIFMergeUtils.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 ReifiableIFModifier and TypeMethodDescriptionstatic StringKeyGenerator.makeKey(ReifiableIF object) PUBLIC: Makes a key for any reifiable object, using the other methods in this class.static StringKeyGenerator.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 voidMergeUtils.mergeInto(ReifiableIF target, ReifiableIF source) PUBLIC: Merges the source object into the target object.static ReifiableIFMergeUtils.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 ReifiableIFConstructors in net.ontopia.topicmaps.utils.ctm with parameters of type ReifiableIFModifierConstructorDescriptionParseFrame(TopicIF topic, TopicNameIF name, ScopedIF scoped, ReifiableIF reifiable, AssociationIF association)