Uses of Interface
net.ontopia.topicmaps.core.NameIF
Packages that use NameIF
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.
Provides Comparators which are used by the Navigator.
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 NameIF in net.ontopia.topicmaps.core
Subinterfaces of NameIF in net.ontopia.topicmaps.coreModifier and TypeInterfaceDescriptioninterfacePUBLIC: Implemented by an object which represents a topic name, which is a topic characteristic.interfacePUBLIC: Implemented by objects representing variant names for topics. -
Uses of NameIF in net.ontopia.topicmaps.impl.basic
Classes in net.ontopia.topicmaps.impl.basic that implement NameIFModifier and TypeClassDescriptionclassINTERNAL: The basic topic name implementation.classINTERNAL: The basic variant name implementation. -
Uses of NameIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement NameIFModifier and TypeClassDescriptionclassINTERNAL: The read-only rdbms topic name implementation.classINTERNAL: The read-only rdbms variant name implementation.classINTERNAL: The rdbms topic name implementation.classINTERNAL: The rdbms variant name implementation. -
Uses of NameIF in net.ontopia.topicmaps.impl.utils
Classes in net.ontopia.topicmaps.impl.utils that implement NameIFModifier and TypeClassDescriptionclassINTERNAL:classINTERNAL: -
Uses of NameIF in net.ontopia.topicmaps.rest.model.mixin
Subinterfaces of NameIF in net.ontopia.topicmaps.rest.model.mixinModifier and TypeInterfaceDescriptioninterfaceinterfaceinterface -
Uses of NameIF in net.ontopia.topicmaps.utils
Methods in net.ontopia.topicmaps.utils that return NameIFModifier and TypeMethodDescriptionINTERNAL: Grabs the most appropiate base name (or ifgrabOnlyTopicNameis false allow also to return the most appropiate VariantIF instance).Methods in net.ontopia.topicmaps.utils that return types with arguments of type NameIFModifier and TypeMethodDescriptionTopicCharacteristicGrabbers.getDisplayNameGrabber()INTERNAL: Returns a grabber that will grab the name most suitable for display from a topic.TopicCharacteristicGrabbers.getSortNameGrabber()INTERNAL: Returns a grabber that will grab the name most suitable for sorting from a topic.Methods in net.ontopia.topicmaps.utils with parameters of type NameIF