Uses of Interface
net.ontopia.infoset.core.LocatorIF
-
Packages that use LocatorIF Package Description net.ontopia.infoset.core Interfaces for working with information resources and locators that refer to information resources.net.ontopia.infoset.fulltext.topicmaps Collection of classes for indexing topic maps.net.ontopia.infoset.impl.basic The in-memory implementation of the core information set interfaces.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.db2tm The implementation of and public API to the DB2TM module for converting relational data (in CSV files or RDBMSs) to Topic Maps.net.ontopia.topicmaps.entry High level interfaces for locating and maintaining references to topic maps.net.ontopia.topicmaps.impl.basic The in-memory implementation of the core topic map interfaces.net.ontopia.topicmaps.impl.basic.index Index classes for use with the basic implementation.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.utils INTERNAL: Classes that are used by many implementations.net.ontopia.topicmaps.nav2.servlets This package contains the servlet classes used by Ontopia's navigator framework.net.ontopia.topicmaps.nav2.taglibs.output Output-producing tags, which extract information from the provided collection (mostly topic map related information), and write it to the document output.net.ontopia.topicmaps.query.core Contains the interfaces through which interaction with query processors, queries, and query results are done.net.ontopia.topicmaps.query.impl.basic Contains the in-memory implementation of the query language.net.ontopia.topicmaps.query.impl.rdbms Contains the rdbms implementation of the query language.net.ontopia.topicmaps.query.impl.utils Code shared between query implementations.net.ontopia.topicmaps.query.parser Contains the code that parses tolog queries.net.ontopia.topicmaps.query.utils This package provides query utility classes.net.ontopia.topicmaps.rest.converters net.ontopia.topicmaps.rest.model net.ontopia.topicmaps.rest.model.mixin net.ontopia.topicmaps.rest.v1.topicmap 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.jtm This package provides support for the JSON Topic Map Notation (or JTM) format for topic maps.net.ontopia.topicmaps.utils.ltm This package provides support for the textual Linear Topic Map Notation (or LTM) format for topic maps.net.ontopia.topicmaps.utils.rdf This package provides support for RDF (Resource Description Framework), a topic map-like data model for metadata defined by the W3C.net.ontopia.topicmaps.utils.tmprefs net.ontopia.topicmaps.utils.tmrap net.ontopia.topicmaps.utils.xfml net.ontopia.topicmaps.viz net.ontopia.topicmaps.xml Classes for importing and exporting topic maps in the XML interchange format.net.ontopia.utils Contains utility classes and generic interfaces.net.ontopia.xml Contains classes for processing XML documents.ontopoly.conversion ontopoly.model ontopoly.utils -
-
Uses of LocatorIF in net.ontopia.infoset.core
Methods in net.ontopia.infoset.core that return LocatorIF Modifier and Type Method Description LocatorIFLocatorIF. 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 LocatorIF Modifier and Type Method Description protected voidDefaultTopicMapDocumentGenerator. addLocatorField(DocumentIF doc, LocatorIF locator) -
Uses of LocatorIF in net.ontopia.infoset.impl.basic
Classes in net.ontopia.infoset.impl.basic that implement LocatorIF Modifier and Type Class Description classAbstractLocatorINTERNAL: The abstract locator class.classGenericLocatorINTERNAL: A generic locator class.classURIFragmentLocatorINTERNAL.classURILocatorPUBLIC: A Uniform Resource Identifier locator.Methods in net.ontopia.infoset.impl.basic that return LocatorIF Modifier and Type Method Description LocatorIFGenericLocator. resolveAbsolute(String address)LocatorIFURIFragmentLocator. resolveAbsolute(String rel)LocatorIFURILocator. resolveAbsolute(String rel) -
Uses of LocatorIF in net.ontopia.topicmaps.core
Fields in net.ontopia.topicmaps.core declared as LocatorIF Modifier and Type Field Description static LocatorIFDataTypes. TYPE_BINARYPUBLIC: xsd:base64Binary datatype.static LocatorIFDataTypes. TYPE_BOOLEANPUBLIC: xsd:boolean datatype.static LocatorIFDataTypes. TYPE_DATEPUBLIC: xsd:date datatype.static LocatorIFDataTypes. TYPE_DATETIMEPUBLIC: xsd:dateTime datatype.static LocatorIFDataTypes. TYPE_DECIMALPUBLIC: xsd:decimal datatype.static LocatorIFDataTypes. TYPE_DOUBLEPUBLIC: xsd:double datatype.static LocatorIFDataTypes. TYPE_FLOATPUBLIC: xsd:float datatype.static LocatorIFDataTypes. TYPE_INTEGERPUBLIC: xsd:integer datatype.static LocatorIFDataTypes. TYPE_LONGPUBLIC: xsd:long datatype.static LocatorIFDataTypes. TYPE_STRINGPUBLIC: xsd:string datatype.static LocatorIFDataTypes. TYPE_URIPUBLIC: xsd:anyURI datatype.static LocatorIFDataTypes. TYPE_XMLPUBLIC: xsd:anyType datatype.Methods in net.ontopia.topicmaps.core that return LocatorIF Modifier and Type Method Description LocatorIFTopicMapStoreIF. getBaseAddress()PUBLIC: Gets a locator of the topic map in the store.LocatorIFOccurrenceIF. getDataType()PUBLIC: Gets the data type of this occurrence.LocatorIFVariantNameIF. 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 LocatorIF Modifier and Type Method Description Collection<LocatorIF>TMObjectIF. getItemIdentifiers()PUBLIC: Gets the item identifiers of this object.Collection<LocatorIF>TopicIF. getSubjectIdentifiers()PUBLIC: Gets the subject identitifers of this topic.Collection<LocatorIF>TopicIF. getSubjectLocators()PUBLIC: Gets the subject locators of this topic.Methods in net.ontopia.topicmaps.core with parameters of type LocatorIF Modifier and Type Method Description voidTMObjectIF. 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.TMObjectIFTopicMapIF. getObjectByItemIdentifier(LocatorIF locator)PUBLIC: Gets the topic map object that has the given item identifier (given as a LocatorIF object), from this topic map.TopicIFTopicMapIF. getTopicBySubjectIdentifier(LocatorIF locator)PUBLIC: Gets the topic that has the specified subject identifier, given as a locator.TopicIFTopicMapIF. getTopicBySubjectLocator(LocatorIF locator)PUBLIC: Gets the topic in this topic map that represents the given addressable subject (locator given as a LocatorIF object).OccurrenceIFTopicMapBuilderIF. 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.OccurrenceIFTopicMapBuilderIF. 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.OccurrenceIFTopicMapBuilderIF. makeOccurrence(TopicIF topic, TopicIF occurs_type, LocatorIF locator)PUBLIC: Makes a new external occurrence with the given type and locator for the given topic.VariantNameIFTopicMapBuilderIF. 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.VariantNameIFTopicMapBuilderIF. 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.VariantNameIFTopicMapBuilderIF. 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).voidOccurrenceIF. setReader(Reader value, long length, LocatorIF datatype)PUBLIC: Sets the value and the data type of this occurrence using a reader.voidVariantNameIF. setReader(Reader value, long length, LocatorIF datatype)PUBLIC: Sets the value and the data type of this variant using a reader.voidOccurrenceIF. setValue(String value, LocatorIF datatype)PUBLIC: Sets the value and the data type of this occurrence using a string.voidVariantNameIF. setValue(String value, LocatorIF datatype)PUBLIC: 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 LocatorIF Modifier and Type Method Description Collection<LocatorIF>IdentifierIndexIF. getItemIdentifiers()PUBLIC: Returns all the item identifiers of all the objects in the topicmap.Collection<LocatorIF>IdentifierIndexIF. getItemIdentifiersByPrefix(String prefix)PUBLIC: Returns all the item identifiers of all the objects in the topicmap that start with the provided prefix.Collection<LocatorIF>IdentifierIndexIF. getSubjectIdentifiers()PUBLIC: Returns all the subject identifiers of all the topics in the topicmap.Collection<LocatorIF>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 LocatorIF Modifier and Type Method Description Collection<OccurrenceIF>OccurrenceIndexIF. getOccurrences(String value, LocatorIF datatype)INTERNAL: Gets all occurrences that have the specified value and datatype.Collection<OccurrenceIF>OccurrenceIndexIF. getOccurrences(String value, LocatorIF datatype, TopicIF occurrenceType)INTERNAL: Gets all occurrences that have the specified value, datatype and occurrenceType.Collection<OccurrenceIF>OccurrenceIndexIF. getOccurrencesByPrefix(String prefix, LocatorIF datatype)INTERNAL: Gets all occurrences that have the specifed datatype and a value starting with the specified prefix.Collection<VariantNameIF>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 LocatorIF Modifier and Type Field Description protected LocatorIFContext. baselocprotected LocatorIFSynchronizationTask. baselocMethods in net.ontopia.topicmaps.db2tm that return LocatorIF Modifier and Type Method Description LocatorIFContext. getBaseLocator()INTERNAL: Gets the base locator currently in use.protected static LocatorIFUtils. getLocator(Relation relation, Entity entity, Field field, String[] tuple, Context ctx)Methods in net.ontopia.topicmaps.db2tm with parameters of type LocatorIF Modifier and Type Method Description static 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 LocatorIF Modifier and Type Field Description protected LocatorIFAbstractPathTopicMapSource. base_addressprotected LocatorIFAbstractURLTopicMapReference. base_addressprotected LocatorIFResourceTopicMapSource. base_addressprotected LocatorIFURLTopicMapSource. base_addressMethods in net.ontopia.topicmaps.entry that return LocatorIF Modifier and Type Method Description LocatorIFAbstractPathTopicMapSource. getBase()INTERNAL: Gets the base locator of the topic maps retrieved from the source.LocatorIFResourceTopicMapSource. getBase()INTERNAL: Gets the base locator of the topic maps retrieved from the source.LocatorIFURLTopicMapSource. getBase()INTERNAL: Gets the base locator of the topic maps retrieved from the source.LocatorIFAbstractURLTopicMapReference. 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 LocatorIF Modifier and Type Method Description abstract TopicMapReferenceIFAbstractOntopolyTopicMapSource. createReference(URL url, String id, String title, LocatorIF base_address)protected abstract TopicMapReferenceIFAbstractPathTopicMapSource. createReference(URL url, String id, String title, LocatorIF base_address)voidAbstractPathTopicMapSource. setBase(LocatorIF base_address)INTERNAL: Sets the base locator of the topic maps retrieved from the source.voidResourceTopicMapSource. setBase(LocatorIF base_address)INTERNAL: Sets the base locator of the topic maps retrieved from the source.voidURLTopicMapSource. setBase(LocatorIF base_address)INTERNAL: 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 LocatorIF Constructor Description AbstractOntopolyTopicMapSource(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 LocatorIF Modifier and Type Field Description protected LocatorIFOccurrence. datatypeprotected LocatorIFVariantName. datatypeFields in net.ontopia.topicmaps.impl.basic with type parameters of type LocatorIF Modifier and Type Field Description protected Set<LocatorIF>Topic. indicatorsprotected Map<LocatorIF,TMObjectIF>SubjectIdentityCache. source_locatorsprotected Set<LocatorIF>TMObject. sourcesprotected Map<LocatorIF,TopicIF>SubjectIdentityCache. subject_indicatorsprotected Map<LocatorIF,TopicIF>SubjectIdentityCache. subjectsprotected Set<LocatorIF>Topic. subjectsMethods in net.ontopia.topicmaps.impl.basic that return LocatorIF Modifier and Type Method Description LocatorIFOccurrence. getDataType()LocatorIFVariantName. getDataType()Methods in net.ontopia.topicmaps.impl.basic that return types with arguments of type LocatorIF Modifier and Type Method Description Collection<LocatorIF>SubjectIdentityCache. getItemIdentifiers()Collection<LocatorIF>TMObject. getItemIdentifiers()Collection<LocatorIF>SubjectIdentityCache. getSubjectIdentifiers()Collection<LocatorIF>Topic. getSubjectIdentifiers()Collection<LocatorIF>Topic. getSubjectLocators()Methods in net.ontopia.topicmaps.impl.basic with parameters of type LocatorIF Modifier and Type Method Description protected 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)TMObjectIFSubjectIdentityCache. getObjectByItemIdentifier(LocatorIF locator)TMObjectIFTopicMap. getObjectByItemIdentifier(LocatorIF locator)TopicIFSubjectIdentityCache. getTopicBySubjectIdentifier(LocatorIF locator)TopicIFTopicMap. getTopicBySubjectIdentifier(LocatorIF locator)TopicIFSubjectIdentityCache. getTopicBySubjectLocator(LocatorIF locator)TopicIFTopicMap. getTopicBySubjectLocator(LocatorIF locator)OccurrenceIFTopicMapBuilder. makeOccurrence(TopicIF topic, TopicIF occurs_type, Reader value, long length, LocatorIF datatype)OccurrenceIFTopicMapBuilder. makeOccurrence(TopicIF topic, TopicIF occurs_type, String value, LocatorIF datatype)OccurrenceIFTopicMapBuilder. makeOccurrence(TopicIF topic, TopicIF occurs_type, LocatorIF locator)VariantNameIFTopicMapBuilder. makeVariantName(TopicNameIF name, Reader value, long length, LocatorIF datatype, Collection<TopicIF> scope)VariantNameIFTopicMapBuilder. makeVariantName(TopicNameIF name, String value, LocatorIF datatype, Collection<TopicIF> scope)VariantNameIFTopicMapBuilder. 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)voidOccurrence. setReader(Reader value, long length, LocatorIF datatype)voidVariantName. setReader(Reader value, long length, LocatorIF datatype)voidOccurrence. setValue(String value, LocatorIF datatype)voidVariantName. setValue(String value, LocatorIF datatype)protected 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 LocatorIF Modifier and Type Method Description Collection<LocatorIF>IdentifierIndex. getItemIdentifiers()Collection<LocatorIF>IdentifierIndex. getItemIdentifiersByPrefix(String prefix)Collection<LocatorIF>IdentifierIndex. getSubjectIdentifiers()Collection<LocatorIF>IdentifierIndex. getSubjectIdentifiersByPrefix(String prefix)Methods in net.ontopia.topicmaps.impl.basic.index with parameters of type LocatorIF Modifier and Type Method Description Collection<OccurrenceIF>OccurrenceIndex. getOccurrences(String value, LocatorIF datatype)Collection<OccurrenceIF>OccurrenceIndex. getOccurrences(String value, LocatorIF datatype, TopicIF occurrenceType)Collection<OccurrenceIF>OccurrenceIndex. getOccurrencesByPrefix(String prefix, LocatorIF datatype)Collection<VariantNameIF>NameIndex. getVariants(String value, LocatorIF datatype) -
Uses of LocatorIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement LocatorIF Modifier and Type Class Description classDataTypeLocatorINTERNAL:classRDBMSLocatorINTERNAL: An abstract locator implementation used for representing locators within the rdbms implementation.classSourceLocatorINTERNAL: A locator class used for representing topic map object source locators.classSubjectIndicatorLocatorINTERNAL:classSubjectLocatorINTERNAL:Fields in net.ontopia.topicmaps.impl.rdbms declared as LocatorIF Modifier and Type Field Description protected LocatorIFRDBMSPatternSingleTopicMapSource. base_addressprotected LocatorIFRDBMSSingleTopicMapSource. base_addressprotected LocatorIFRDBMSTopicMapReference. base_addressprotected LocatorIFRDBMSTopicMapSource. base_addressFields in net.ontopia.topicmaps.impl.rdbms with type parameters of type LocatorIF Modifier and Type Field Description protected Map<LocatorIF,E>LocatorLookup. cacheprotected Map<LocatorIF,E>LocatorLookup. lruprotected QueryCache<LocatorIF,E>SharedLocatorLookup. qcacheprotected TransactionalLookupIndexIF<LocatorIF,IdentityIF>SubjectIdentityCache. source_locatorsprotected TransactionalLookupIndexIF<LocatorIF,IdentityIF>SubjectIdentityCache. subject_indicatorsprotected TransactionalLookupIndexIF<LocatorIF,IdentityIF>SubjectIdentityCache. subjectsprotected Map<LocatorIF,E>SharedLocatorLookup. txnaddprotected Set<LocatorIF>SharedLocatorLookup. txnremMethods in net.ontopia.topicmaps.impl.rdbms that return LocatorIF Modifier and Type Method Description LocatorIFRDBMSTopicMapReference. getBaseAddress()INTERNAL: Returns the base address locator to be used when loading the topic map.LocatorIFRDBMSTopicMapStore. getBaseAddress()LocatorIFReadOnlyTopicMap. getBaseAddress()LocatorIFTopicMap. getBaseAddress()LocatorIFOccurrence. getDataType()LocatorIFReadOnlyOccurrence. getDataType()LocatorIFReadOnlyVariantName. getDataType()LocatorIFVariantName. getDataType()LocatorIFRDBMSLocator. resolveAbsolute(String address)Methods in net.ontopia.topicmaps.impl.rdbms that return types with arguments of type LocatorIF Modifier and Type Method Description Collection<LocatorIF>ReadOnlyTMObject. getItemIdentifiers()Collection<LocatorIF>TMObject. getItemIdentifiers()Collection<LocatorIF>ReadOnlyTopic. getSubjectIdentifiers()Collection<LocatorIF>Topic. getSubjectIdentifiers()Collection<LocatorIF>ReadOnlyTopic. getSubjectLocators()Collection<LocatorIF>Topic. getSubjectLocators()Methods in net.ontopia.topicmaps.impl.rdbms with parameters of type LocatorIF Modifier and Type Method Description protected 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)ELocatorLookup. get(LocatorIF key)ESharedLocatorLookup. get(LocatorIF key)TMObjectIFRDBMSTopicMapTransaction. getObjectByItemIdentifier(LocatorIF locator)TMObjectIFReadOnlyTopicMap. getObjectByItemIdentifier(LocatorIF locator)TMObjectIFSubjectIdentityCache. getObjectByItemIdentifier(LocatorIF locator)TMObjectIFTopicMap. getObjectByItemIdentifier(LocatorIF locator)TopicIFRDBMSTopicMapTransaction. getTopicBySubjectIdentifier(LocatorIF locator)TopicIFReadOnlyTopicMap. getTopicBySubjectIdentifier(LocatorIF locator)TopicIFSubjectIdentityCache. getTopicBySubjectIdentifier(LocatorIF locator)TopicIFTopicMap. getTopicBySubjectIdentifier(LocatorIF locator)TopicIFRDBMSTopicMapTransaction. getTopicBySubjectLocator(LocatorIF locator)TopicIFReadOnlyTopicMap. getTopicBySubjectLocator(LocatorIF locator)TopicIFSubjectIdentityCache. getTopicBySubjectLocator(LocatorIF locator)TopicIFTopicMap. getTopicBySubjectLocator(LocatorIF locator)OccurrenceIFTopicMapBuilder. makeOccurrence(TopicIF topic, TopicIF occurs_type, Reader value, long length, LocatorIF datatype)OccurrenceIFTopicMapBuilder. makeOccurrence(TopicIF topic, TopicIF occurs_type, String value, LocatorIF datatype)OccurrenceIFTopicMapBuilder. makeOccurrence(TopicIF topic, TopicIF occurs_type, LocatorIF locator)VariantNameIFTopicMapBuilder. makeVariantName(TopicNameIF name, Reader value, long length, LocatorIF datatype, Collection scope)VariantNameIFTopicMapBuilder. makeVariantName(TopicNameIF name, String value, LocatorIF datatype, Collection scope)VariantNameIFTopicMapBuilder. makeVariantName(TopicNameIF name, LocatorIF locator, Collection scope)ELocatorLookup. put(LocatorIF key, E value)ESharedLocatorLookup. put(LocatorIF key, E value)protected voidSubjectIdentityCache. registerSourceLocator(LocatorIF source_locator, TMObjectIF object)protected voidSubjectIdentityCache. registerSubject(LocatorIF subject, TopicIF object)protected voidSubjectIdentityCache. registerSubjectIndicator(LocatorIF subject_indicator, TopicIF object)ELocatorLookup. remove(LocatorIF key)ESharedLocatorLookup. remove(LocatorIF key)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)voidOccurrence. setReader(Reader value, long length, LocatorIF datatype)voidReadOnlyOccurrence. setReader(Reader value, long length, LocatorIF datatype)voidReadOnlyVariantName. setReader(Reader value, long length, LocatorIF datatype)voidVariantName. setReader(Reader value, long length, LocatorIF datatype)voidOccurrence. setValue(String value, LocatorIF datatype)voidReadOnlyOccurrence. setValue(String value, LocatorIF datatype)voidReadOnlyVariantName. setValue(String value, LocatorIF datatype)voidVariantName. setValue(String value, LocatorIF datatype)protected 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 LocatorIF Modifier and Type Method Description voidLocatorLookup. removeAll(Collection<LocatorIF> keys)voidSharedLocatorLookup. removeAll(Collection<LocatorIF> keys)Constructors in net.ontopia.topicmaps.impl.rdbms with parameters of type LocatorIF Constructor Description DataTypeLocator(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 LocatorIF Constructor Description SharedLocatorLookup(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 LocatorIF Modifier and Type Method Description Collection<LocatorIF>IdentifierIndex. getItemIdentifiers()Collection<LocatorIF>IdentifierIndex. getItemIdentifiersByPrefix(String prefix)Collection<LocatorIF>IdentifierIndex. getSubjectIdentifiers()Collection<LocatorIF>IdentifierIndex. getSubjectIdentifiersByPrefix(String prefix)Methods in net.ontopia.topicmaps.impl.rdbms.index with parameters of type LocatorIF Modifier and Type Method Description Collection<OccurrenceIF>OccurrenceIndex. getOccurrences(String value, LocatorIF datatype)Collection<OccurrenceIF>OccurrenceIndex. getOccurrences(String value, LocatorIF datatype, TopicIF occurrenceType)Collection<OccurrenceIF>OccurrenceIndex. getOccurrencesByPrefix(String prefix, LocatorIF datatype)Collection<VariantNameIF>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 LocatorIF Modifier and Type Method Description Collection<LocatorIF>DynamicAssociation. getItemIdentifiers()Collection<LocatorIF>DynamicAssociationRole. getItemIdentifiers()Collection<LocatorIF>RemoteTopic. getItemIdentifiers()Collection<LocatorIF>RemoteTopic. getSubjectIdentifiers()Collection<LocatorIF>RemoteTopic. getSubjectLocators()Methods in net.ontopia.topicmaps.impl.remote with parameters of type LocatorIF Modifier and Type Method Description voidDynamicAssociation. 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 LocatorIF Modifier and Type Method Description protected LocatorIFLocatorImpl. getWrapped()LocatorIFTopicMapImpl. unwrapLocator(org.tmapi.core.Locator loc)Methods in net.ontopia.topicmaps.impl.tmapi2 with parameters of type LocatorIF Modifier and Type Method Description voidMemoryTopicMapSystemImpl. remove(LocatorIF loc)voidRDBMSTopicMapSystemImpl. remove(LocatorIF loc)voidTopicMapSystemIF. remove(LocatorIF loc)protected abstract voidDatatypeAwareImpl. setValue(String value, LocatorIF datatype)Sets the value / datatype pair.protected voidOccurrenceImpl. setValue(String value, LocatorIF datatype)protected voidVariantImpl. setValue(String value, LocatorIF datatype)org.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 Constructor Description LocatorImpl(LocatorIF delegate) -
Uses of LocatorIF in net.ontopia.topicmaps.impl.utils
Fields in net.ontopia.topicmaps.impl.utils declared as LocatorIF Modifier and Type Field Description protected LocatorIFAbstractTopicMapReader. base_addressprotected LocatorIFAbstractTopicMapStore. base_addressprotected LocatorIFSnapshotOccurrence. datatypeprotected LocatorIFSnapshotVariantName. datatypeFields in net.ontopia.topicmaps.impl.utils with type parameters of type LocatorIF Modifier and Type Field Description protected Collection<LocatorIF>SnapshotTMObject. srclocsprotected Collection<LocatorIF>SnapshotTopic. subindsprotected Collection<LocatorIF>SnapshotTopic. sublocsMethods in net.ontopia.topicmaps.impl.utils that return LocatorIF Modifier and Type Method Description LocatorIFAbstractTopicMapReader. getBaseAddress()PUBLIC: Gets the top level base address of the input source.LocatorIFAbstractTopicMapStore. getBaseAddress()LocatorIFSnapshotOccurrence. getDataType()LocatorIFSnapshotVariantName. getDataType()static LocatorIFLocatorInterningTable. intern(LocatorIF loc)Methods in net.ontopia.topicmaps.impl.utils that return types with arguments of type LocatorIF Modifier and Type Method Description Collection<LocatorIF>PhantomAssociation. getItemIdentifiers()Collection<LocatorIF>SnapshotTMObject. getItemIdentifiers()Collection<LocatorIF>SnapshotTopic. getSubjectIdentifiers()Collection<LocatorIF>SnapshotTopic. getSubjectLocators()Methods in net.ontopia.topicmaps.impl.utils with parameters of type LocatorIF Modifier and Type Method Description protected 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 LocatorIFLocatorInterningTable. intern(LocatorIF loc)static 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)voidSnapshotOccurrence. setReader(Reader value, long length, LocatorIF datatype)voidSnapshotVariantName. setReader(Reader value, long length, LocatorIF datatype)voidSnapshotOccurrence. setValue(String value, LocatorIF datatype)voidSnapshotVariantName. setValue(String value, LocatorIF datatype)protected 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 LocatorIF Constructor Description AbstractTopicMapReader(InputStream stream, LocatorIF base_address)AbstractTopicMapReader(Reader reader, LocatorIF base_address)AbstractTopicMapReader(URL url, LocatorIF base_address) -
Uses of LocatorIF in net.ontopia.topicmaps.nav2.servlets
Methods in net.ontopia.topicmaps.nav2.servlets with parameters of type LocatorIF Modifier and Type Method Description TopicMapIFDataIntegrationServlet. transformRequest(String transformId, InputStream xmlstream, LocatorIF base) -
Uses of LocatorIF in net.ontopia.topicmaps.nav2.taglibs.output
Methods in net.ontopia.topicmaps.nav2.taglibs.output with parameters of type LocatorIF Modifier and Type Method Description StringLocatorTag. apply(LocatorIF locator) -
Uses of LocatorIF in net.ontopia.topicmaps.query.core
Methods in net.ontopia.topicmaps.query.core with parameters of type LocatorIF Modifier and Type Method Description QueryProcessorIFQueryProcessorFactoryIF. 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 LocatorIF Modifier and Type Field Description protected LocatorIFAbstractDynamicPredicate. baseprotected LocatorIFPredicateFactory. baseConstructors in net.ontopia.topicmaps.query.impl.basic with parameters of type LocatorIF Constructor Description AbstractDynamicPredicate(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 LocatorIF Modifier and Type Field Description protected LocatorIFPredicateFactory. baseprotected LocatorIFQueryProcessor. baseConstructors in net.ontopia.topicmaps.query.impl.rdbms with parameters of type LocatorIF Constructor Description 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.utils
Methods in net.ontopia.topicmaps.query.impl.utils with parameters of type LocatorIF Modifier and Type Method Description QueryProcessorIFTologQueryProcessorFactory. 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 LocatorIF Modifier and Type Method Description LocatorIFGlobalParseContext. absolutify(String uriref)LocatorIFLocalParseContext. absolutify(String uriref)LocatorIFParseContextIF. absolutify(String uriref)LocatorIFGlobalParseContext. resolveQName(QName qname)LocatorIFLocalParseContext. resolveQName(QName qname)LocatorIFParseContextIF. 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 LocatorIF Constructor Description GlobalParseContext(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 LocatorIF Modifier and Type Method Description static 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 LocatorIF Modifier and Type Method Description protected 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 LocatorIF Modifier and Type Method Description LocatorIFOccurrence. getLocator()Methods in net.ontopia.topicmaps.rest.model with parameters of type LocatorIF Modifier and Type Method Description voidOccurrence. 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 Modifier and Type Interface Description interfaceMLocator -
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 Modifier and Type Method Description Collection<LocatorIF>TopicMapResource.TopicMapWrapper. getItemIdentifiers() -
Uses of LocatorIF in net.ontopia.topicmaps.utils
Fields in net.ontopia.topicmaps.utils declared as LocatorIF Modifier and Type Field Description protected 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 LocatorIF Modifier and Type Method Description LocatorIFNoFollowTopicRefExternalReferenceHandler. externalTopic(LocatorIF loc)PUBLIC: External topics are not resolved.LocatorIFNullResolvingExternalReferenceHandler. externalTopic(LocatorIF parm1)PUBLIC: always returns nullLocatorIFNoFollowTopicRefExternalReferenceHandler. externalTopicMap(LocatorIF loc)PUBLIC: External topic maps are resolved.LocatorIFNullResolvingExternalReferenceHandler. 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..LocatorIFQNameRegistry. resolve(String qname)PUBLIC: Creates a locator from a QName.Methods in net.ontopia.topicmaps.utils with parameters of type LocatorIF Modifier and Type Method Description AbstractURLTopicMapReferenceImportExportServiceIF. 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.LocatorIFNoFollowTopicRefExternalReferenceHandler. externalTopic(LocatorIF loc)PUBLIC: External topics are not resolved.LocatorIFNullResolvingExternalReferenceHandler. externalTopic(LocatorIF parm1)PUBLIC: always returns nullLocatorIFNoFollowTopicRefExternalReferenceHandler. externalTopicMap(LocatorIF loc)PUBLIC: External topic maps are resolved.LocatorIFNullResolvingExternalReferenceHandler. externalTopicMap(LocatorIF parm1)PUBLIC: always returns nullConstructors in net.ontopia.topicmaps.utils with parameters of type LocatorIF Constructor Description NameGrabber(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 LocatorIF Modifier and Type Method Description LocatorIFAbstractTopicGenerator. getDatatype()LocatorIFIRIAsArgumentGenerator. getDatatype()LocatorIFValueGenerator. getDatatype()LocatorIFValueGeneratorIF. getDatatype()LocatorIFAbstractTopicGenerator. getLocator()LocatorIFIRIAsArgumentGenerator. getLocator()LocatorIFValueGenerator. getLocator()LocatorIFValueGeneratorIF. getLocator()Returns a locator if the literal is a locator.LocatorIFGlobalParseContext. resolveQname(String qname)LocatorIFParseContextIF. resolveQname(String qname)Methods in net.ontopia.topicmaps.utils.ctm that return types with arguments of type LocatorIF Modifier and Type Method Description Set<LocatorIF>GlobalParseContext. getIncludeUris()Set<LocatorIF>ParseContextIF. getIncludeUris()Constructors in net.ontopia.topicmaps.utils.ctm with parameters of type LocatorIF Constructor Description CTMTopicMapReader(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 LocatorIF Constructor Description JTMTopicMapReader(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 LocatorIF Modifier and Type Method Description TopicMapReferenceIFLTMPathTopicMapSource. createReference(URL url, String id, String title, LocatorIF base)voidLTMParser. setBase(LocatorIF base)Constructors in net.ontopia.topicmaps.utils.ltm with parameters of type LocatorIF Constructor Description LTMTopicMapReader(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 LocatorIF Modifier and Type Field Description protected LocatorIFRDFTopicMapReader. baseAddressMethods in net.ontopia.topicmaps.utils.rdf with parameters of type LocatorIF Modifier and Type Method Description AbstractURLTopicMapReferenceRDFImporterExporterService. 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 Constructor Description RDFTopicMapReference(URL url, String id, String title, LocatorIF base_address, String syntax) -
Uses of LocatorIF in net.ontopia.topicmaps.utils.tmprefs
Methods in net.ontopia.topicmaps.utils.tmprefs that return LocatorIF Modifier and Type Method Description LocatorIFTopicMapPreferencesOntology. getLocator() -
Uses of LocatorIF in net.ontopia.topicmaps.utils.tmrap
Methods in net.ontopia.topicmaps.utils.tmrap that return types with arguments of type LocatorIF Modifier and Type Method Description Collection<LocatorIF>TopicPages. getItemIdentifiers()Collection<LocatorIF>TopicPages. getSubjectIdentifiers()Collection<LocatorIF>TopicPages. getSubjectLocators() -
Uses of LocatorIF in net.ontopia.topicmaps.utils.xfml
Fields in net.ontopia.topicmaps.utils.xfml declared as LocatorIF Modifier and Type Field Description protected LocatorIFXFMLContentHandler. map_uriMethods in net.ontopia.topicmaps.utils.xfml that return LocatorIF Modifier and Type Method Description protected LocatorIFXFMLContentHandler. createLocator(String address)protected LocatorIFXFMLContentHandler. createURILocator(String address)protected LocatorIFXFMLContentHandler. getBaseAddress()Methods in net.ontopia.topicmaps.utils.xfml with parameters of type LocatorIF Modifier and Type Method Description protected voidXFMLContentHandler. addItemIdentifier(TopicIF topic, LocatorIF locator)protected voidXFMLContentHandler. addSubjectIdentifier(TopicIF topic, LocatorIF locator)Constructors in net.ontopia.topicmaps.utils.xfml with parameters of type LocatorIF Constructor Description XFMLContentHandler(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 LocatorIF Modifier and Type Method Description static LocatorIFVizUtils. makeLocator(File file)static LocatorIFVizUtils. makeLocator(String url)Methods in net.ontopia.topicmaps.viz with parameters of type LocatorIF Modifier and Type Method Description TopicIFAppletContext. getTopicForLocator(LocatorIF aLocator, TopicMapIF topicmap)TopicIFApplicationContextIF. getTopicForLocator(LocatorIF locator, TopicMapIF aTopicmap)Returns the topic with the given subject identifier, if any.TopicIFDesktopContext. getTopicForLocator(LocatorIF aLocator, TopicMapIF topicmap) -
Uses of LocatorIF in net.ontopia.topicmaps.xml
Fields in net.ontopia.topicmaps.xml declared as LocatorIF Modifier and Type Field Description protected LocatorIFCanonicalTopicMapWriter. baselocprotected LocatorIFAbstractTopicMapContentHandler. doc_addressdocument base uri, used for intra-document references.static LocatorIFXTMContentHandler. nullPSIFields in net.ontopia.topicmaps.xml with type parameters of type LocatorIF Modifier and Type Field Description protected 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 LocatorIF Modifier and Type Method Description protected LocatorIFXTMContentHandler. createLocator(String address)protected LocatorIFXTMContentHandler. createURILocator(String address)LocatorIFExternalReferenceHandlerIF. externalTopic(LocatorIF address)PUBLIC: Receive notification of a reference to an external topic.LocatorIFExternalReferenceHandlerIF. externalTopicMap(LocatorIF address)PUBLIC: Receive notification of a reference to an external topic map.protected LocatorIFXTMContentHandler. getBaseAddress()LocatorIFCanonicalTopicMapWriter. getBaseLocator()INTERNAL: Gets the base locator used to resolve relative locators.LocatorIFXTMFragmentExporter.LocatorHandlerIF. process(LocatorIF locator)Methods in net.ontopia.topicmaps.xml with parameters of type LocatorIF Modifier and Type Method Description protected voidXTMContentHandler. addItemIdentifier(TMObjectIF tmobject, LocatorIF sourceLocator)protected TopicIFXTMContentHandler. addSubjectIdentifier(TopicIF topic, LocatorIF subjectIndicator)TopicMapReferenceIFTMXMLPathTopicMapSource. createReference(URL url, String id, String title, LocatorIF base_address)TopicMapReferenceIFXTMPathTopicMapSource. createReference(URL url, String id, String title, LocatorIF base_address)LocatorIFExternalReferenceHandlerIF. externalTopic(LocatorIF address)PUBLIC: Receive notification of a reference to an external topic.LocatorIFExternalReferenceHandlerIF. 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.LocatorIFXTMFragmentExporter.LocatorHandlerIF. process(LocatorIF locator)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 LocatorIF Constructor Description AbstractTopicMapContentHandler(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 LocatorIF Constructor Description AbstractTopicMapContentHandler(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 LocatorIF Modifier and Type Method Description static 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 LocatorIF Modifier and Type Field Description protected LocatorIFAbstractXMLFormatReader. base_addressMethods in net.ontopia.xml that return LocatorIF Modifier and Type Method Description LocatorIFAbstractXMLFormatReader. getBaseAddress()INTERNAL: Gets the top level base address of the input source.Methods in net.ontopia.xml with parameters of type LocatorIF Modifier and Type Method Description voidAbstractXMLFormatReader. setBaseAddress(LocatorIF base_address)INTERNAL: Sets the top level base address of the input source.Constructors in net.ontopia.xml with parameters of type LocatorIF Constructor Description AbstractXMLFormatReader(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 LocatorIF Modifier and Type Field Description protected static LocatorIFUpgradeBase. base_onprotected static LocatorIFUpgradeBase. base_techprotected static LocatorIFUpgradeBase. base_xsdprotected static LocatorIFUpgradeBase. base_xtmprotected static LocatorIFUpgradeBase. psibaseprotected static LocatorIFUpgradeBase. teqbaseprotected static LocatorIFUpgradeBase. xsdbaseprotected static LocatorIFUpgradeBase. xtmbaseMethods in ontopoly.conversion with parameters of type LocatorIF Modifier and Type Method Description protected 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
Methods in ontopoly.model that return LocatorIF Modifier and Type Method Description LocatorIFCardinality. getLocator()LocatorIFDataType. getLocator()Returns the datatype locator that this datatype represents.LocatorIFEditMode. getLocator()abstract LocatorIFFieldDefinition. getLocator()LocatorIFIdentityField. getLocator()LocatorIFInterfaceControl. getLocator()LocatorIFNameField. getLocator()LocatorIFOccurrenceField. getLocator()LocatorIFQueryField. getLocator()LocatorIFRoleField. getLocator()abstract LocatorIFAbstractTypingTopic. getLocatorIF()Gets the LocatorIF for this typing topic.LocatorIFAssociationType. getLocatorIF()LocatorIFIdentityType. getLocatorIF()LocatorIFNameType. getLocatorIF()LocatorIFOccurrenceType. getLocatorIF()LocatorIFRoleType. getLocatorIF()LocatorIFTopicType. getLocatorIF()Methods in ontopoly.model with parameters of type LocatorIF Modifier and Type Method Description booleanTopic. isInstanceOf(LocatorIF psi) -
Uses of LocatorIF in ontopoly.utils
Methods in ontopoly.utils with parameters of type LocatorIF Modifier and Type Method Description static 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)
-