Uses of Interface
net.ontopia.topicmaps.core.TypedIF
Packages that use TypedIF
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.
Value-producing tags, which extract information from the topic
map and insert it into the execution context.
This package provides topic map utility classes, which are a toolkit for
working with the topic map model provided by the core interfaces.
Classes for importing and exporting topic maps in the XML
interchange format.
-
Uses of TypedIF in net.ontopia.topicmaps.core
Subinterfaces of TypedIF 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: Implemented by an object which represents a topic name, which is a topic characteristic. -
Uses of TypedIF in net.ontopia.topicmaps.impl.basic
Classes in net.ontopia.topicmaps.impl.basic that implement TypedIFModifier and TypeClassDescriptionclassINTERNAL: The basic association implementation.classINTERNAL: The basic association role implementation.classINTERNAL: The basic occurrence implementation.classINTERNAL: The basic topic name implementation. -
Uses of TypedIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement TypedIFModifier 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 name implementation.classINTERNAL: The rdbms topic name implementation. -
Uses of TypedIF in net.ontopia.topicmaps.impl.utils
Classes in net.ontopia.topicmaps.impl.utils that implement TypedIFModifier and TypeClassDescriptionclassINTERNAL: Class that represents the association object which a deleted role might have belonged to.classINTERNAL:classINTERNAL:Methods in net.ontopia.topicmaps.impl.utils with parameters of type TypedIF -
Uses of TypedIF in net.ontopia.topicmaps.rest.model.mixin
Subinterfaces of TypedIF in net.ontopia.topicmaps.rest.model.mixinModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterface -
Uses of TypedIF in net.ontopia.topicmaps.rest.v1
Methods in net.ontopia.topicmaps.rest.v1 with parameters of type TypedIF -
Uses of TypedIF in net.ontopia.topicmaps.utils
Classes in net.ontopia.topicmaps.utils with type parameters of type TypedIFModifier and TypeClassDescriptionclassTypedIFGrabber<T extends TypedIF>INTERNAL: Grabber that grabs the type property of the TypedIF object given to it.Fields in net.ontopia.topicmaps.utils with type parameters of type TypedIFMethods in net.ontopia.topicmaps.utils with type parameters of type TypedIFModifier and TypeMethodDescriptionstatic <T extends TypedIF>
TCharacteristicUtils.getByType(Collection<T> objects, TopicIF type) INTERNAL: Finds first characteristic of a specified type.Methods in net.ontopia.topicmaps.utils that return types with arguments of type TypedIFModifier and TypeMethodDescriptionstatic Comparator<TypedIF>TopicComparators.getTypedIFComparator()static Comparator<TypedIF>TopicComparators.getTypedIFComparator(Collection<TopicIF> scope) Methods in net.ontopia.topicmaps.utils with parameters of type TypedIFModifier and TypeMethodDescriptionintINTERNAL: Compares the given typedIF objects using the comparator given to the constructorTypeHierarchyUtils.getSupertypes(TypedIF typed) INTERNAL: Returns the topic which types the singly typed objecttypedand all of its supertypes.static booleanClassInstanceUtils.isInstanceOf(TypedIF typed, TopicIF type) INTERNAL: Returns true if the TypedIF object is an instance the given type.booleanTypeHierarchyUtils.isInstanceOf(TypedIF typed, TopicIF klass) INTERNAL: Determines if the singly-typed objecttypedis an instance of the typeklass.protected static StringKeyGenerator.makeTypedKey(TypedIF typed) protected static StringKeyGenerator.makeTypedKey(TypedIF typed, TopicMapIF othertm) -
Uses of TypedIF in net.ontopia.topicmaps.xml
Methods in net.ontopia.topicmaps.xml with parameters of type TypedIFModifier and TypeMethodDescriptionprotected voidXTMTopicMapExporter.writeInstanceOf(TypedIF typed, ContentHandler dh)