|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TopicNameIF | |
---|---|
net.ontopia.infoset.fulltext.topicmaps | Collection of classes for indexing topic maps. |
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.impl.rdbms.index | Index classes for use with the rdbms implementation. |
net.ontopia.topicmaps.impl.remote | |
net.ontopia.topicmaps.impl.tmapi2 | |
net.ontopia.topicmaps.impl.tmapi2.index | |
net.ontopia.topicmaps.impl.utils | INTERNAL: Classes that are used by many implementations. |
net.ontopia.topicmaps.schema.impl.osl | The classes and interfaces used to represent constructs in the Ontopia Schema Language. |
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. |
net.ontopia.topicmaps.utils.deciders | Provides DeciderIFs which are used by the Navigator. |
ontopoly.model | |
ontopoly.utils |
Uses of TopicNameIF in net.ontopia.infoset.fulltext.topicmaps |
---|
Methods in net.ontopia.infoset.fulltext.topicmaps with parameters of type TopicNameIF | |
---|---|
DocumentIF |
TopicMapDocumentGeneratorIF.generate(TopicNameIF basename)
INTERNAL: Generate a document for the given basename. |
DocumentIF |
DefaultTopicMapDocumentGenerator.generate(TopicNameIF basename)
|
void |
DefaultTopicMapIndexer.index(TopicNameIF name)
INTERNAL: Indexes the given topic name. |
Uses of TopicNameIF in net.ontopia.topicmaps.core |
---|
Methods in net.ontopia.topicmaps.core that return TopicNameIF | |
---|---|
TopicNameIF |
VariantNameIF.getTopicName()
PUBLIC: Gets the topic name to which this variant name belongs. |
TopicNameIF |
TopicMapBuilderIF.makeTopicName(TopicIF topic,
java.lang.String value)
PUBLIC: Makes a new untyped topic name with the given value for the given topic. |
TopicNameIF |
TopicMapBuilderIF.makeTopicName(TopicIF topic,
TopicIF bntype,
java.lang.String value)
PUBLIC: Makes a new topic name with the given type and value for the given topic. |
Methods in net.ontopia.topicmaps.core that return types with arguments of type TopicNameIF | |
---|---|
java.util.Collection<TopicNameIF> |
TopicIF.getTopicNames()
PUBLIC: Gets the names of this topic. |
Methods in net.ontopia.topicmaps.core with parameters of type TopicNameIF | |
---|---|
VariantNameIF |
TopicMapBuilderIF.makeVariantName(TopicNameIF name,
LocatorIF locator)
Deprecated. Use makeVariantName(TopicNameIF, LocatorIF, Collection) |
VariantNameIF |
TopicMapBuilderIF.makeVariantName(TopicNameIF name,
LocatorIF locator,
java.util.Collection<TopicIF> scope)
PUBLIC: Makes a new variant name with the given locator for the specified topic name in the given scope. |
VariantNameIF |
TopicMapBuilderIF.makeVariantName(TopicNameIF name,
java.io.Reader value,
long length,
LocatorIF datatype)
Deprecated. Use makeVariantName(TopicNameIF, Reader, long, LocatorIF, Collection) |
VariantNameIF |
TopicMapBuilderIF.makeVariantName(TopicNameIF name,
java.io.Reader value,
long length,
LocatorIF datatype,
java.util.Collection<TopicIF> scope)
PUBLIC: Makes a new variant name with the specified name value reader and datatype for the specified topic name in the given scope. |
VariantNameIF |
TopicMapBuilderIF.makeVariantName(TopicNameIF name,
java.lang.String value)
Deprecated. Use makeVariantName(TopicNameIF, String, Collection) |
VariantNameIF |
TopicMapBuilderIF.makeVariantName(TopicNameIF name,
java.lang.String value,
java.util.Collection<TopicIF> scope)
PUBLIC: Makes a new variant name with the specified name value for the specified topic name in the given scope. |
VariantNameIF |
TopicMapBuilderIF.makeVariantName(TopicNameIF name,
java.lang.String value,
LocatorIF datatype)
Deprecated. Use makeVariantName(TopicNameIF, String, LocatorIF, Collection) |
VariantNameIF |
TopicMapBuilderIF.makeVariantName(TopicNameIF name,
java.lang.String value,
LocatorIF datatype,
java.util.Collection<TopicIF> scope)
PUBLIC: Makes a new variant name with the specified name value and datatype for the specified name in the given scope. |
Uses of TopicNameIF in net.ontopia.topicmaps.core.index |
---|
Methods in net.ontopia.topicmaps.core.index that return types with arguments of type TopicNameIF | |
---|---|
java.util.Collection<TopicNameIF> |
NameIndexIF.getTopicNames(java.lang.String name_value)
PUBLIC: Gets all topic names that have the given name value (in any scope). |
java.util.Collection<TopicNameIF> |
ScopeIndexIF.getTopicNames(TopicIF theme)
PUBLIC: Gets all topic names that have the given topic in their direct scope. |
java.util.Collection<TopicNameIF> |
ClassInstanceIndexIF.getTopicNames(TopicIF name_type)
PUBLIC: Gets all topic names that are of the given type. |
Uses of TopicNameIF in net.ontopia.topicmaps.impl.basic |
---|
Classes in net.ontopia.topicmaps.impl.basic that implement TopicNameIF | |
---|---|
class |
TopicName
INTERNAL: The basic topic name implementation. |
Fields in net.ontopia.topicmaps.impl.basic with type parameters of type TopicNameIF | |
---|---|
protected java.util.Set<TopicNameIF> |
Topic.names
|
Methods in net.ontopia.topicmaps.impl.basic that return TopicNameIF | |
---|---|
TopicNameIF |
VariantName.getTopicName()
|
TopicNameIF |
TopicMapBuilder.makeTopicName(TopicIF topic,
java.lang.String value)
|
TopicNameIF |
TopicMapBuilder.makeTopicName(TopicIF topic,
TopicIF bntype,
java.lang.String value)
|
Methods in net.ontopia.topicmaps.impl.basic that return types with arguments of type TopicNameIF | |
---|---|
java.util.Collection<TopicNameIF> |
Topic.getTopicNames()
|
Methods in net.ontopia.topicmaps.impl.basic with parameters of type TopicNameIF | |
---|---|
protected void |
Topic.addTopicName(TopicNameIF _name)
|
VariantNameIF |
TopicMapBuilder.makeVariantName(TopicNameIF name,
LocatorIF locator)
|
VariantNameIF |
TopicMapBuilder.makeVariantName(TopicNameIF name,
LocatorIF locator,
java.util.Collection<TopicIF> scope)
|
VariantNameIF |
TopicMapBuilder.makeVariantName(TopicNameIF name,
java.io.Reader value,
long length,
LocatorIF datatype)
|
VariantNameIF |
TopicMapBuilder.makeVariantName(TopicNameIF name,
java.io.Reader value,
long length,
LocatorIF datatype,
java.util.Collection<TopicIF> scope)
|
VariantNameIF |
TopicMapBuilder.makeVariantName(TopicNameIF name,
java.lang.String variant_name)
|
VariantNameIF |
TopicMapBuilder.makeVariantName(TopicNameIF name,
java.lang.String value,
java.util.Collection<TopicIF> scope)
|
VariantNameIF |
TopicMapBuilder.makeVariantName(TopicNameIF name,
java.lang.String variant_name,
LocatorIF datatype)
|
VariantNameIF |
TopicMapBuilder.makeVariantName(TopicNameIF name,
java.lang.String value,
LocatorIF datatype,
java.util.Collection<TopicIF> scope)
|
protected void |
Topic.removeTopicName(TopicNameIF _name)
|
Uses of TopicNameIF in net.ontopia.topicmaps.impl.rdbms |
---|
Classes in net.ontopia.topicmaps.impl.rdbms that implement TopicNameIF | |
---|---|
class |
ReadOnlyTopicName
INTERNAL: The read-only rdbms topic name implementation. |
Methods in net.ontopia.topicmaps.impl.rdbms that return TopicNameIF | |
---|---|
TopicNameIF |
VariantName.getTopicName()
|
TopicNameIF |
ReadOnlyVariantName.getTopicName()
|
TopicNameIF |
TopicMapBuilder.makeTopicName(TopicIF topic,
java.lang.String value)
|
TopicNameIF |
TopicMapBuilder.makeTopicName(TopicIF topic,
TopicIF bntype,
java.lang.String value)
|
Methods in net.ontopia.topicmaps.impl.rdbms that return types with arguments of type TopicNameIF | |
---|---|
java.util.Collection<TopicNameIF> |
Topic.getTopicNames()
|
java.util.Collection<TopicNameIF> |
ReadOnlyTopic.getTopicNames()
|
Methods in net.ontopia.topicmaps.impl.rdbms with parameters of type TopicNameIF | |
---|---|
VariantNameIF |
TopicMapBuilder.makeVariantName(TopicNameIF name,
LocatorIF locator)
|
VariantNameIF |
TopicMapBuilder.makeVariantName(TopicNameIF name,
LocatorIF locator,
java.util.Collection scope)
|
VariantNameIF |
TopicMapBuilder.makeVariantName(TopicNameIF name,
java.io.Reader value,
long length,
LocatorIF datatype)
|
VariantNameIF |
TopicMapBuilder.makeVariantName(TopicNameIF name,
java.io.Reader value,
long length,
LocatorIF datatype,
java.util.Collection scope)
|
VariantNameIF |
TopicMapBuilder.makeVariantName(TopicNameIF name,
java.lang.String variant_name)
|
VariantNameIF |
TopicMapBuilder.makeVariantName(TopicNameIF name,
java.lang.String value,
java.util.Collection scope)
|
VariantNameIF |
TopicMapBuilder.makeVariantName(TopicNameIF name,
java.lang.String value,
LocatorIF datatype)
|
VariantNameIF |
TopicMapBuilder.makeVariantName(TopicNameIF name,
java.lang.String value,
LocatorIF datatype,
java.util.Collection scope)
|
Uses of TopicNameIF in net.ontopia.topicmaps.impl.rdbms.index |
---|
Methods in net.ontopia.topicmaps.impl.rdbms.index that return types with arguments of type TopicNameIF | |
---|---|
java.util.Collection<TopicNameIF> |
NameIndex.getTopicNames(java.lang.String value)
|
java.util.Collection<TopicNameIF> |
ScopeIndex.getTopicNames(TopicIF theme)
|
java.util.Collection<TopicNameIF> |
ClassInstanceIndex.getTopicNames(TopicIF name_type)
|
Uses of TopicNameIF in net.ontopia.topicmaps.impl.remote |
---|
Methods in net.ontopia.topicmaps.impl.remote with parameters of type TopicNameIF | |
---|---|
protected void |
RemoteTopic.addTopicName(TopicNameIF _basename)
|
protected void |
RemoteTopic.removeTopicName(TopicNameIF _basename)
|
Uses of TopicNameIF in net.ontopia.topicmaps.impl.tmapi2 |
---|
Methods in net.ontopia.topicmaps.impl.tmapi2 that return TopicNameIF | |
---|---|
TopicNameIF |
NameImpl.getWrapped()
|
TopicNameIF |
TopicMapImpl.unwrapName(org.tmapi.core.Name name)
|
Methods in net.ontopia.topicmaps.impl.tmapi2 with parameters of type TopicNameIF | |
---|---|
NameImpl |
TopicMapImpl.wrapName(TopicNameIF name)
|
Constructors in net.ontopia.topicmaps.impl.tmapi2 with parameters of type TopicNameIF | |
---|---|
NameImpl(TopicMapImpl topicMap,
TopicNameIF name)
|
Uses of TopicNameIF in net.ontopia.topicmaps.impl.tmapi2.index |
---|
Methods in net.ontopia.topicmaps.impl.tmapi2.index with parameters of type TopicNameIF | |
---|---|
NameImpl |
NameIndex.getName(TopicNameIF name)
|
Uses of TopicNameIF in net.ontopia.topicmaps.impl.utils |
---|
Classes in net.ontopia.topicmaps.impl.utils that implement TopicNameIF | |
---|---|
class |
SnapshotTopicName
INTERNAL: |
Fields in net.ontopia.topicmaps.impl.utils declared as TopicNameIF | |
---|---|
protected TopicNameIF |
SnapshotVariantName.basename
|
Fields in net.ontopia.topicmaps.impl.utils with type parameters of type TopicNameIF | |
---|---|
protected java.util.Collection<TopicNameIF> |
SnapshotTopic.basenames
|
Methods in net.ontopia.topicmaps.impl.utils that return TopicNameIF | |
---|---|
TopicNameIF |
SnapshotVariantName.getTopicName()
|
static TopicNameIF |
SnapshotTopicName.makeSnapshot(TopicNameIF original,
int snapshotType,
java.util.Map<TMObjectIF,SnapshotTMObject> processed)
|
Methods in net.ontopia.topicmaps.impl.utils that return types with arguments of type TopicNameIF | |
---|---|
java.util.Collection<TopicNameIF> |
SnapshotTopic.getTopicNames()
|
Methods in net.ontopia.topicmaps.impl.utils with parameters of type TopicNameIF | |
---|---|
static TopicNameIF |
SnapshotTopicName.makeSnapshot(TopicNameIF original,
int snapshotType,
java.util.Map<TMObjectIF,SnapshotTMObject> processed)
|
static java.lang.String |
ObjectStrings.toString(java.lang.String impl,
TopicNameIF basename)
|
Uses of TopicNameIF in net.ontopia.topicmaps.schema.impl.osl |
---|
Methods in net.ontopia.topicmaps.schema.impl.osl with parameters of type TopicNameIF | |
---|---|
protected void |
SchemaValidator.validate(TopicNameIF basename,
TopicNameConstraint constraint)
|
Uses of TopicNameIF in net.ontopia.topicmaps.utils |
---|
Methods in net.ontopia.topicmaps.utils that return TopicNameIF | |
---|---|
static TopicNameIF |
CopyUtils.copyTopicName(TopicIF target,
TopicNameIF source)
INTERNAL: Copies the name from the source topic to the target topic. |
static TopicNameIF |
MergeUtils.mergeInto(TopicIF target,
TopicNameIF source)
PUBLIC: Merges the source topic name into the target topic in another topic map. |
Methods in net.ontopia.topicmaps.utils with parameters of type TopicNameIF | |
---|---|
static TopicNameIF |
CopyUtils.copyTopicName(TopicIF target,
TopicNameIF source)
INTERNAL: Copies the name from the source topic to the target topic. |
static VariantNameIF |
CopyUtils.copyVariant(TopicNameIF target,
VariantNameIF source)
INTERNAL: Copies the variant from the source topic to the target topic. |
static java.lang.String |
KeyGenerator.makeTopicNameKey(TopicNameIF bn)
PUBLIC: Makes a key for a topic name. |
static java.lang.String |
KeyGenerator.makeTopicNameKey(TopicNameIF bn,
TopicMapIF othertm)
PUBLIC: Makes a key for a topic name, as it would look in another topic map. |
static TopicNameIF |
MergeUtils.mergeInto(TopicIF target,
TopicNameIF source)
PUBLIC: Merges the source topic name into the target topic in another topic map. |
static void |
MergeUtils.mergeInto(TopicNameIF target,
TopicNameIF source)
PUBLIC: Merges the source name into the target name. |
static void |
DuplicateSuppressionUtils.removeDuplicates(TopicNameIF basename)
PUBLIC: Remove all duplicate variant names of the given topic name. |
Uses of TopicNameIF in net.ontopia.topicmaps.utils.ctm |
---|
Fields in net.ontopia.topicmaps.utils.ctm declared as TopicNameIF | |
---|---|
protected TopicNameIF |
ParseFrame.name
|
Constructors in net.ontopia.topicmaps.utils.ctm with parameters of type TopicNameIF | |
---|---|
ParseFrame(TopicIF topic,
TopicNameIF name,
ScopedIF scoped,
ReifiableIF reifiable,
AssociationIF association)
|
Uses of TopicNameIF in net.ontopia.topicmaps.utils.deciders |
---|
Methods in net.ontopia.topicmaps.utils.deciders with parameters of type TopicNameIF | |
---|---|
boolean |
TMExporterDecider.ok(TopicNameIF baseName)
Accepts or rejects a TopicNameIF |
Uses of TopicNameIF in ontopoly.model |
---|
Methods in ontopoly.model that return types with arguments of type TopicNameIF | |
---|---|
java.util.List<TopicNameIF> |
NameField.getValues(Topic topic)
Returns the names, which have this NameType object as type, associated with the topic. |
Uses of TopicNameIF in ontopoly.utils |
---|
Methods in ontopoly.utils that return TopicNameIF | |
---|---|
static TopicNameIF |
OntopolyModelUtils.makeTopicName(TopicIF ntype,
TopicIF topicIF,
java.lang.String value,
java.util.Collection<TopicIF> scope)
|
Methods in ontopoly.utils that return types with arguments of type TopicNameIF | |
---|---|
static java.util.List<TopicNameIF> |
OntopolyModelUtils.findTopicNames(TopicIF nType,
TopicIF topicIF)
|
static java.util.List<TopicNameIF> |
OntopolyModelUtils.findTopicNames(TopicIF nType,
TopicIF topicIF,
java.util.Collection<TopicIF> scope)
|
static java.util.List<TopicNameIF> |
OntopolyModelUtils.findTopicNames(TopicIF nType,
TopicIF topicIF,
java.lang.String value)
|
static java.util.List<TopicNameIF> |
OntopolyModelUtils.findTopicNames(TopicIF nType,
TopicIF topicIF,
java.lang.String value,
java.util.Collection<TopicIF> scope)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |