Uses of Interface
net.ontopia.infoset.core.LocatorIF
Packages that use LocatorIF
Package
Description
Interfaces for working with information resources and locators that
refer to information resources.
Collection of classes for indexing topic maps.
The in-memory implementation of the core information set interfaces.
Provides interfaces for topic map objects; the topic map API for all Ontopia
topic map implementations.
Provides interfaces for the engine's index system; the API for Ontopia
topic map indexes.
The implementation of and public API to the DB2TM module for
converting relational data (in CSV files or RDBMSs) to Topic Maps.
High level interfaces for locating and maintaining references to
topic maps.
The in-memory implementation of the core topic map interfaces.
Index classes for use with the basic implementation.
Relational database implementation of the core topic map
interfaces.
Index classes for use with the rdbms implementation.
INTERNAL: Classes that are used by many implementations.
This package contains the servlet classes used by
Ontopia's navigator framework.
Output-producing tags, which extract information from the provided
collection (mostly topic map related information), and write it to
the document output.
Contains the interfaces through which interaction with query
processors, queries, and query results are done.
Contains the in-memory implementation of the query language.
Contains the rdbms implementation of the query language.
Code shared between query implementations.
Contains the code that parses tolog queries.
This package provides query utility classes.
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.
This package provides support for the JSON Topic Map
Notation (or JTM) format for topic maps.
This package provides support for the textual Linear Topic Map
Notation (or LTM) format for topic maps.
This package provides support for RDF (Resource Description
Framework), a topic map-like data model for metadata defined by the
W3C.
Classes for importing and exporting topic maps in the XML
interchange format.
Contains utility classes and generic interfaces.
Contains classes for processing XML documents.
-
Uses of LocatorIF in net.ontopia.infoset.core
Methods in net.ontopia.infoset.core that return LocatorIFModifier and TypeMethodDescriptionLocatorIF.resolveAbsolute(String address) PUBLIC: Given a locator address string that is relative to this locator, return an absolute locator. -
Uses of LocatorIF in net.ontopia.infoset.fulltext.topicmaps
Methods in net.ontopia.infoset.fulltext.topicmaps with parameters of type LocatorIFModifier and TypeMethodDescriptionprotected voidDefaultTopicMapDocumentGenerator.addLocatorField(DocumentIF doc, LocatorIF locator) -
Uses of LocatorIF in net.ontopia.infoset.impl.basic
Classes in net.ontopia.infoset.impl.basic that implement LocatorIFModifier and TypeClassDescriptionclassINTERNAL: The abstract locator class.classINTERNAL: A generic locator class.classINTERNAL.classPUBLIC: A Uniform Resource Identifier locator.Methods in net.ontopia.infoset.impl.basic that return LocatorIFModifier and TypeMethodDescriptionGenericLocator.resolveAbsolute(String address) URIFragmentLocator.resolveAbsolute(String rel) URILocator.resolveAbsolute(String rel) -
Uses of LocatorIF in net.ontopia.topicmaps.core
Fields in net.ontopia.topicmaps.core declared as LocatorIFModifier and TypeFieldDescriptionstatic final LocatorIFDataTypes.TYPE_BINARYPUBLIC: xsd:base64Binary datatype.static final LocatorIFDataTypes.TYPE_BOOLEANPUBLIC: xsd:boolean datatype.static final LocatorIFDataTypes.TYPE_DATEPUBLIC: xsd:date datatype.static final LocatorIFDataTypes.TYPE_DATETIMEPUBLIC: xsd:dateTime datatype.static final LocatorIFDataTypes.TYPE_DECIMALPUBLIC: xsd:decimal datatype.static final LocatorIFDataTypes.TYPE_DOUBLEPUBLIC: xsd:double datatype.static final LocatorIFDataTypes.TYPE_FLOATPUBLIC: xsd:float datatype.static final LocatorIFDataTypes.TYPE_INTEGERPUBLIC: xsd:integer datatype.static final LocatorIFDataTypes.TYPE_LONGPUBLIC: xsd:long datatype.static final LocatorIFDataTypes.TYPE_STRINGPUBLIC: xsd:string datatype.static final LocatorIFDataTypes.TYPE_URIPUBLIC: xsd:anyURI datatype.static final LocatorIFDataTypes.TYPE_XMLPUBLIC: xsd:anyType datatype.Methods in net.ontopia.topicmaps.core that return LocatorIFModifier and TypeMethodDescriptionTopicMapStoreIF.getBaseAddress()PUBLIC: Gets a locator of the topic map in the store.OccurrenceIF.getDataType()PUBLIC: Gets the data type of this occurrence.VariantNameIF.getDataType()PUBLIC: Gets the data type of this variant.default LocatorIFOccurrenceIF.getLocator()PUBLIC: Returns a LocatorIF representation of the occurrence value.default LocatorIFVariantNameIF.getLocator()PUBLIC: Returns a LocatorIF representation of the variant value.Methods in net.ontopia.topicmaps.core that return types with arguments of type LocatorIFModifier and TypeMethodDescriptionTMObjectIF.getItemIdentifiers()PUBLIC: Gets the item identifiers of this object.TopicIF.getSubjectIdentifiers()PUBLIC: Gets the subject identitifers of this topic.TopicIF.getSubjectLocators()PUBLIC: Gets the subject locators of this topic.Methods in net.ontopia.topicmaps.core with parameters of type LocatorIFModifier and TypeMethodDescriptionvoidTMObjectIF.addItemIdentifier(LocatorIF item_identifier) PUBLIC: Adds the given item identifier to the set of item item identifiers for this object.voidTopicIF.addSubjectIdentifier(LocatorIF subject_identifier) PUBLIC: Adds the given subject identifier to the set of subject identifiers for this topic.voidTopicIF.addSubjectLocator(LocatorIF subject_locator) PUBLIC: Adds the given subject locator to the set of subject locators for this topic.TopicMapIF.getObjectByItemIdentifier(LocatorIF locator) PUBLIC: Gets the topic map object that has the given item identifier (given as a LocatorIF object), from this topic map.TopicMapIF.getTopicBySubjectIdentifier(LocatorIF locator) PUBLIC: Gets the topic that has the specified subject identifier, given as a locator.TopicMapIF.getTopicBySubjectLocator(LocatorIF locator) PUBLIC: Gets the topic in this topic map that represents the given addressable subject (locator given as a LocatorIF object).TopicMapBuilderIF.makeOccurrence(TopicIF topic, TopicIF occurs_type, Reader value, long length, LocatorIF datatype) PUBLIC: Makes a new internal occurrence with the given type and value for the given topic.TopicMapBuilderIF.makeOccurrence(TopicIF topic, TopicIF occurs_type, String value, LocatorIF datatype) PUBLIC: Makes a new internal occurrence with the given type and value for the given topic.TopicMapBuilderIF.makeOccurrence(TopicIF topic, TopicIF occurs_type, LocatorIF locator) PUBLIC: Makes a new external occurrence with the given type and locator for the given topic.TopicMapBuilderIF.makeVariantName(TopicNameIF name, Reader value, long length, LocatorIF datatype, 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.TopicMapBuilderIF.makeVariantName(TopicNameIF name, String value, LocatorIF datatype, Collection<TopicIF> scope) PUBLIC: Makes a new variant name with the specified name value and datatype for the specified name in the given scope.TopicMapBuilderIF.makeVariantName(TopicNameIF name, LocatorIF locator, Collection<TopicIF> scope) PUBLIC: Makes a new variant name with the given locator for the specified topic name in the given scope.voidTMObjectIF.removeItemIdentifier(LocatorIF item_identifier) PUBLIC: Removes the given item identifier from the set of item identifiers.voidTopicIF.removeSubjectIdentifier(LocatorIF subject_identifier) PUBLIC: Removes the given subject identifier from the set of subject identifiers for this topic.voidTopicIF.removeSubjectLocator(LocatorIF subject_locator) PUBLIC: Removes the given subject locator from the set of subject locators for this topic.voidTopicMapStoreIF.setBaseAddress(LocatorIF base_address) EXPERIMENTAL: Sets the persistent base address of the store.default voidOccurrenceIF.setLocator(LocatorIF locator) PUBLIC: Same assetValue(locator.getAddress(), DataTypes.TYPE_URI).default voidVariantNameIF.setLocator(LocatorIF locator) PUBLIC: Same assetValue(locator.getAddress(), DataTypes.TYPE_URI).voidPUBLIC: Sets the value and the data type of this occurrence using a reader.voidPUBLIC: Sets the value and the data type of this variant using a reader.voidPUBLIC: Sets the value and the data type of this occurrence using a string.voidPUBLIC: Sets the value and the data type of this variant using a string. -
Uses of LocatorIF in net.ontopia.topicmaps.core.index
Methods in net.ontopia.topicmaps.core.index that return types with arguments of type LocatorIFModifier and TypeMethodDescriptionIdentifierIndexIF.getItemIdentifiers()PUBLIC: Returns all the item identifiers of all the objects in the topicmap.IdentifierIndexIF.getItemIdentifiersByPrefix(String prefix) PUBLIC: Returns all the item identifiers of all the objects in the topicmap that start with the provided prefix.IdentifierIndexIF.getSubjectIdentifiers()PUBLIC: Returns all the subject identifiers of all the topics in the topicmap.IdentifierIndexIF.getSubjectIdentifiersByPrefix(String prefix) PUBLIC: Returns all the subject identifiers of all the topics in the topicmap that start with the provided prefix.Methods in net.ontopia.topicmaps.core.index with parameters of type LocatorIFModifier and TypeMethodDescriptionOccurrenceIndexIF.getOccurrences(String value, LocatorIF datatype) INTERNAL: Gets all occurrences that have the specified value and datatype.OccurrenceIndexIF.getOccurrences(String value, LocatorIF datatype, TopicIF occurrenceType) INTERNAL: Gets all occurrences that have the specified value, datatype and occurrenceType.OccurrenceIndexIF.getOccurrencesByPrefix(String prefix, LocatorIF datatype) INTERNAL: Gets all occurrences that have the specifed datatype and a value starting with the specified prefix.NameIndexIF.getVariants(String value, LocatorIF datatype) INTERNAL: Gets all variants that have the specified value and datatype. -
Uses of LocatorIF in net.ontopia.topicmaps.db2tm
Fields in net.ontopia.topicmaps.db2tm declared as LocatorIFModifier and TypeFieldDescriptionprotected LocatorIFContext.baselocprotected LocatorIFSynchronizationTask.baselocMethods in net.ontopia.topicmaps.db2tm that return LocatorIFModifier and TypeMethodDescriptionContext.getBaseLocator()INTERNAL: Gets the base locator currently in use.protected static LocatorIFMethods in net.ontopia.topicmaps.db2tm with parameters of type LocatorIFModifier and TypeMethodDescriptionstatic voidProcessor.addRelations(RelationMapping rmapping, Collection<String> relnames, TopicMapIF topicmap, LocatorIF baseloc) INTERNAL: Runs a DB2TM process by adding tuples to the topic map.static voidProcessor.removeRelations(RelationMapping rmapping, Collection<String> relnames, TopicMapIF topicmap, LocatorIF baseloc) INTERNAL: Runs a DB2TM process by removing tuples from the topic map.voidContext.setBaseLocator(LocatorIF baseloc) INTERNAL: Sets the current base locator.voidSynchronizationTask.setBaseLocator(LocatorIF baseloc) static voidProcessor.synchronizeRelations(RelationMapping rmapping, Collection<String> relnames, TopicMapIF topicmap, LocatorIF baseloc) INTERNAL: Runs a DB2TM process by synchronizing the relations.static voidProcessor.synchronizeRelations(RelationMapping rmapping, Collection<String> relnames, TopicMapIF topicmap, LocatorIF baseloc, boolean forceRescan) -
Uses of LocatorIF in net.ontopia.topicmaps.entry
Fields in net.ontopia.topicmaps.entry declared as LocatorIFModifier and TypeFieldDescriptionprotected LocatorIFAbstractPathTopicMapSource.base_addressprotected LocatorIFAbstractURLTopicMapReference.base_addressprotected LocatorIFResourceTopicMapSource.base_addressprotected LocatorIFURLTopicMapSource.base_addressMethods in net.ontopia.topicmaps.entry that return LocatorIFModifier and TypeMethodDescriptionAbstractPathTopicMapSource.getBase()INTERNAL: Gets the base locator of the topic maps retrieved from the source.ResourceTopicMapSource.getBase()INTERNAL: Gets the base locator of the topic maps retrieved from the source.URLTopicMapSource.getBase()INTERNAL: Gets the base locator of the topic maps retrieved from the source.AbstractURLTopicMapReference.getBaseAddress()INTERNAL: Returns the base address locator to be used when loading the topic map.Methods in net.ontopia.topicmaps.entry with parameters of type LocatorIFModifier and TypeMethodDescriptionabstract TopicMapReferenceIFAbstractOntopolyTopicMapSource.createReference(URL url, String id, String title, LocatorIF base_address) protected abstract TopicMapReferenceIFAbstractPathTopicMapSource.createReference(URL url, String id, String title, LocatorIF base_address) voidINTERNAL: Sets the base locator of the topic maps retrieved from the source.voidINTERNAL: Sets the base locator of the topic maps retrieved from the source.voidINTERNAL: Sets the base locator of the topic maps retrieved from the source.voidAbstractURLTopicMapReference.setBaseAddress(LocatorIF base_address) INTERNAL: Sets the base address locator to be used when loading the topic map.Constructors in net.ontopia.topicmaps.entry with parameters of type LocatorIFModifierConstructorDescriptionAbstractOntopolyTopicMapSource(String path, FileFilter filter, LocatorIF base_address) AbstractOntopolyTopicMapSource(String path, String suffix, LocatorIF base_address) AbstractOntopolyURLReference(URL url, String id, String title, LocatorIF base) AbstractPathTopicMapSource(String path, FileFilter filter, LocatorIF base_address) AbstractPathTopicMapSource(String path, String suffix, LocatorIF base_address) AbstractURLTopicMapReference(String id, String title, URL url, LocatorIF base_address) -
Uses of LocatorIF in net.ontopia.topicmaps.impl.basic
Fields in net.ontopia.topicmaps.impl.basic declared as LocatorIFModifier and TypeFieldDescriptionprotected LocatorIFOccurrence.datatypeprotected LocatorIFVariantName.datatypeFields in net.ontopia.topicmaps.impl.basic with type parameters of type LocatorIFModifier and TypeFieldDescriptionTopic.indicatorsprotected Map<LocatorIF,TMObjectIF> SubjectIdentityCache.source_locatorsTMObject.sourcesSubjectIdentityCache.subject_indicatorsSubjectIdentityCache.subjectsTopic.subjectsMethods in net.ontopia.topicmaps.impl.basic that return LocatorIFMethods in net.ontopia.topicmaps.impl.basic that return types with arguments of type LocatorIFModifier and TypeMethodDescriptionSubjectIdentityCache.getItemIdentifiers()TMObject.getItemIdentifiers()SubjectIdentityCache.getSubjectIdentifiers()Topic.getSubjectIdentifiers()Topic.getSubjectLocators()Methods in net.ontopia.topicmaps.impl.basic with parameters of type LocatorIFModifier and TypeMethodDescriptionprotected TMObjectIFSubjectIdentityCache._getObjectByItemIdentifier(LocatorIF source_locator) protected TopicIFSubjectIdentityCache._getTopicBySubjectIdentifier(LocatorIF subject_indicator) protected TopicIFSubjectIdentityCache._getTopicBySubjectLocator(LocatorIF subject) voidTMObject.addItemIdentifier(LocatorIF source_locator) voidTopic.addSubjectIdentifier(LocatorIF subject_indicator) voidTopic.addSubjectLocator(LocatorIF subject_locator) SubjectIdentityCache.getObjectByItemIdentifier(LocatorIF locator) TopicMap.getObjectByItemIdentifier(LocatorIF locator) SubjectIdentityCache.getTopicBySubjectIdentifier(LocatorIF locator) TopicMap.getTopicBySubjectIdentifier(LocatorIF locator) SubjectIdentityCache.getTopicBySubjectLocator(LocatorIF locator) TopicMap.getTopicBySubjectLocator(LocatorIF locator) TopicMapBuilder.makeOccurrence(TopicIF topic, TopicIF occurs_type, Reader value, long length, LocatorIF datatype) TopicMapBuilder.makeOccurrence(TopicIF topic, TopicIF occurs_type, String value, LocatorIF datatype) TopicMapBuilder.makeOccurrence(TopicIF topic, TopicIF occurs_type, LocatorIF locator) TopicMapBuilder.makeVariantName(TopicNameIF name, Reader value, long length, LocatorIF datatype, Collection<TopicIF> scope) TopicMapBuilder.makeVariantName(TopicNameIF name, String value, LocatorIF datatype, Collection<TopicIF> scope) TopicMapBuilder.makeVariantName(TopicNameIF name, LocatorIF locator, Collection<TopicIF> scope) protected voidSubjectIdentityCache.registerSourceLocator(LocatorIF source_locator, TMObjectIF object) protected voidSubjectIdentityCache.registerSubject(LocatorIF subject, TopicIF object) protected voidSubjectIdentityCache.registerSubjectIndicator(LocatorIF subject_indicator, TopicIF object) voidTMObject.removeItemIdentifier(LocatorIF source_locator) voidTopic.removeSubjectIdentifier(LocatorIF subject_indicator) voidTopic.removeSubjectLocator(LocatorIF subject_locator) voidInMemoryTopicMapStore.setBaseAddress(LocatorIF base_address) protected voidOccurrence.setDataType(LocatorIF datatype) protected voidVariantName.setDataType(LocatorIF datatype) voidvoidvoidvoidprotected voidSubjectIdentityCache.unregisterSourceLocator(LocatorIF source_locator) protected voidSubjectIdentityCache.unregisterSubject(LocatorIF subject) protected voidSubjectIdentityCache.unregisterSubjectIndicator(LocatorIF subject_indicator) -
Uses of LocatorIF in net.ontopia.topicmaps.impl.basic.index
Methods in net.ontopia.topicmaps.impl.basic.index that return types with arguments of type LocatorIFModifier and TypeMethodDescriptionIdentifierIndex.getItemIdentifiers()IdentifierIndex.getItemIdentifiersByPrefix(String prefix) IdentifierIndex.getSubjectIdentifiers()IdentifierIndex.getSubjectIdentifiersByPrefix(String prefix) Methods in net.ontopia.topicmaps.impl.basic.index with parameters of type LocatorIFModifier and TypeMethodDescriptionOccurrenceIndex.getOccurrences(String value, LocatorIF datatype) OccurrenceIndex.getOccurrences(String value, LocatorIF datatype, TopicIF occurrenceType) OccurrenceIndex.getOccurrencesByPrefix(String prefix, LocatorIF datatype) NameIndex.getVariants(String value, LocatorIF datatype) -
Uses of LocatorIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement LocatorIFModifier and TypeClassDescriptionclassINTERNAL:classINTERNAL: An abstract locator implementation used for representing locators within the rdbms implementation.classINTERNAL: A locator class used for representing topic map object source locators.classINTERNAL:classINTERNAL:Fields in net.ontopia.topicmaps.impl.rdbms declared as LocatorIFModifier and TypeFieldDescriptionprotected LocatorIFRDBMSPatternSingleTopicMapSource.base_addressprotected LocatorIFRDBMSSingleTopicMapSource.base_addressprotected LocatorIFRDBMSTopicMapReference.base_addressprotected LocatorIFRDBMSTopicMapSource.base_addressFields in net.ontopia.topicmaps.impl.rdbms with type parameters of type LocatorIFModifier and TypeFieldDescriptionLocatorLookup.cacheLocatorLookup.lruprotected QueryCache<LocatorIF,E> SharedLocatorLookup.qcacheprotected TransactionalLookupIndexIF<LocatorIF,IdentityIF> SubjectIdentityCache.source_locatorsprotected TransactionalLookupIndexIF<LocatorIF,IdentityIF> SubjectIdentityCache.subject_indicatorsprotected TransactionalLookupIndexIF<LocatorIF,IdentityIF> SubjectIdentityCache.subjectsSharedLocatorLookup.txnaddSharedLocatorLookup.txnremMethods in net.ontopia.topicmaps.impl.rdbms that return LocatorIFModifier and TypeMethodDescriptionRDBMSTopicMapReference.getBaseAddress()INTERNAL: Returns the base address locator to be used when loading the topic map.RDBMSTopicMapStore.getBaseAddress()ReadOnlyTopicMap.getBaseAddress()TopicMap.getBaseAddress()Occurrence.getDataType()ReadOnlyOccurrence.getDataType()ReadOnlyVariantName.getDataType()VariantName.getDataType()RDBMSLocator.resolveAbsolute(String address) Methods in net.ontopia.topicmaps.impl.rdbms that return types with arguments of type LocatorIFModifier and TypeMethodDescriptionReadOnlyTMObject.getItemIdentifiers()TMObject.getItemIdentifiers()ReadOnlyTopic.getSubjectIdentifiers()Topic.getSubjectIdentifiers()ReadOnlyTopic.getSubjectLocators()Topic.getSubjectLocators()Methods in net.ontopia.topicmaps.impl.rdbms with parameters of type LocatorIFModifier and TypeMethodDescriptionprotected TMObjectIFSubjectIdentityCache._getObjectByItemIdentifier(LocatorIF source_locator) protected TopicIFSubjectIdentityCache._getTopicBySubjectIdentifier(LocatorIF subject_indicator) protected TopicIFSubjectIdentityCache._getTopicBySubjectLocator(LocatorIF subject) voidReadOnlyTMObject.addItemIdentifier(LocatorIF source_locator) voidTMObject.addItemIdentifier(LocatorIF source_locator) voidReadOnlyTopic.addSubjectIdentifier(LocatorIF subject_identifier) voidTopic.addSubjectIdentifier(LocatorIF subject_indicator) voidReadOnlyTopic.addSubjectLocator(LocatorIF subject_locator) voidTopic.addSubjectLocator(LocatorIF subject_locator) protected RDBMSTopicMapReferenceRDBMSTopicMapSource.createTopicMapReference(String referenceId, String title, RDBMSStorage storage, long topicmapId, LocatorIF baseAddress) RDBMSTopicMapTransaction.getObjectByItemIdentifier(LocatorIF locator) ReadOnlyTopicMap.getObjectByItemIdentifier(LocatorIF locator) SubjectIdentityCache.getObjectByItemIdentifier(LocatorIF locator) TopicMap.getObjectByItemIdentifier(LocatorIF locator) RDBMSTopicMapTransaction.getTopicBySubjectIdentifier(LocatorIF locator) ReadOnlyTopicMap.getTopicBySubjectIdentifier(LocatorIF locator) SubjectIdentityCache.getTopicBySubjectIdentifier(LocatorIF locator) TopicMap.getTopicBySubjectIdentifier(LocatorIF locator) RDBMSTopicMapTransaction.getTopicBySubjectLocator(LocatorIF locator) ReadOnlyTopicMap.getTopicBySubjectLocator(LocatorIF locator) SubjectIdentityCache.getTopicBySubjectLocator(LocatorIF locator) TopicMap.getTopicBySubjectLocator(LocatorIF locator) TopicMapBuilder.makeOccurrence(TopicIF topic, TopicIF occurs_type, Reader value, long length, LocatorIF datatype) TopicMapBuilder.makeOccurrence(TopicIF topic, TopicIF occurs_type, String value, LocatorIF datatype) TopicMapBuilder.makeOccurrence(TopicIF topic, TopicIF occurs_type, LocatorIF locator) TopicMapBuilder.makeVariantName(TopicNameIF name, Reader value, long length, LocatorIF datatype, Collection scope) TopicMapBuilder.makeVariantName(TopicNameIF name, String value, LocatorIF datatype, Collection scope) TopicMapBuilder.makeVariantName(TopicNameIF name, LocatorIF locator, Collection scope) protected voidSubjectIdentityCache.registerSourceLocator(LocatorIF source_locator, TMObjectIF object) protected voidSubjectIdentityCache.registerSubject(LocatorIF subject, TopicIF object) protected voidSubjectIdentityCache.registerSubjectIndicator(LocatorIF subject_indicator, TopicIF object) voidReadOnlyTMObject.removeItemIdentifier(LocatorIF source_locator) voidTMObject.removeItemIdentifier(LocatorIF source_locator) voidReadOnlyTopic.removeSubjectIdentifier(LocatorIF subject_identifier) voidTopic.removeSubjectIdentifier(LocatorIF subject_indicator) voidReadOnlyTopic.removeSubjectLocator(LocatorIF subject_locator) voidTopic.removeSubjectLocator(LocatorIF subject_locator) voidRDBMSTopicMapReference.setBaseAddress(LocatorIF base_address) INTERNAL: Sets the base address locator to be used when loading the topic map and persists it in the database.voidRDBMSTopicMapStore.setBaseAddress(LocatorIF base_address) voidReadOnlyTopicMap.setBaseAddress(LocatorIF baseAddress) voidTopicMap.setBaseAddress(LocatorIF baseAddress) voidRDBMSTopicMapStore.setBaseAddressOverride(LocatorIF base_address) INTERNAL: Sets the apparent base address of the store.protected voidOccurrence.setDataType(LocatorIF datatype) voidReadOnlyOccurrence.setDataType(LocatorIF datatype) voidReadOnlyVariantName.setDataType(LocatorIF datatype) protected voidVariantName.setDataType(LocatorIF datatype) voidReadOnlyOccurrence.setLocator(LocatorIF locator) voidReadOnlyVariantName.setLocator(LocatorIF locator) voidvoidvoidvoidvoidvoidvoidvoidprotected voidSubjectIdentityCache.unregisterSourceLocator(LocatorIF source_locator) protected voidSubjectIdentityCache.unregisterSubject(LocatorIF subject) protected voidSubjectIdentityCache.unregisterSubjectIndicator(LocatorIF subject_indicator) Method parameters in net.ontopia.topicmaps.impl.rdbms with type arguments of type LocatorIFModifier and TypeMethodDescriptionvoidLocatorLookup.removeAll(Collection<LocatorIF> keys) voidSharedLocatorLookup.removeAll(Collection<LocatorIF> keys) Constructors in net.ontopia.topicmaps.impl.rdbms with parameters of type LocatorIFModifierConstructorDescriptionDataTypeLocator(LocatorIF locator) RDBMSLocator(LocatorIF locator) RDBMSTopicMapReference(String _id, String _title, StorageIF _storage, long _topicmap_id, LocatorIF _base_address) SourceLocator(LocatorIF locator) SubjectIndicatorLocator(LocatorIF locator) SubjectLocator(LocatorIF locator) Constructor parameters in net.ontopia.topicmaps.impl.rdbms with type arguments of type LocatorIFModifierConstructorDescriptionSharedLocatorLookup(StorageAccessIF access, QueryCache<LocatorIF, E> qcache, IdentityIF tmid) -
Uses of LocatorIF in net.ontopia.topicmaps.impl.rdbms.index
Methods in net.ontopia.topicmaps.impl.rdbms.index that return types with arguments of type LocatorIFModifier and TypeMethodDescriptionIdentifierIndex.getItemIdentifiers()IdentifierIndex.getItemIdentifiersByPrefix(String prefix) IdentifierIndex.getSubjectIdentifiers()IdentifierIndex.getSubjectIdentifiersByPrefix(String prefix) Methods in net.ontopia.topicmaps.impl.rdbms.index with parameters of type LocatorIFModifier and TypeMethodDescriptionOccurrenceIndex.getOccurrences(String value, LocatorIF datatype) OccurrenceIndex.getOccurrences(String value, LocatorIF datatype, TopicIF occurrenceType) OccurrenceIndex.getOccurrencesByPrefix(String prefix, LocatorIF datatype) NameIndex.getVariants(String value, LocatorIF datatype) -
Uses of LocatorIF in net.ontopia.topicmaps.impl.remote
Methods in net.ontopia.topicmaps.impl.remote that return types with arguments of type LocatorIFModifier and TypeMethodDescriptionDynamicAssociation.getItemIdentifiers()DynamicAssociationRole.getItemIdentifiers()RemoteTopic.getItemIdentifiers()RemoteTopic.getSubjectIdentifiers()RemoteTopic.getSubjectLocators()Methods in net.ontopia.topicmaps.impl.remote with parameters of type LocatorIFModifier and TypeMethodDescriptionvoidDynamicAssociation.addItemIdentifier(LocatorIF source_locator) voidDynamicAssociationRole.addItemIdentifier(LocatorIF source_locator) voidRemoteTopic.addItemIdentifier(LocatorIF source_locator) voidRemoteTopic.addSubjectIdentifier(LocatorIF subject_indicator) voidRemoteTopic.addSubjectLocator(LocatorIF subject_locator) voidDynamicAssociation.removeItemIdentifier(LocatorIF source_locator) voidDynamicAssociationRole.removeItemIdentifier(LocatorIF source_locator) voidRemoteTopic.removeItemIdentifier(LocatorIF source_locator) voidRemoteTopic.removeSubjectIdentifier(LocatorIF subject_indicator) voidRemoteTopic.removeSubjectLocator(LocatorIF subject_locator) -
Uses of LocatorIF in net.ontopia.topicmaps.impl.tmapi2
Methods in net.ontopia.topicmaps.impl.tmapi2 that return LocatorIFModifier and TypeMethodDescriptionprotected LocatorIFLocatorImpl.getWrapped()TopicMapImpl.unwrapLocator(org.tmapi.core.Locator loc) Methods in net.ontopia.topicmaps.impl.tmapi2 with parameters of type LocatorIFModifier and TypeMethodDescriptionvoidvoidvoidprotected abstract voidSets the value / datatype pair.protected voidprotected voidorg.tmapi.core.LocatorMemoryTopicMapSystemImpl.wrapLocator(LocatorIF loc) org.tmapi.core.LocatorRDBMSTopicMapSystemImpl.wrapLocator(LocatorIF loc) org.tmapi.core.LocatorTopicMapImpl.wrapLocator(LocatorIF loc) org.tmapi.core.LocatorTopicMapSystemIF.wrapLocator(LocatorIF loc) Constructors in net.ontopia.topicmaps.impl.tmapi2 with parameters of type LocatorIF -
Uses of LocatorIF in net.ontopia.topicmaps.impl.utils
Fields in net.ontopia.topicmaps.impl.utils declared as LocatorIFModifier and TypeFieldDescriptionprotected LocatorIFAbstractTopicMapReader.base_addressprotected LocatorIFAbstractTopicMapStore.base_addressprotected LocatorIFSnapshotOccurrence.datatypeprotected LocatorIFSnapshotVariantName.datatypeFields in net.ontopia.topicmaps.impl.utils with type parameters of type LocatorIFModifier and TypeFieldDescriptionprotected Collection<LocatorIF>SnapshotTMObject.srclocsprotected Collection<LocatorIF>SnapshotTopic.subindsprotected Collection<LocatorIF>SnapshotTopic.sublocsMethods in net.ontopia.topicmaps.impl.utils that return LocatorIFModifier and TypeMethodDescriptionAbstractTopicMapReader.getBaseAddress()PUBLIC: Gets the top level base address of the input source.AbstractTopicMapStore.getBaseAddress()SnapshotOccurrence.getDataType()SnapshotVariantName.getDataType()static LocatorIFMethods in net.ontopia.topicmaps.impl.utils that return types with arguments of type LocatorIFModifier and TypeMethodDescriptionPhantomAssociation.getItemIdentifiers()SnapshotTMObject.getItemIdentifiers()SnapshotTopic.getSubjectIdentifiers()SnapshotTopic.getSubjectLocators()Methods in net.ontopia.topicmaps.impl.utils with parameters of type LocatorIFModifier and TypeMethodDescriptionprotected abstract TMObjectIFAbstractSubjectIdentityCache._getObjectByItemIdentifier(LocatorIF source_locator) protected abstract TopicIFAbstractSubjectIdentityCache._getTopicBySubjectIdentifier(LocatorIF subject_indicator) protected abstract TopicIFAbstractSubjectIdentityCache._getTopicBySubjectLocator(LocatorIF subject) voidPhantomAssociation.addItemIdentifier(LocatorIF srcloc) voidSnapshotTMObject.addItemIdentifier(LocatorIF locator) voidSnapshotTopic.addSubjectIdentifier(LocatorIF locator) voidSnapshotTopic.addSubjectLocator(LocatorIF subject_locator) abstract TMObjectIFAbstractSubjectIdentityCache.getObjectByItemIdentifier(LocatorIF locator) abstract TopicIFAbstractSubjectIdentityCache.getTopicBySubjectIdentifier(LocatorIF locator) abstract TopicIFAbstractSubjectIdentityCache.getTopicBySubjectLocator(LocatorIF locator) static LocatorIFstatic ReaderAbstractTopicMapReader.makeReader(LocatorIF locator, EncodingSnifferIF sniffer) protected abstract voidAbstractSubjectIdentityCache.registerSourceLocator(LocatorIF source_locator, TMObjectIF object) protected abstract voidAbstractSubjectIdentityCache.registerSubject(LocatorIF subject, TopicIF object) protected abstract voidAbstractSubjectIdentityCache.registerSubjectIndicator(LocatorIF subject_indicator, TopicIF object) voidPhantomAssociation.removeItemIdentifier(LocatorIF srcloc) voidSnapshotTMObject.removeItemIdentifier(LocatorIF locator) voidSnapshotTopic.removeSubjectIdentifier(LocatorIF loc) voidSnapshotTopic.removeSubjectLocator(LocatorIF subject_locator) voidAbstractTopicMapReader.setBaseAddress(LocatorIF base_address) PUBLIC: Sets the top level base address of the input source.voidSnapshotOccurrence.setLocator(LocatorIF locator) voidSnapshotVariantName.setLocator(LocatorIF locator) voidvoidvoidvoidprotected abstract voidAbstractSubjectIdentityCache.unregisterSourceLocator(LocatorIF source_locator) protected abstract voidAbstractSubjectIdentityCache.unregisterSubject(LocatorIF subject) protected abstract voidAbstractSubjectIdentityCache.unregisterSubjectIndicator(LocatorIF subject_indicator) Constructors in net.ontopia.topicmaps.impl.utils with parameters of type LocatorIFModifierConstructorDescriptionAbstractTopicMapReader(InputStream stream, LocatorIF base_address) AbstractTopicMapReader(Reader reader, LocatorIF base_address) AbstractTopicMapReader(URL url, LocatorIF base_address) -
Uses of LocatorIF in net.ontopia.topicmaps.query.core
Methods in net.ontopia.topicmaps.query.core with parameters of type LocatorIFModifier and TypeMethodDescriptionQueryProcessorFactoryIF.createQueryProcessor(TopicMapIF topicmap, LocatorIF base, Map<String, String> properties) PUBLIC: Creates a newQueryProcessorIFinstance to query a given topic map. -
Uses of LocatorIF in net.ontopia.topicmaps.query.impl.basic
Fields in net.ontopia.topicmaps.query.impl.basic declared as LocatorIFModifier and TypeFieldDescriptionprotected LocatorIFAbstractDynamicPredicate.baseprotected LocatorIFPredicateFactory.baseConstructors in net.ontopia.topicmaps.query.impl.basic with parameters of type LocatorIFModifierConstructorDescriptionAbstractDynamicPredicate(TopicIF type, LocatorIF base) DynamicAssociationPredicate(TopicMapIF topicmap, LocatorIF base, TopicIF type) DynamicFailurePredicate(TopicIF type, LocatorIF base) DynamicOccurrencePredicate(TopicMapIF topicmap, LocatorIF base, TopicIF type) PredicateFactory(TopicMapIF topicmap, LocatorIF base) QueryProcessor(TopicMapIF topicmap, LocatorIF base) -
Uses of LocatorIF in net.ontopia.topicmaps.query.impl.rdbms
Fields in net.ontopia.topicmaps.query.impl.rdbms declared as LocatorIFModifier and TypeFieldDescriptionprotected LocatorIFPredicateFactory.baseprotected LocatorIFQueryProcessor.baseConstructors in net.ontopia.topicmaps.query.impl.rdbms with parameters of type LocatorIFModifierConstructorDescriptionDynamicAssociationPredicate(TopicMapIF topicmap, LocatorIF base, TopicIF type) DynamicFailurePredicate(TopicIF type, LocatorIF base) DynamicOccurrencePredicate(TopicMapIF topicmap, LocatorIF base, TopicIF type) PredicateFactory(TopicMapIF topicmap, LocatorIF base) QueryProcessor(TopicMapIF topicmap, LocatorIF base) -
Uses of LocatorIF in net.ontopia.topicmaps.query.impl.utils
Methods in net.ontopia.topicmaps.query.impl.utils with parameters of type LocatorIFModifier and TypeMethodDescriptionTologQueryProcessorFactory.createQueryProcessor(TopicMapIF topicmap, LocatorIF base, Map<String, String> properties) -
Uses of LocatorIF in net.ontopia.topicmaps.query.parser
Methods in net.ontopia.topicmaps.query.parser that return LocatorIFModifier and TypeMethodDescriptionGlobalParseContext.absolutify(String uriref) LocalParseContext.absolutify(String uriref) ParseContextIF.absolutify(String uriref) GlobalParseContext.resolveQName(QName qname) LocalParseContext.resolveQName(QName qname) ParseContextIF.resolveQName(QName qname) INTERNAL: Returns the full locator for the given QName, or reports an error if the prefix is unbound, or if the prefix is bound to something other than a subject identifier namespace (since this is used for the CTM part of tolog INSERT only).Constructors in net.ontopia.topicmaps.query.parser with parameters of type LocatorIFModifierConstructorDescriptionGlobalParseContext(PredicateFactoryIF factory, TopicMapIF topicmap, LocatorIF base) -
Uses of LocatorIF in net.ontopia.topicmaps.query.utils
Methods in net.ontopia.topicmaps.query.utils with parameters of type LocatorIFModifier and TypeMethodDescriptionstatic QueryProcessorIFQueryUtils.createQueryProcessor(String queryLanguage, TopicMapIF topicmap, LocatorIF base) static QueryProcessorIFQueryUtils.createQueryProcessor(String queryLanguage, TopicMapIF topicmap, LocatorIF base, Map properties) EXPERIMENTAL: ...static QueryProcessorIFQueryUtils.createQueryProcessor(TopicMapIF topicmap, LocatorIF base) PUBLIC: Factory method for creating a new query processor for a given topic map and base address.static QueryProcessorIFQueryUtils.createQueryProcessor(TopicMapIF topicmap, LocatorIF base, Map properties) static QueryProcessorIFQueryUtils.getQueryProcessor(String queryLanguage, TopicMapIF topicmap, LocatorIF base) PUBLIC: Returns the default query processor for the given topic map and base address.static QueryProcessorIFQueryUtils.getQueryProcessor(TopicMapIF topicmap, LocatorIF base) -
Uses of LocatorIF in net.ontopia.topicmaps.rest.converters
Methods in net.ontopia.topicmaps.rest.converters with parameters of type LocatorIFModifier and TypeMethodDescriptionprotected abstract TopicMapReaderIFAbstractConverter.getFragmentReader(InputStream stream, LocatorIF base_address) protected TopicMapReaderIFCTMConverter.getFragmentReader(InputStream stream, LocatorIF base_address) protected TopicMapReaderIFJTMConverter.getFragmentReader(InputStream stream, LocatorIF base_address) protected TopicMapReaderIFLTMConverter.getFragmentReader(InputStream stream, LocatorIF base_address) protected TopicMapReaderIFTMXMLConverter.getFragmentReader(InputStream stream, LocatorIF base_address) protected TopicMapReaderIFXTMConverter.getFragmentReader(InputStream stream, LocatorIF base_address) -
Uses of LocatorIF in net.ontopia.topicmaps.rest.model
Methods in net.ontopia.topicmaps.rest.model that return LocatorIFMethods in net.ontopia.topicmaps.rest.model with parameters of type LocatorIFModifier and TypeMethodDescriptionvoidOccurrence.setDatatype(LocatorIF datatype) voidVariantName.setDatatype(LocatorIF datatype) voidOccurrence.setLocator(LocatorIF locator) -
Uses of LocatorIF in net.ontopia.topicmaps.rest.model.mixin
Subinterfaces of LocatorIF in net.ontopia.topicmaps.rest.model.mixin -
Uses of LocatorIF in net.ontopia.topicmaps.rest.v1.topicmap
Methods in net.ontopia.topicmaps.rest.v1.topicmap that return types with arguments of type LocatorIF -
Uses of LocatorIF in net.ontopia.topicmaps.utils
Fields in net.ontopia.topicmaps.utils declared as LocatorIFModifier and TypeFieldDescriptionprotected LocatorIFSubjectIdentityDecider.subject_identifierPROTECTED: the given subject identifier.protected LocatorIFNameGrabber.themeIndicatorPROTECTED: The subject indicator of the theme used to decide suitability.Methods in net.ontopia.topicmaps.utils that return LocatorIFModifier and TypeMethodDescriptionNoFollowTopicRefExternalReferenceHandler.externalTopic(LocatorIF loc) PUBLIC: External topics are not resolved.NullResolvingExternalReferenceHandler.externalTopic(LocatorIF parm1) PUBLIC: always returns nullNoFollowTopicRefExternalReferenceHandler.externalTopicMap(LocatorIF loc) PUBLIC: External topic maps are resolved.NullResolvingExternalReferenceHandler.externalTopicMap(LocatorIF parm1) PUBLIC: always returns nullstatic LocatorIFIdentityUtils.getSymbolicIdLocator(TopicMapIF topicmap, String symbolicId) INTERNAL: Expands a symbolic id into a LocatorIF based on the base locator of the given topic map..PUBLIC: Creates a locator from a QName.Methods in net.ontopia.topicmaps.utils with parameters of type LocatorIFModifier and TypeMethodDescriptionImportExportServiceIF.createReference(URL url, String referenceId, String title, LocatorIF baseAddress) PUBLIC: Creates an AbstractURLTopicMapReference for the specified url, using the appropriate reader and/or writer provided by this service.NoFollowTopicRefExternalReferenceHandler.externalTopic(LocatorIF loc) PUBLIC: External topics are not resolved.NullResolvingExternalReferenceHandler.externalTopic(LocatorIF parm1) PUBLIC: always returns nullNoFollowTopicRefExternalReferenceHandler.externalTopicMap(LocatorIF loc) PUBLIC: External topic maps are resolved.NullResolvingExternalReferenceHandler.externalTopicMap(LocatorIF parm1) PUBLIC: always returns nullConstructors in net.ontopia.topicmaps.utils with parameters of type LocatorIFModifierConstructorDescriptionNameGrabber(LocatorIF themeIndicator) INTERNAL: Creates the grabber and sets the comparator to be a ScopedIFComparator using the least constrained scope.NameGrabber(LocatorIF themeIndicator, boolean variant) PUBLIC: Creates the grabber and sets the comparator to be a ScopedIFComparator using the least constrained scope.SubjectIdentityDecider(LocatorIF subject_identifier) INTERNAL: Creates a decider which uses the given subject identifier. -
Uses of LocatorIF in net.ontopia.topicmaps.utils.ctm
Methods in net.ontopia.topicmaps.utils.ctm that return LocatorIFModifier and TypeMethodDescriptionAbstractTopicGenerator.getDatatype()IRIAsArgumentGenerator.getDatatype()ValueGenerator.getDatatype()ValueGeneratorIF.getDatatype()AbstractTopicGenerator.getLocator()IRIAsArgumentGenerator.getLocator()ValueGenerator.getLocator()ValueGeneratorIF.getLocator()Returns a locator if the literal is a locator.GlobalParseContext.resolveQname(String qname) ParseContextIF.resolveQname(String qname) Methods in net.ontopia.topicmaps.utils.ctm that return types with arguments of type LocatorIFModifier and TypeMethodDescriptionGlobalParseContext.getIncludeUris()ParseContextIF.getIncludeUris()Methods in net.ontopia.topicmaps.utils.ctm with parameters of type LocatorIFModifier and TypeMethodDescriptionvoidGlobalParseContext.addIncludeUri(LocatorIF uri) voidParseContextIF.addIncludeUri(LocatorIF uri) voidvoidCTMPathTopicMapSource.createReference(URL url, String id, String title, LocatorIF base) GlobalParseContext.getTopicByItemIdentifier(LocatorIF itemid) ParseContextIF.getTopicByItemIdentifier(LocatorIF itemid) GlobalParseContext.getTopicBySubjectIdentifier(LocatorIF subjid) ParseContextIF.getTopicBySubjectIdentifier(LocatorIF subjid) GlobalParseContext.getTopicBySubjectLocator(LocatorIF subjloc) ParseContextIF.getTopicBySubjectLocator(LocatorIF subjloc) GlobalParseContext.makeTopicByItemIdentifier(LocatorIF itemid) ParseContextIF.makeTopicByItemIdentifier(LocatorIF itemid) GlobalParseContext.makeTopicBySubjectIdentifier(LocatorIF subjid) ParseContextIF.makeTopicBySubjectIdentifier(LocatorIF subjid) GlobalParseContext.makeTopicBySubjectLocator(LocatorIF subjloc) ParseContextIF.makeTopicBySubjectLocator(LocatorIF subjloc) voidvoidValueGenerator.setDatatype(LocatorIF datatype) voidValueGenerator.setLocator(LocatorIF locator) Constructors in net.ontopia.topicmaps.utils.ctm with parameters of type LocatorIFModifierConstructorDescriptionCTMTopicMapReader(InputStream stream, LocatorIF base_address) PUBLIC: Creates a topic map reader bound to the input stream given in the arguments.CTMTopicMapReader(Reader reader, LocatorIF base_address) PUBLIC: Creates a topic map reader bound to the reader given in the arguments.CTMTopicMapReader(URL url, LocatorIF base_address) CTMTopicMapReference(URL url, String id, String title, LocatorIF base_address) GlobalParseContext(TopicMapIF topicmap, LocatorIF base) IRIAsArgumentGenerator(ParseContextIF context, LocatorIF locator) LocalParseContext(TopicMapIF topicmap, LocatorIF base, ParseContextIF parent) ValueGenerator(TopicIF topic, String literal, LocatorIF datatype, LocatorIF locator) -
Uses of LocatorIF in net.ontopia.topicmaps.utils.jtm
Constructors in net.ontopia.topicmaps.utils.jtm with parameters of type LocatorIFModifierConstructorDescriptionJTMTopicMapReader(InputStream stream, LocatorIF base_address) PUBLIC: Creates a topic map reader bound to the input stream given in the arguments.JTMTopicMapReader(Reader reader, LocatorIF base_address) PUBLIC: Creates a topic map reader bound to the reader given in the arguments. -
Uses of LocatorIF in net.ontopia.topicmaps.utils.ltm
Methods in net.ontopia.topicmaps.utils.ltm with parameters of type LocatorIFModifier and TypeMethodDescriptionLTMPathTopicMapSource.createReference(URL url, String id, String title, LocatorIF base) voidConstructors in net.ontopia.topicmaps.utils.ltm with parameters of type LocatorIFModifierConstructorDescriptionLTMTopicMapReader(InputStream stream, LocatorIF base_address) PUBLIC: Creates a topic map reader bound to the input stream given in the arguments.LTMTopicMapReader(Reader reader, LocatorIF base_address) PUBLIC: Creates a topic map reader bound to the reader given in the arguments.LTMTopicMapReader(URL url, LocatorIF base_address) LTMTopicMapReference(URL url, String id, String title, LocatorIF base_address) -
Uses of LocatorIF in net.ontopia.topicmaps.utils.rdf
Fields in net.ontopia.topicmaps.utils.rdf declared as LocatorIFMethods in net.ontopia.topicmaps.utils.rdf with parameters of type LocatorIFModifier and TypeMethodDescriptionRDFImporterExporterService.createReference(URL url, String refid, String title, LocatorIF base_address) protected TopicMapReferenceIFRDFPathTopicMapSource.createReference(URL url, String id, String title, LocatorIF base_address) voidRDFTopicMapReader.setBaseAddress(LocatorIF baseAddress) PUBLIC: Sets the base address of the topic maps retrieved from the source.Constructors in net.ontopia.topicmaps.utils.rdf with parameters of type LocatorIF -
Uses of LocatorIF in net.ontopia.topicmaps.utils.tmprefs
Methods in net.ontopia.topicmaps.utils.tmprefs that return LocatorIF -
Uses of LocatorIF in net.ontopia.topicmaps.utils.tmrap
Methods in net.ontopia.topicmaps.utils.tmrap that return types with arguments of type LocatorIFModifier and TypeMethodDescriptionTopicPages.getItemIdentifiers()TopicPages.getSubjectIdentifiers()TopicPages.getSubjectLocators()Method parameters in net.ontopia.topicmaps.utils.tmrap with type arguments of type LocatorIFModifier and TypeMethodDescriptionstatic StringTMRAPImplementation.deleteTopic(NavigatorApplicationIF navapp, Collection<LocatorIF> items, Collection<LocatorIF> subjects, Collection<LocatorIF> identifiers, String[] tmids) static voidTMRAPImplementation.getTopic(NavigatorApplicationIF navapp, Collection<LocatorIF> items, Collection<LocatorIF> subjects, Collection<LocatorIF> indicators, String[] tmids, String syntax, String view, ContentHandler handler) static TopicMapIFTMRAPImplementation.getTopicPage(NavigatorApplicationIF navapp, TMRAPConfiguration config, Collection<LocatorIF> items, Collection<LocatorIF> subjects, Collection<LocatorIF> indicators, String[] tmids) FederatedTopicIndex.getTopicPages(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects) RegistryTopicIndex.getTopicPages(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects) RemoteTopicIndex.getTopicPages(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects) TopicIndexIF.getTopicPages(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects) Returns all known topic pages for the topics whose identity matches one of the locators passed as arguments.TopicMapTopicIndex.getTopicPages(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects) FederatedTopicIndex.getTopicPages2(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects) RegistryTopicIndex.getTopicPages2(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects) RemoteTopicIndex.getTopicPages2(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects) TopicIndexIF.getTopicPages2(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects) Returns all known topic pages for the topics whose identity matches one of the locators passed as arguments.TopicMapTopicIndex.getTopicPages2(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects) FederatedTopicIndex.getTopics(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects) RegistryTopicIndex.getTopics(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects) RemoteTopicIndex.getTopics(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects) TopicIndexIF.getTopics(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects) Returns all topics the index knows about whose identity matches one the of the locators passed as arguments.TopicMapTopicIndex.getTopics(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects) FederatedTopicIndex.loadRelatedTopics(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects, boolean two_step) RegistryTopicIndex.loadRelatedTopics(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects, boolean two_step) RemoteTopicIndex.loadRelatedTopics(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects, boolean two_steps) TopicIndexIF.loadRelatedTopics(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects, boolean two_steps) TopicMapTopicIndex.loadRelatedTopics(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects, boolean two_step) static voidTMRAPImplementation.updateTopic(NavigatorApplicationIF navapp, String fragment, String syntax, String tmid, Collection<LocatorIF> indicators, Collection<LocatorIF> items, Collection<LocatorIF> subjects) -
Uses of LocatorIF in net.ontopia.topicmaps.utils.xfml
Fields in net.ontopia.topicmaps.utils.xfml declared as LocatorIFMethods in net.ontopia.topicmaps.utils.xfml that return LocatorIFModifier and TypeMethodDescriptionprotected LocatorIFXFMLContentHandler.createLocator(String address) protected LocatorIFXFMLContentHandler.createURILocator(String address) protected LocatorIFXFMLContentHandler.getBaseAddress()Methods in net.ontopia.topicmaps.utils.xfml with parameters of type LocatorIFModifier and TypeMethodDescriptionprotected voidXFMLContentHandler.addItemIdentifier(TopicIF topic, LocatorIF locator) protected voidXFMLContentHandler.addSubjectIdentifier(TopicIF topic, LocatorIF locator) Constructors in net.ontopia.topicmaps.utils.xfml with parameters of type LocatorIFModifierConstructorDescriptionXFMLContentHandler(TopicMapStoreFactoryIF stores, LocatorIF base_address) XFMLContentHandler(TopicMapStoreFactoryIF stores, LocatorIF base_address, Collection processed_documents) XFMLTopicMapReader(InputStream stream, LocatorIF base_address) Creates an XFML reader bound to the input stream given in the arguments.XFMLTopicMapReader(Reader reader, LocatorIF base_address) Creates an XFML reader bound to the reader given in the arguments.XFMLTopicMapReader(InputSource source, LocatorIF base_address) PUBLIC: Creates a topic map reader bound to the input source given in the arguments. -
Uses of LocatorIF in net.ontopia.topicmaps.viz
Methods in net.ontopia.topicmaps.viz that return LocatorIFModifier and TypeMethodDescriptionstatic LocatorIFVizUtils.makeLocator(File file) static LocatorIFVizUtils.makeLocator(String url) Methods in net.ontopia.topicmaps.viz with parameters of type LocatorIFModifier and TypeMethodDescriptionAppletContext.getTopicForLocator(LocatorIF aLocator, TopicMapIF topicmap) ApplicationContextIF.getTopicForLocator(LocatorIF locator, TopicMapIF aTopicmap) Returns the topic with the given subject identifier, if any.DesktopContext.getTopicForLocator(LocatorIF aLocator, TopicMapIF topicmap) -
Uses of LocatorIF in net.ontopia.topicmaps.xml
Fields in net.ontopia.topicmaps.xml declared as LocatorIFModifier and TypeFieldDescriptionprotected LocatorIFCanonicalTopicMapWriter.baselocprotected LocatorIFAbstractTopicMapContentHandler.doc_addressdocument base uri, used for intra-document references.static final LocatorIFXTMContentHandler.nullPSIFields in net.ontopia.topicmaps.xml with type parameters of type LocatorIFModifier and TypeFieldDescriptionprotected Collection<LocatorIF>AbstractTopicMapContentHandler.processed_documents_accumulatedprotected Collection<LocatorIF>AbstractTopicMapContentHandler.processed_documents_currentprotected Collection<LocatorIF>AbstractTopicMapContentHandler.processed_documents_from_parentMethods in net.ontopia.topicmaps.xml that return LocatorIFModifier and TypeMethodDescriptionprotected LocatorIFXTMContentHandler.createLocator(String address) protected LocatorIFXTMContentHandler.createURILocator(String address) ExternalReferenceHandlerIF.externalTopic(LocatorIF address) PUBLIC: Receive notification of a reference to an external topic.ExternalReferenceHandlerIF.externalTopicMap(LocatorIF address) PUBLIC: Receive notification of a reference to an external topic map.protected LocatorIFXTMContentHandler.getBaseAddress()CanonicalTopicMapWriter.getBaseLocator()INTERNAL: Gets the base locator used to resolve relative locators.Methods in net.ontopia.topicmaps.xml with parameters of type LocatorIFModifier and TypeMethodDescriptionprotected voidXTMContentHandler.addItemIdentifier(TMObjectIF tmobject, LocatorIF sourceLocator) protected TopicIFXTMContentHandler.addSubjectIdentifier(TopicIF topic, LocatorIF subjectIndicator) TMXMLPathTopicMapSource.createReference(URL url, String id, String title, LocatorIF base_address) XTMPathTopicMapSource.createReference(URL url, String id, String title, LocatorIF base_address) ExternalReferenceHandlerIF.externalTopic(LocatorIF address) PUBLIC: Receive notification of a reference to an external topic.ExternalReferenceHandlerIF.externalTopicMap(LocatorIF address) PUBLIC: Receive notification of a reference to an external topic map.protected TopicIFXTMContentHandler.getReferencedExternalTopic(LocatorIF orig_locator) protected StringTMXMLWriter.getSubjectIndicatorRef(TopicIF topic, LocatorIF indicator) protected StringXTMTopicMapExporter.getSubjectIndicatorRef(TopicIF topic, LocatorIF indicator) INTERNAL: This method is used to get the string form of the subject indicator of a topic.protected TopicIFXTMContentHandler.registerSourceLocator(TopicIF topic, LocatorIF locator) protected TopicIFXTMContentHandler.registerSubjectIndicator(TopicIF topic, LocatorIF locator) protected TopicIFXTMContentHandler.registerSubjectLocator(TopicIF topic, LocatorIF locator) protected voidXTMTopicMapExporter.reportInvalidLocator(LocatorIF locator) protected TopicIFXTMContentHandler.resolveResourceRef(LocatorIF locator) protected TopicIFXTMContentHandler.resolveSourceLocatorOrSubjectIndicator(LocatorIF locator) voidCanonicalTopicMapWriter.setBaseLocator(LocatorIF baseloc) INTERNAL: Sets the base locator used to resolve relative locators.Constructors in net.ontopia.topicmaps.xml with parameters of type LocatorIFModifierConstructorDescriptionAbstractTopicMapContentHandler(LocatorIF base_address) AbstractTopicMapContentHandler(LocatorIF base_address, Collection<LocatorIF> processed_documents_from_parent) TMXMLReader(InputStream stream, LocatorIF base_address) PUBLIC: Creates a reader reading from the given InputStream using the specified base address.TMXMLReader(Reader reader, LocatorIF base_address) PUBLIC: Creates a reader reading from the given Reader using the specified base address.TMXMLReader(URL url, LocatorIF base_address) TMXMLReader(InputSource source, LocatorIF base) PUBLIC: Creates a reader reading from the given location, using a different base address.TMXMLTopicMapReference(URL url, String id, String title, LocatorIF base_address) XTM2ContentHandler(TopicMapStoreFactoryIF store_factory, LocatorIF doc_address) XTM2ContentHandler(TopicMapStoreFactoryIF store_factory, LocatorIF doc_address, Set read_documents) XTMContentHandler(TopicMapStoreFactoryIF stores, LocatorIF base_address) XTMContentHandler(TopicMapStoreFactoryIF stores, LocatorIF base_address, Collection<LocatorIF> processed_documents) XTMSnifferContentHandler(XTMTopicMapReader reader, TopicMapStoreFactoryIF store_factory, XMLReader parser, LocatorIF base_address) XTMTopicMapReader(InputStream stream, LocatorIF base_address) PUBLIC: Creates a topic map reader bound to the input stream given in the arguments.XTMTopicMapReader(Reader reader, LocatorIF base_address) PUBLIC: Creates a topic map reader bound to the reader given in the arguments.XTMTopicMapReader(URL url, LocatorIF base_address) XTMTopicMapReader(InputSource source, LocatorIF base_address) PUBLIC: Creates a topic map reader bound to the input source given in the arguments.XTMTopicMapReference(URL url, String id, String title, LocatorIF base_address) Constructor parameters in net.ontopia.topicmaps.xml with type arguments of type LocatorIFModifierConstructorDescriptionAbstractTopicMapContentHandler(LocatorIF base_address, Collection<LocatorIF> processed_documents_from_parent) XTMContentHandler(TopicMapStoreFactoryIF stores, LocatorIF base_address, Collection<LocatorIF> processed_documents) -
Uses of LocatorIF in net.ontopia.utils
Methods in net.ontopia.utils with parameters of type LocatorIFModifier and TypeMethodDescriptionstatic FileURIUtils.getURIFile(LocatorIF file) INTERNAL: Given a URILocator in the file: URI scheme, produce the corresponding File object. -
Uses of LocatorIF in net.ontopia.xml
Fields in net.ontopia.xml declared as LocatorIFMethods in net.ontopia.xml that return LocatorIFModifier and TypeMethodDescriptionAbstractXMLFormatReader.getBaseAddress()INTERNAL: Gets the top level base address of the input source.Methods in net.ontopia.xml with parameters of type LocatorIFModifier and TypeMethodDescriptionvoidAbstractXMLFormatReader.setBaseAddress(LocatorIF base_address) INTERNAL: Sets the top level base address of the input source.Constructors in net.ontopia.xml with parameters of type LocatorIFModifierConstructorDescriptionAbstractXMLFormatReader(InputStream stream, LocatorIF base_address) AbstractXMLFormatReader(Reader reader, LocatorIF base_address) AbstractXMLFormatReader(URL url, LocatorIF base_address) AbstractXMLFormatReader(InputSource source, LocatorIF base_address) -
Uses of LocatorIF in ontopoly.conversion
Fields in ontopoly.conversion declared as LocatorIFModifier and TypeFieldDescriptionprotected static final LocatorIFUpgradeBase.base_onprotected static final LocatorIFUpgradeBase.base_techprotected static final LocatorIFUpgradeBase.base_xsdprotected static final LocatorIFUpgradeBase.base_xtmprotected static final LocatorIFUpgradeBase.psibaseprotected static final LocatorIFUpgradeBase.teqbaseprotected static final LocatorIFUpgradeBase.xsdbaseprotected static final LocatorIFUpgradeBase.xtmbaseMethods in ontopoly.conversion with parameters of type LocatorIFModifier and TypeMethodDescriptionprotected static OccurrenceIFUpgradeBase.addOccurrence(TopicMap topicMap, LocatorIF base_on, TopicIF topic, String otype, String datatype, String value) protected static voidUpgradeBase.assignEditMode(TopicMapIF topicmap, LocatorIF base_on, TopicIF rfield, String mode) protected static voidUpgradeBase.assignEmbedded(TopicMapIF topicmap, LocatorIF base_on, TopicIF rfield, String cview) protected static voidUpgradeBase.assignField(TopicMapIF topicmap, LocatorIF base_on, TopicIF oField, String ptypeId) protected static voidUpgradeBase.assignField(TopicMapIF topicmap, LocatorIF base_on, TopicIF oField, TopicIF ptype) protected static voidUpgradeBase.assignFieldsView(TopicMapIF topicmap, LocatorIF base_on, TopicIF fieldDefinition, String view) protected static voidUpgradeBase.assignValueView(TopicMapIF topicmap, LocatorIF base_on, TopicIF rfield, String pview, String cview) protected static voidUpgradeBase.assignViewMode(TopicMapIF topicmap, LocatorIF base_on, TopicIF rfield, String view, String mode) protected static TopicIFUpgradeBase.defineIdentityField(TopicMapIF topicmap, LocatorIF base_on, String itypeId, String cardinality) protected static TopicIFUpgradeBase.defineIdentityField(TopicMapIF topicmap, LocatorIF base_on, TopicIF itype, TopicIF cardinality) protected static TopicIFUpgradeBase.defineOccurrenceField(TopicMap topicMap, LocatorIF base_on, String otypeId, String datatype, String cardinality) protected static TopicIFUpgradeBase.defineOccurrenceField(TopicMap topicMap, LocatorIF base_on, TopicIF otype, TopicIF datatype, TopicIF cardinality) protected static UpgradeBase.RoleFieldDefinitionUpgradeBase.defineRoleFields(TopicMapIF topicmap, LocatorIF base_on, String atypeId, String afieldName, String[] rtypeIds, String[] rfieldNames, String[][] ptypeIds) protected static UpgradeBase.RoleFieldDefinitionUpgradeBase.defineRoleFields(TopicMapIF topicmap, LocatorIF base_on, TopicIF atype, String afieldName, TopicIF[] rtypes, String[] rfieldNames, TopicIF[][] pptypes) protected static TopicIFUpgradeBase.getTopic(TopicMapIF topicmap, LocatorIF base_on, String ref) protected static voidUpgradeBase.makePublicSystemTopic(TopicMapIF topicmap, LocatorIF base_on, LocatorIF base_t, String topic) protected static voidUpgradeBase.removeTopic(TopicMapIF topicmap, LocatorIF base_on, String ref) protected static voidUpgradeBase.removeTopicIfExist(TopicMapIF topicmap, LocatorIF base_on, String ref) protected static voidUpgradeBase.renameSubjectIdentifier(TopicMapIF topicmap, LocatorIF base_on, String oldId, String newId) protected static voidUpgradeBase.translateAssociations(String atype1, String[] rtypes1, String atype2, String[] rtypes2, TopicMapIF tm, LocatorIF base_on, QueryProcessorIF qp, DeclarationContextIF dc) -
Uses of LocatorIF in ontopoly.model
Fields in ontopoly.model declared as LocatorIFModifier and TypeFieldDescriptionstatic final LocatorIFPSI.DCstatic final LocatorIFPSI.ONstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFPSI.ON_CARDINALITYstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFPSI.ON_CHILD_VIEWstatic final LocatorIFPSI.ON_CREATE_ACTIONstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFPSI.ON_CREATORstatic final LocatorIFPSI.ON_DATATYPEstatic final LocatorIFPSI.ON_DATATYPE_HTMLstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFUntil version 1.9 of the Ontopoly meta-schema we used our own PSI for the default name type, instead of the TMDM PSI.static final LocatorIFPSI.ON_DESCRIPTIONstatic final LocatorIFPSI.ON_EDIT_MODEstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFPSI.ON_FIELD_ORDERstatic final LocatorIFPSI.ON_FIELD_OWNERstatic final LocatorIFstatic final LocatorIFPSI.ON_FIELDS_VIEWstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFPSI.ON_HAS_DATATYPEstatic final LocatorIFPSI.ON_HAS_FIELDstatic final LocatorIFstatic final LocatorIFPSI.ON_HAS_NAME_TYPEstatic final LocatorIFstatic final LocatorIFPSI.ON_HAS_ROLE_TYPEstatic final LocatorIFPSI.ON_HEIGHTstatic final LocatorIFstatic final LocatorIFPSI.ON_IDENTITY_TYPEstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFPSI.ON_IS_SYMMETRICstatic final LocatorIFstatic final LocatorIFPSI.ON_LATITUDEstatic final LocatorIFPSI.ON_LONGITUDEstatic final LocatorIFPSI.ON_NAME_FIELDstatic final LocatorIFPSI.ON_NAME_TYPEstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFPSI.ON_ONTOLOGY_TYPEstatic final LocatorIFstatic final LocatorIFPSI.ON_PARENT_VIEWstatic final LocatorIFstatic final LocatorIFPSI.ON_QUERY_FIELDstatic final LocatorIFPSI.ON_ROLE_FIELDstatic final LocatorIFPSI.ON_ROLE_TYPEstatic final LocatorIFPSI.ON_SUBCLASSstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFPSI.ON_SUPERCLASSstatic final LocatorIFstatic final LocatorIFPSI.ON_SYSTEM_TOPICstatic final LocatorIFPSI.ON_TED_TOPIC_MAPstatic final LocatorIFstatic final LocatorIFPSI.ON_TOPIC_MAPstatic final LocatorIFPSI.ON_TOPIC_MAP_IDstatic final LocatorIFPSI.ON_TOPIC_TYPEstatic final LocatorIFPSI.ON_UNTYPED_TOPICstatic final LocatorIFstatic final LocatorIFPSI.ON_USE_EDIT_MODEstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFPSI.ON_VALUES_QUERYstatic final LocatorIFPSI.ON_VERSIONstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFstatic final LocatorIFPSI.ON_WIDTHstatic final LocatorIFPSI.TECHstatic final LocatorIFstatic final LocatorIFPSI.TESTstatic final LocatorIFPSI.TMDMstatic final LocatorIFPSI.TMDM_TOPIC_NAMEstatic final LocatorIFPSI.XSDstatic final LocatorIFPSI.XTMMethods in ontopoly.model that return LocatorIFModifier and TypeMethodDescriptionCardinality.getLocator()DataType.getLocator()Returns the datatype locator that this datatype represents.EditMode.getLocator()abstract LocatorIFFieldDefinition.getLocator()IdentityField.getLocator()InterfaceControl.getLocator()NameField.getLocator()OccurrenceField.getLocator()QueryField.getLocator()RoleField.getLocator()abstract LocatorIFAbstractTypingTopic.getLocatorIF()Gets the LocatorIF for this typing topic.AssociationType.getLocatorIF()IdentityType.getLocatorIF()NameType.getLocatorIF()OccurrenceType.getLocatorIF()RoleType.getLocatorIF()TopicType.getLocatorIF()Methods in ontopoly.model with parameters of type LocatorIF -
Uses of LocatorIF in ontopoly.utils
Methods in ontopoly.utils with parameters of type LocatorIFModifier and TypeMethodDescriptionstatic TopicIFOntopolyModelUtils.findBinaryPlayer(TopicMap tm, LocatorIF atypeId, TopicIF player1, LocatorIF rtype1Id, LocatorIF rtype2Id) static OccurrenceIFOntopolyModelUtils.findOccurrence(TopicIF oType, TopicIF topicIF, LocatorIF datatype, Collection<TopicIF> scope) static List<OccurrenceIF>OntopolyModelUtils.findOccurrences(TopicIF oType, TopicIF topicIF, String value, LocatorIF datatype, Collection<TopicIF> scope) static List<OccurrenceIF>OntopolyModelUtils.findOccurrences(TopicIF oType, TopicIF topicIF, LocatorIF datatype) static List<OccurrenceIF>OntopolyModelUtils.findOccurrences(TopicIF oType, TopicIF topicIF, LocatorIF datatype, Collection<TopicIF> scope) static TopicIFOntopolyModelUtils.getTopicIF(TopicMap tm, LocatorIF subjectIdentifier) static TopicIFOntopolyModelUtils.getTopicIF(TopicMap tm, LocatorIF subjectIdentifier, boolean mustExist) static TopicIFOntopolyModelUtils.getTopicIF(TopicMap tm, LocatorIF base, String subjectIndicator) static OccurrenceIFOntopolyModelUtils.makeOccurrence(TopicIF otype, TopicIF topicIF, String value, LocatorIF datatype, Collection<TopicIF> scope)