Uses of Interface
net.ontopia.topicmaps.core.TopicMapIF
Packages that use TopicMapIF
Package
Description
The RDBMS fulltext integration.
Collection of classes for indexing topic maps.
To classify content, use the SimpleClassifier class.
Provides a collection of command-line utilities for working with topic maps.
Provides interfaces for topic map objects; the topic map API for all Ontopia
topic map implementations.
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.
Contains the classes that implement the user context filter in
the Navigator Framework.
Provides interfaces for the Navigator Tag Libraries
and Framework.
The basic implementation of the Navigator core interfaces.
This package contains the servlet classes used by
Ontopia's navigator framework.
Logic tags, which define the execution context, modify the
context, and control the flow of execution.
Provides utility classes for the Navigator Tag Libraries and
Framework.
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.
Provides a set of service provider interfaces for adding new
predicates to the tolog query language.
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.
-
Uses of TopicMapIF in net.ontopia.infoset.content
Methods in net.ontopia.infoset.content with parameters of type TopicMapIFModifier and TypeMethodDescriptionprotected ContentStoreIFContentStoreServlet.getContentStore(TopicMapIF tm, javax.servlet.ServletContext ctxt) static ContentStoreIFContentStoreUtils.getContentStore(TopicMapIF topicmap, Map<?, ?> properties) Returns a content store for content stored in the given topic map.static ContentStoreIFInMemoryContentStore.getInstance(TopicMapIF topicmap) static ContentStoreIFJDBCContentStore.getInstance(TopicMapIF topicmap) -
Uses of TopicMapIF in net.ontopia.infoset.fulltext.impl.rdbms
Methods in net.ontopia.infoset.fulltext.impl.rdbms with parameters of type TopicMapIFModifier and TypeMethodDescriptionprotected Object[]RDBMSSearcher.getParameters(String query, TopicMapIF topicmap) INTERNAL: Override this method if the parameters to be used by the query is different from the default.Constructors in net.ontopia.infoset.fulltext.impl.rdbms with parameters of type TopicMapIF -
Uses of TopicMapIF in net.ontopia.infoset.fulltext.topicmaps
Fields in net.ontopia.infoset.fulltext.topicmaps declared as TopicMapIFModifier and TypeFieldDescriptionprotected TopicMapIFTopicMapIteratorGenerator.topicmapprotected TopicMapIFTopicMapSearchResult.topicmapMethods in net.ontopia.infoset.fulltext.topicmaps that return TopicMapIFModifier and TypeMethodDescriptionTopicMapIteratorGenerator.getTopicMap()INTERNAL: Gets the topic map that is to be iterated.Methods in net.ontopia.infoset.fulltext.topicmaps with parameters of type TopicMapIFModifier and TypeMethodDescriptionDefaultTopicMapDocumentGenerator.generate(TopicMapIF topicmap) TopicMapDocumentGeneratorIF.generate(TopicMapIF topicmap) INTERNAL: Generate a document for the given topic map.voidTopicMapIteratorGenerator.setTopicMap(TopicMapIF topicmap) INTERNAL: Sets the topic map that is to be iterated.Constructors in net.ontopia.infoset.fulltext.topicmaps with parameters of type TopicMapIFModifierConstructorDescriptionTopicMapIteratorGenerator(TopicMapIF topicmap, IndexerIF indexer, TopicMapDocumentGeneratorIF docgen) TopicMapSearchResult(TopicMapIF topicmap, SearchResultIF result) -
Uses of TopicMapIF in net.ontopia.topicmaps.classify
Methods in net.ontopia.topicmaps.classify with parameters of type TopicMapIFModifier and TypeMethodDescriptionstatic TermDatabaseSimpleClassifier.classify(byte[] content, TopicMapIF topicmap) PUBLIC: Extracts keywords from the given content, using the information in the topic map, and returns a TermDatabase representing the results.static TermDatabaseSimpleClassifier.classify(String uri_or_file, TopicMapIF topicmap) PUBLIC: Extracts keywords from the given URI or file, using the information in the topic map, and returns a TermDatabase representing the results.Constructors in net.ontopia.topicmaps.classify with parameters of type TopicMapIFModifierConstructorDescriptionTopicMapAnalyzer(TopicMapIF topicmap) TopicMapClassification(TopicMapIF topicmap) -
Uses of TopicMapIF in net.ontopia.topicmaps.cmdlineutils
Fields in net.ontopia.topicmaps.cmdlineutils declared as TopicMapIFModifier and TypeFieldDescriptionprotected TopicMapIFSanityChecker.tmprotected TopicMapIFStatisticsPrinter.tmMethods in net.ontopia.topicmaps.cmdlineutils that return TopicMapIFModifier and TypeMethodDescriptionprotected static TopicMapIFprotected static TopicMapIFMerger.merge(TopicMapIF target, String source) Methods in net.ontopia.topicmaps.cmdlineutils with parameters of type TopicMapIFModifier and TypeMethodDescriptionprotected static voidConsistify.doTNCMerge(TopicMapIF tm) protected static voidConsistify.export(TopicMapIF tm, String outfile, String encoding, char format) protected static voidMerger.export(TopicMapIF tm, String outfile, boolean xtm) protected static TopicMapIFMerger.merge(TopicMapIF target, String source) protected static voidConsistify.normalizeTopicNames(TopicMapIF tm) protected static voidConsistify.removeDuplicates(TopicMapIF tm) Constructors in net.ontopia.topicmaps.cmdlineutils with parameters of type TopicMapIFModifierConstructorDescriptionConstructor that accepts a topicmap as argument.Constructor that accepts a topicmap as argument. -
Uses of TopicMapIF in net.ontopia.topicmaps.cmdlineutils.sanity
Constructors in net.ontopia.topicmaps.cmdlineutils.sanity with parameters of type TopicMapIF -
Uses of TopicMapIF in net.ontopia.topicmaps.cmdlineutils.statistics
Constructors in net.ontopia.topicmaps.cmdlineutils.statistics with parameters of type TopicMapIF -
Uses of TopicMapIF in net.ontopia.topicmaps.core
Methods in net.ontopia.topicmaps.core that return TopicMapIFModifier and TypeMethodDescriptionTMObjectIF.getTopicMap()PUBLIC: Gets the topic map that this object belongs to.TopicMapBuilderIF.getTopicMap()PUBLIC: Returns the topic map to which this builder belongs.TopicMapStoreIF.getTopicMap()PUBLIC: Gets the topic map that is accessible through the root transaction of the store.TopicMapReaderIF.read()PUBLIC: Reads the next topic map available from some implicit, implementation dependent source.Methods in net.ontopia.topicmaps.core that return types with arguments of type TopicMapIFModifier and TypeMethodDescriptionTopicMapReaderIF.readAll()PUBLIC: Reads all the topic map available from some implicit, implementation dependent source.Methods in net.ontopia.topicmaps.core with parameters of type TopicMapIFModifier and TypeMethodDescriptionstatic voidCrossTopicMapException.check(TMObjectIF tmobject, TopicMapIF target) voidTopicMapReaderIF.importInto(TopicMapIF topicmap) PUBLIC: Imports an implicitly designated topic map into the given topic map.voidTopicMapWriterIF.write(TopicMapIF source_topicmap) PUBLIC: Writes the given topic map to an implicit implementation dependent destination.Constructors in net.ontopia.topicmaps.core with parameters of type TopicMapIF -
Uses of TopicMapIF in net.ontopia.topicmaps.db2tm
Fields in net.ontopia.topicmaps.db2tm declared as TopicMapIFMethods in net.ontopia.topicmaps.db2tm that return TopicMapIFModifier and TypeMethodDescriptionContext.getTopicMap()INTERNAL: Gets the topic map currently in use.Methods in net.ontopia.topicmaps.db2tm with parameters of type TopicMapIFModifier and TypeMethodDescriptionstatic voidDB2TM.add(String cfgfile, TopicMapIF topicmap) PUBLIC: Run conversion from a configuration file into a given topic map.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.setTopicMap(TopicMapIF topicmap) INTERNAL: Sets the current topic map.static voidDB2TM.sync(String cfgfile, TopicMapIF topicmap) PUBLIC: Run synchronization from a configuration file against a given topic map.static voidDB2TM.sync(String cfgfile, TopicMapIF topicmap, boolean force_rescan) PUBLIC: Run synchronization from a configuration file against a given topic map.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 TopicMapIF in net.ontopia.topicmaps.entry
Methods in net.ontopia.topicmaps.entry that return TopicMapIFModifier and TypeMethodDescriptionprotected TopicMapIFAbstractOntopolyURLReference.loadTopicMap(boolean readonly) protected abstract TopicMapIFAbstractURLTopicMapReference.loadTopicMap(boolean readonly) -
Uses of TopicMapIF in net.ontopia.topicmaps.impl.basic
Classes in net.ontopia.topicmaps.impl.basic that implement TopicMapIFMethods in net.ontopia.topicmaps.impl.basic that return TopicMapIFModifier and TypeMethodDescriptionTMObject.getTopicMap()TopicMap.getTopicMap()TopicMapBuilder.getTopicMap() -
Uses of TopicMapIF in net.ontopia.topicmaps.impl.basic.index
Fields in net.ontopia.topicmaps.impl.basic.index declared as TopicMapIFConstructors in net.ontopia.topicmaps.impl.basic.index with parameters of type TopicMapIF -
Uses of TopicMapIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement TopicMapIFModifier and TypeClassDescriptionclassINTERNAL: The read-only rdbms topic map implementation.classINTERNAL: The rdbms topic map implementation.Fields in net.ontopia.topicmaps.impl.rdbms declared as TopicMapIFModifier and TypeFieldDescriptionprotected TopicMapIFLocatorLookup.tmprotected TopicMapIFRoleTypeAssocTypeCache.tmprotected TopicMapIFRoleTypeCache.tmprotected TopicMapIFTopicMapBuilder.tmMethods in net.ontopia.topicmaps.impl.rdbms that return TopicMapIFModifier and TypeMethodDescriptionRDBMSTopicMapStore.getTopicMap()RDBMSTopicMapTransaction.getTopicMap()ReadOnlyTMObject.getTopicMap()ReadOnlyTopicMap.getTopicMap()TMObject.getTopicMap()TopicMap.getTopicMap()TopicMapBuilder.getTopicMap()RDBMSTopicMapReader.read()Methods in net.ontopia.topicmaps.impl.rdbms that return types with arguments of type TopicMapIFMethods in net.ontopia.topicmaps.impl.rdbms with parameters of type TopicMapIFModifier and TypeMethodDescriptionprotected static voidUtils.clearTopicMap(TopicMapIF topicmap) INTERNAL: An internal utility class that let one delete a topic map physically from the database.protected static voidUtils.deleteTopicMap(TopicMapIF topicmap) INTERNAL: An internal utility class that let one delete a topic map physically from the database.Stats.getStatistics(TopicMapIF topicmap) voidRDBMSTopicMapReader.importInto(TopicMapIF topicmap) static voidUtils.removeDuplicates(TopicMapIF topicmap) INTERNAL: Helper function that effectively finds duplicate characteristics and suppresses them.protected voidTopicMap.setTopicMap(TopicMapIF topicmap) Constructors in net.ontopia.topicmaps.impl.rdbms with parameters of type TopicMapIFModifierConstructorDescriptionLocatorLookup(String qname, TransactionIF txn, TopicMapIF tm, int lrusize, E nullObject) TopicMapBuilder(TransactionIF txn, TopicMapIF tm) -
Uses of TopicMapIF in net.ontopia.topicmaps.impl.rdbms.index
Methods in net.ontopia.topicmaps.impl.rdbms.index that return TopicMapIF -
Uses of TopicMapIF in net.ontopia.topicmaps.impl.remote
Methods in net.ontopia.topicmaps.impl.remote that return TopicMapIFModifier and TypeMethodDescriptionDynamicAssociation.getTopicMap()DynamicAssociationRole.getTopicMap()RemoteTopic.getTopicMap() -
Uses of TopicMapIF in net.ontopia.topicmaps.impl.tmapi2
Methods in net.ontopia.topicmaps.impl.tmapi2 that return TopicMapIFMethods in net.ontopia.topicmaps.impl.tmapi2 with parameters of type TopicMapIF -
Uses of TopicMapIF in net.ontopia.topicmaps.impl.utils
Fields in net.ontopia.topicmaps.impl.utils declared as TopicMapIFModifier and TypeFieldDescriptionprotected TopicMapIFAbstractTopicMapTransaction.topicmapprotected TopicMapIFTMRevitalizer.topicmapMethods in net.ontopia.topicmaps.impl.utils that return TopicMapIFModifier and TypeMethodDescriptionAbstractTopicMapStore.getTopicMap()AbstractTopicMapTransaction.getTopicMap()PhantomAssociation.getTopicMap()SnapshotTMObject.getTopicMap()TopicMapTransactionIF.getTopicMap()Deprecated.PUBLIC: Gets the topic map that is accessible through the transaction.AbstractTopicMapReader.read()protected abstract TopicMapIFAbstractTopicMapReader.read(TopicMapStoreFactoryIF store_factory) Methods in net.ontopia.topicmaps.impl.utils that return types with arguments of type TopicMapIFModifier and TypeMethodDescriptionAbstractTopicMapReader.readAll()protected Collection<TopicMapIF>AbstractTopicMapReader.readAll(TopicMapStoreFactoryIF store_factory) Methods in net.ontopia.topicmaps.impl.utils with parameters of type TopicMapIFModifier and TypeMethodDescriptionstatic voidDeletionUtils.clear(TopicMapIF topicmap) INTERNAL: Deletes all the topics and associations from the topic map.voidAbstractTopicMapReader.importInto(TopicMapIF topicmap) static StringObjectStrings.toString(String impl, TopicMapIF topicmap) Constructors in net.ontopia.topicmaps.impl.utils with parameters of type TopicMapIF -
Uses of TopicMapIF in net.ontopia.topicmaps.query.core
Methods in net.ontopia.topicmaps.query.core with parameters of type TopicMapIFModifier and TypeMethodDescriptionQueryProcessorFactoryIF.createQueryProcessor(TopicMapIF topicmap, LocatorIF base, Map<String, String> properties) PUBLIC: Creates a newQueryProcessorIFinstance to query a given topic map. -
Uses of TopicMapIF in net.ontopia.topicmaps.query.impl.basic
Fields in net.ontopia.topicmaps.query.impl.basic declared as TopicMapIFModifier and TypeFieldDescriptionprotected TopicMapIFAbstractInstanceOfPredicate.topicmapprotected TopicMapIFAssociationPredicate.topicmapprotected TopicMapIFAssociationRolePredicate.topicmapprotected TopicMapIFBaseLocatorPredicate.topicmapprotected TopicMapIFDatatypePredicate.topicmapprotected TopicMapIFDynamicAssociationPredicate.topicmapprotected TopicMapIFDynamicOccurrencePredicate.topicmapprotected TopicMapIFItemIdentifierPredicate.topicmapprotected TopicMapIFJavaModule.topicmapprotected TopicMapIFJavaSearcherPredicate.topicmapprotected TopicMapIFObjectIdPredicate.topicmapprotected TopicMapIFOccurrencePredicate.topicmapprotected TopicMapIFPredicateFactory.topicmapprotected TopicMapIFQueryProcessor.topicmapprotected TopicMapIFReifiesPredicate.topicmapprotected TopicMapIFResourcePredicate.topicmapprotected TopicMapIFRolePlayerPredicate.topicmapprotected TopicMapIFScopePredicate.topicmapprotected TopicMapIFSubjectIdentifierPredicate.topicmapprotected TopicMapIFSubjectLocatorPredicate.topicmapprotected TopicMapIFTopicMapPredicate.topicmapprotected TopicMapIFTopicNamePredicate.topicmapprotected TopicMapIFTopicPredicate.topicmapprotected TopicMapIFTypePredicate.topicmapprotected TopicMapIFValueLikePredicate.topicmapprotected TopicMapIFValuePredicate.topicmapprotected TopicMapIFVariantPredicate.topicmapMethods in net.ontopia.topicmaps.query.impl.basic that return TopicMapIFMethods in net.ontopia.topicmaps.query.impl.basic with parameters of type TopicMapIFModifier and TypeMethodDescriptionstatic CollectionPredicateUtils.getAllObjects(TopicMapIF topicmap) Returns all topic map objects in the topic map.Constructors in net.ontopia.topicmaps.query.impl.basic with parameters of type TopicMapIFModifierConstructorDescriptionAbstractInstanceOfPredicate(TopicMapIF topicmap) AssociationPredicate(TopicMapIF topicmap) AssociationRolePredicate(TopicMapIF topicmap) BaseLocatorPredicate(TopicMapIF topicmap) DatatypePredicate(TopicMapIF topicmap) DirectInstanceOfPredicate(TopicMapIF topicmap) DynamicAssociationPredicate(TopicMapIF topicmap, LocatorIF base, TopicIF type) DynamicOccurrencePredicate(TopicMapIF topicmap, LocatorIF base, TopicIF type) InstanceOfPredicate(TopicMapIF topicmap) ItemIdentifierPredicate(TopicMapIF topicmap, String predicateName) JavaModule(TopicMapIF topicmap, String moduleURI) JavaSearcherPredicate(String name, TopicMapIF topicmap, SearcherIF searcher) ObjectIdPredicate(TopicMapIF topicmap) OccurrencePredicate(TopicMapIF topicmap) PredicateFactory(TopicMapIF topicmap, LocatorIF base) QueryContext(TopicMapIF topicmap, TologQuery query, Map arguments, TologOptions options) QueryProcessor(TopicMapIF topicmap) QueryProcessor(TopicMapIF topicmap, LocatorIF base) ReifiesPredicate(TopicMapIF topicmap) ResourcePredicate(TopicMapIF topicmap) RolePlayerPredicate(TopicMapIF topicmap) ScopePredicate(TopicMapIF topicmap) SubjectIdentifierPredicate(TopicMapIF topicmap) SubjectLocatorPredicate(TopicMapIF topicmap) TopicMapPredicate(TopicMapIF topicmap) TopicNamePredicate(TopicMapIF topicmap) TopicPredicate(TopicMapIF topicmap) TypePredicate(TopicMapIF topicmap) ValueLikePredicate(TopicMapIF topicmap) ValuePredicate(TopicMapIF topicmap) VariantPredicate(TopicMapIF topicmap) -
Uses of TopicMapIF in net.ontopia.topicmaps.query.impl.rdbms
Fields in net.ontopia.topicmaps.query.impl.rdbms declared as TopicMapIFModifier and TypeFieldDescriptionprotected TopicMapIFInPredicate.topicmapprotected TopicMapIFNamePredicate.topicmapprotected TopicMapIFPredicateFactory.topicmapprotected TopicMapIFQueryProcessor.topicmapMethods in net.ontopia.topicmaps.query.impl.rdbms that return TopicMapIFConstructors in net.ontopia.topicmaps.query.impl.rdbms with parameters of type TopicMapIFModifierConstructorDescriptionAssociationPredicate(TopicMapIF topicmap) AssociationRolePredicate(TopicMapIF topicmap) BaseLocatorPredicate(TopicMapIF topicmap) DatatypePredicate(TopicMapIF topicmap) DirectInstanceOfPredicate(TopicMapIF topicmap) DynamicAssociationPredicate(TopicMapIF topicmap, LocatorIF base, TopicIF type) DynamicOccurrencePredicate(TopicMapIF topicmap, LocatorIF base, TopicIF type) InPredicate(TopicMapIF topicmap) InstanceOfPredicate(TopicMapIF topicmap) ItemIdentifierPredicate(TopicMapIF topicmap, String predicateName) NamePredicate(TopicMapIF topicmap) ObjectIdPredicate(TopicMapIF topicmap) OccurrencePredicate(TopicMapIF topicmap) PredicateFactory(TopicMapIF topicmap, LocatorIF base) QueryProcessor(TopicMapIF topicmap) QueryProcessor(TopicMapIF topicmap, LocatorIF base) ReifiesPredicate(TopicMapIF topicmap) ResourcePredicate(TopicMapIF topicmap) RolePlayerPredicate(TopicMapIF topicmap) ScopePredicate(TopicMapIF topicmap) SubjectIdentifierPredicate(TopicMapIF topicmap) SubjectLocatorPredicate(TopicMapIF topicmap) TopicMapPredicate(TopicMapIF topicmap) TopicNamePredicate(TopicMapIF topicmap) TopicPredicate(TopicMapIF topicmap) TypePredicate(TopicMapIF topicmap) ValueLikePredicate(TopicMapIF topicmap) ValuePredicate(TopicMapIF topicmap) VariantPredicate(TopicMapIF topicmap) -
Uses of TopicMapIF in net.ontopia.topicmaps.query.impl.utils
Methods in net.ontopia.topicmaps.query.impl.utils with parameters of type TopicMapIFModifier and TypeMethodDescriptionTologQueryProcessorFactory.createQueryProcessor(TopicMapIF topicmap, LocatorIF base, Map<String, String> properties) static booleanPrefetcher.prefetch(TopicMapIF tm, Object[] objects, int type, int[] fields, boolean[] traverse) static booleanPrefetcher.prefetch(TopicMapIF tm, Object[] objects, int type, int field, boolean traverse) static booleanPrefetcher.prefetch(TopicMapIF tm, Collection objects, int type, int[] fields, boolean[] traverse) static booleanPrefetcher.prefetch(TopicMapIF tm, Collection objects, int type, int field, boolean traverse) static booleanPrefetcher.prefetch(TopicMapIF tm, SearchResultIF result, String idfname) static booleanPrefetcher.prefetch(TopicMapIF tm, QueryMatches matches, int qmidx, int type, int[] fields, boolean[] traverse) static booleanPrefetcher.prefetch(TopicMapIF tm, QueryMatches matches, int qmidx, int type, int field, boolean traverse) static booleanPrefetcher.prefetchRolesByType(TopicMapIF tm, QueryMatches matches, int qmidx, TopicIF rtype, int[] fields, boolean[] traverse) static booleanPrefetcher.prefetchRolesByType(TopicMapIF tm, QueryMatches matches, int qmidx, TopicIF rtype, TopicIF atype, int[] fields, boolean[] traverse) Constructors in net.ontopia.topicmaps.query.impl.utils with parameters of type TopicMapIFModifierConstructorDescriptionPumpPredicate(TopicMapIF topicmap, List subclauses, int limit, Variable valuevar, Variable objectvar, Object literal, boolean equals, boolean bigger) -
Uses of TopicMapIF in net.ontopia.topicmaps.query.parser
Methods in net.ontopia.topicmaps.query.parser that return TopicMapIFModifier and TypeMethodDescriptionGlobalParseContext.getTopicMap()LocalParseContext.getTopicMap()ParseContextIF.getTopicMap()INTERNAL: Returns the topic map being parsed against.Methods in net.ontopia.topicmaps.query.parser with parameters of type TopicMapIFModifier and TypeMethodDescriptionintInsertStatement.doStaticUpdates(TopicMapIF topicmap, Map arguments) intMergeStatement.doStaticUpdates(TopicMapIF topicmap, Map arguments) intModificationFunctionStatement.doStaticUpdates(TopicMapIF topicmap, Map arguments) abstract intModificationStatement.doStaticUpdates(TopicMapIF topicmap, Map arguments) Constructors in net.ontopia.topicmaps.query.parser with parameters of type TopicMapIFModifierConstructorDescriptionGlobalParseContext(PredicateFactoryIF factory, TopicMapIF topicmap) GlobalParseContext(PredicateFactoryIF factory, TopicMapIF topicmap, LocatorIF base) -
Uses of TopicMapIF in net.ontopia.topicmaps.query.spi
Fields in net.ontopia.topicmaps.query.spi declared as TopicMapIFMethods in net.ontopia.topicmaps.query.spi that return TopicMapIFMethods in net.ontopia.topicmaps.query.spi with parameters of type TopicMapIFModifier and TypeMethodDescriptionvoidAbstractSearcher.setTopicMap(TopicMapIF topicmap) voidJavaPredicate.setTopicMap(TopicMapIF topicmap) voidSearcherIF.setTopicMap(TopicMapIF topicmap) PUBLIC: Called by the query engine before using the instance to pass the topic map being queried to the predicate. -
Uses of TopicMapIF in net.ontopia.topicmaps.query.utils
Methods in net.ontopia.topicmaps.query.utils with parameters of type TopicMapIFModifier and TypeMethodDescriptionstatic QueryProcessorIFQueryUtils.createQueryProcessor(String queryLanguage, TopicMapIF topicmap, Map properties) 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) PUBLIC: Factory method for creating a query processor for a given topic map; always returns a new processor.static QueryProcessorIFQueryUtils.createQueryProcessor(TopicMapIF topicmap, 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) 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) PUBLIC: Returns a query processor for the given topic map; will always return the same processor with the default query language for the same topic map.static QueryProcessorIFQueryUtils.getQueryProcessor(TopicMapIF topicmap, LocatorIF base) static DeclarationContextIFQueryUtils.parseDeclarations(TopicMapIF topicmap, String declarations) PUBLIC: Parses a set of tolog declarations and returns an object representing the resulting declaration context.static DeclarationContextIFQueryUtils.parseDeclarations(TopicMapIF topicmap, String declarations, DeclarationContextIF context) PUBLIC: Parses a set of tolog declarations in an existing context, and returns an object representing the resulting nested declaration context.Constructors in net.ontopia.topicmaps.query.utils with parameters of type TopicMapIFModifierConstructorDescriptionQueryWrapper(TopicMapIF topicmap) EXPERIMENTAL: Creates a wrapper for this particular topic map. -
Uses of TopicMapIF in net.ontopia.topicmaps.rest
Methods in net.ontopia.topicmaps.rest with parameters of type TopicMapIFModifier and TypeMethodDescriptionOntopiaRestApplication.getDeclarationContext(TopicMapIF topicmap) -
Uses of TopicMapIF in net.ontopia.topicmaps.rest.converters
Methods in net.ontopia.topicmaps.rest.converters with parameters of type TopicMapIFModifier and TypeMethodDescriptionprotected <T> TAbstractConverter.objectFromFragment(TopicMapIF fragment, Class<T> target, org.restlet.resource.Resource resource) -
Uses of TopicMapIF in net.ontopia.topicmaps.rest.core
Methods in net.ontopia.topicmaps.rest.core with parameters of type TopicMapIFModifier and TypeMethodDescription<C> CParameterResolverIF.resolve(TopicMapIF topicmap, org.restlet.Request request, String name, Class<C> klass, boolean allowNull) -
Uses of TopicMapIF in net.ontopia.topicmaps.rest.model.mixin
Subinterfaces of TopicMapIF in net.ontopia.topicmaps.rest.model.mixin -
Uses of TopicMapIF in net.ontopia.topicmaps.rest.resources
Methods in net.ontopia.topicmaps.rest.resources that return TopicMapIFModifier and TypeMethodDescriptionprotected TopicMapIFAbstractTransactionalResource.getTopicMap() -
Uses of TopicMapIF in net.ontopia.topicmaps.rest.utils
Methods in net.ontopia.topicmaps.rest.utils with parameters of type TopicMapIFModifier and TypeMethodDescription<C> CDefaultParameterResolver.resolve(TopicMapIF topicmap, org.restlet.Request request, String name, Class<C> klass, boolean allowNull) <C> CDefaultParameterResolver.resolveAttribute(TopicMapIF topicmap, org.restlet.Request request, String attribute, Class<C> klass, boolean allowNull) -
Uses of TopicMapIF in net.ontopia.topicmaps.rest.v1
Methods in net.ontopia.topicmaps.rest.v1 with parameters of type TopicMapIFModifier and TypeMethodDescriptionTMObjectController.resolve(TopicMapIF tm, String objectId, Collection<URILocator> itemIdentifiers) <C extends TMObjectIF>
CTMObjectController.resolve(TopicMapIF tm, TMObject object, Class<C> expected) -
Uses of TopicMapIF in net.ontopia.topicmaps.rest.v1.association
Methods in net.ontopia.topicmaps.rest.v1.association with parameters of type TopicMapIFModifier and TypeMethodDescriptionAssociationController.add(TopicMapIF tm, TopicIF type, Association association) AssociationController.add(TopicMapIF tm, Association association) AssociationController.change(TopicMapIF tm, AssociationIF result, Association association) voidAssociationController.remove(TopicMapIF tm, Association association) AssociationController.resolve(TopicMapIF tm, Association association) -
Uses of TopicMapIF in net.ontopia.topicmaps.rest.v1.name
Methods in net.ontopia.topicmaps.rest.v1.name with parameters of type TopicMapIFModifier and TypeMethodDescriptionTopicNameController.add(TopicMapIF tm, TopicIF topic, TopicName name) TopicNameController.add(TopicMapIF tm, TopicName name) TopicNameController.change(TopicMapIF topicMap, TopicNameIF result, TopicName name) voidTopicNameController.remove(TopicMapIF tm, TopicName name) TopicNameController.resolve(TopicMapIF tm, TopicName name) -
Uses of TopicMapIF in net.ontopia.topicmaps.rest.v1.occurrence
Methods in net.ontopia.topicmaps.rest.v1.occurrence with parameters of type TopicMapIFModifier and TypeMethodDescriptionOccurrenceController.add(TopicMapIF tm, TopicIF topic, Occurrence occurrence) OccurrenceController.add(TopicMapIF tm, Occurrence occurrence) OccurrenceController.change(TopicMapIF tm, OccurrenceIF result, Occurrence occurrence) voidOccurrenceController.remove(TopicMapIF tm, Occurrence occurrence) OccurrenceController.resolve(TopicMapIF tm, Occurrence occurrence) -
Uses of TopicMapIF in net.ontopia.topicmaps.rest.v1.query
Methods in net.ontopia.topicmaps.rest.v1.query with parameters of type TopicMapIFModifier and TypeMethodDescriptionQueryController.query(TopicMapIF topicmap, String language, String query) -
Uses of TopicMapIF in net.ontopia.topicmaps.rest.v1.role
Methods in net.ontopia.topicmaps.rest.v1.role with parameters of type TopicMapIFModifier and TypeMethodDescriptionRoleController.add(TopicMapIF tm, AssociationIF association, AssociationRole role) RoleController.change(TopicMapIF tm, AssociationRoleIF result, AssociationRole role) voidRoleController.remove(TopicMapIF tm, AssociationRole role) RoleController.resolve(TopicMapIF tm, AssociationRole role) -
Uses of TopicMapIF in net.ontopia.topicmaps.rest.v1.scoped
Methods in net.ontopia.topicmaps.rest.v1.scoped with parameters of type TopicMapIFModifier and TypeMethodDescriptionScopedController.resolve(TopicMapIF tm, Collection<Topic> scope) -
Uses of TopicMapIF in net.ontopia.topicmaps.rest.v1.topic
Methods in net.ontopia.topicmaps.rest.v1.topic with parameters of type TopicMapIFModifier and TypeMethodDescriptionTopicController.add(TopicMapIF tm, TopicIF type, Topic topic) TopicController.add(TopicMapIF tm, Topic topic) TopicController.change(TopicMapIF tm, TopicIF result, Topic topic) voidTopicController.remove(TopicMapIF tm, Topic topic) TopicController.resolve(TopicMapIF tm, Topic topic) -
Uses of TopicMapIF in net.ontopia.topicmaps.rest.v1.topicmap
Methods in net.ontopia.topicmaps.rest.v1.topicmap with parameters of type TopicMapIFModifier and TypeMethodDescriptionvoidTopicMapController.change(TopicMapReferenceIF reference, TopicMapIF tm, TopicMap topicmap) Constructors in net.ontopia.topicmaps.rest.v1.topicmap with parameters of type TopicMapIF -
Uses of TopicMapIF in net.ontopia.topicmaps.rest.v1.variant
Methods in net.ontopia.topicmaps.rest.v1.variant with parameters of type TopicMapIFModifier and TypeMethodDescriptionVariantNameController.add(TopicMapIF tm, TopicNameIF name, VariantName variant) VariantNameController.add(TopicMapIF tm, VariantName variant) VariantNameController.change(TopicMapIF tm, VariantNameIF result, VariantName variant) voidVariantNameController.remove(TopicMapIF tm, VariantName variant) VariantNameController.resolve(TopicMapIF tm, VariantName variant) -
Uses of TopicMapIF in net.ontopia.topicmaps.utils
Fields in net.ontopia.topicmaps.utils declared as TopicMapIFMethods in net.ontopia.topicmaps.utils with parameters of type TopicMapIFModifier and TypeMethodDescriptionstatic Collection<TopicIF>IdentityUtils.findSameTopic(TopicMapIF topicmap, TopicIF topic) INTERNAL: Returns the topic or topics with overlapping identities in the given topic map.static TopicIFMergeUtils.findTopic(TopicMapIF othertm, TopicIF topic) PUBLIC: Find a topic in the other topic map which would merge with the given topic if that were to be added to the same topic map.TopicStringifiers.getFastSortNameStringifier(TopicMapIF tm) PUBLIC: Gets a fast stringifier that will return the sort names of topics, when they have one.QNameRegistry.getLookup(TopicMapIF topicmap) PUBLIC: Returns a QNameLookup object bound to a specific topic map.static TMObjectIFIdentityUtils.getObjectBySymbolicId(TopicMapIF topicmap, String symbolicId) INTERNAL: Looks up a topic map object by its symbolic id.static LocatorIFIdentityUtils.getSymbolicIdLocator(TopicMapIF topicmap, String symbolicId) INTERNAL: Expands a symbolic id into a LocatorIF based on the base locator of the given topic map..static StringKeyGenerator.makeAssociationKey(AssociationIF assoc, TopicMapIF othertm) PUBLIC: Makes a key for an association, as it would look in another topic map.static StringKeyGenerator.makeAssociationRoleKey(AssociationRoleIF role, TopicMapIF othertm) PUBLIC: Makes a key for an association role, as it would look in another topic map.static StringKeyGenerator.makeKey(ReifiableIF object, TopicMapIF topicmap) PUBLIC: Makes a key for any reifiable object as it would look like were the object in another topic map.static StringKeyGenerator.makeOccurrenceKey(OccurrenceIF occ, TopicMapIF othertm) PUBLIC: Makes a key for an occurrence, as it would look in another topic map.protected static StringKeyGenerator.makeScopeKey(Collection<TopicIF> scope, TopicMapIF othertm) protected static StringKeyGenerator.makeScopeKey(ScopedIF scoped, TopicMapIF othertm) static StringKeyGenerator.makeTopicNameKey(TopicNameIF bn, TopicMapIF othertm) PUBLIC: Makes a key for a topic name, as it would look in another topic map.protected static StringKeyGenerator.makeTypedKey(TypedIF typed, TopicMapIF othertm) static AssociationIFMergeUtils.mergeInto(TopicMapIF topicmap, AssociationIF source) PUBLIC: Merges the source association into the target topic map.static TopicIFMergeUtils.mergeInto(TopicMapIF targettm, TopicIF source) PUBLIC: Merges the source topic from into the target topic map, when the source topic is not already in the target topic map.static TopicIFMergeUtils.mergeInto(TopicMapIF targettm, TopicIF source, Predicate<TMObjectIF> decider) PUBLIC: Merges the source topic from into the target topic map, when the source topic is not already in the target topic map.static voidMergeUtils.mergeInto(TopicMapIF target, TopicMapIF source) PUBLIC: Merges one topic map into another topic map.static voidDuplicateSuppressionUtils.removeDuplicates(TopicMapIF topicmap) PUBLIC: Remove all duplicates in the entire topic map.static voidClassInstanceUtils.resolveAssociations1(TopicMapIF topicmap) INTERNAL: Replaces all class-instance associations in a topic map by direct references from the topics in question to their types.static voidClassInstanceUtils.resolveAssociations2(TopicMapIF topicmap) INTERNAL: Replaces all class-instance associations using the XTM 2.0 PSIs in a topic map by direct references from the topics in question to their types.static voidTopicMapSynchronizer.update(TopicMapIF target, String ttopicq, Predicate<TMObjectIF> tchard, TopicMapIF source, String stopicq, Predicate<TMObjectIF> schard) PUBLIC: Updates the target topic map from the source topic map, synchronizing the selected topics in the target (ttopicq) with the selected topics in the source (stopicq) using the deciders to filter topic characteristics to synchronize.static voidTopicMapSynchronizer.update(TopicMapIF target, TopicIF source) PUBLIC: Updates the target topic map against the source topic, including all characteristics from the source topic.static voidTopicMapSynchronizer.update(TopicMapIF target, TopicIF source, Predicate<TMObjectIF> tfilter) PUBLIC: Updates the target topic map against the source topic, synchronizing only the characteristics from the target that are accepted by the filter.static voidTopicMapSynchronizer.update(TopicMapIF target, TopicIF source, Predicate<TMObjectIF> tfilter, Predicate<TMObjectIF> sfilter) PUBLIC: Updates the target topic map against the source topic, synchronizing only the characteristics from the target and source that are accepted by the filters.Constructors in net.ontopia.topicmaps.utils with parameters of type TopicMapIF -
Uses of TopicMapIF in net.ontopia.topicmaps.utils.ctm
Methods in net.ontopia.topicmaps.utils.ctm that return TopicMapIFModifier and TypeMethodDescriptionprotected TopicMapIFCTMTopicMapReader.read(TopicMapStoreFactoryIF store_factory) Methods in net.ontopia.topicmaps.utils.ctm with parameters of type TopicMapIFModifier and TypeMethodDescriptionvoidCTMParser.setTopicMap(TopicMapIF topicmap, ParseContextIF parent) Constructors in net.ontopia.topicmaps.utils.ctm with parameters of type TopicMapIFModifierConstructorDescriptionGlobalParseContext(TopicMapIF topicmap, LocatorIF base) LocalParseContext(TopicMapIF topicmap, LocatorIF base, ParseContextIF parent) -
Uses of TopicMapIF in net.ontopia.topicmaps.utils.jtm
Methods in net.ontopia.topicmaps.utils.jtm that return TopicMapIFModifier and TypeMethodDescriptionprotected TopicMapIFJTMTopicMapReader.read(TopicMapStoreFactoryIF store_factory) Methods in net.ontopia.topicmaps.utils.jtm with parameters of type TopicMapIFModifier and TypeMethodDescriptionvoidJTMTopicMapWriter.write(TopicMapIF tm) PUBLIC: Writes out the given topic map. -
Uses of TopicMapIF in net.ontopia.topicmaps.utils.ltm
Methods in net.ontopia.topicmaps.utils.ltm that return TopicMapIFModifier and TypeMethodDescriptionprotected TopicMapIFLTMTopicMapReader.read(TopicMapStoreFactoryIF store_factory) Methods in net.ontopia.topicmaps.utils.ltm with parameters of type TopicMapIFModifier and TypeMethodDescriptionPUBLIC: Imports an LTM fragment with references to parameter values specified externally.voidLTMParser.setTopicMap(TopicMapIF topicmap) voidLTMTopicMapWriter.write(TopicMapIF tm) PUBLIC: Writes out the given topic map. -
Uses of TopicMapIF in net.ontopia.topicmaps.utils.rdf
Methods in net.ontopia.topicmaps.utils.rdf that return TopicMapIFMethods in net.ontopia.topicmaps.utils.rdf with parameters of type TopicMapIFModifier and TypeMethodDescriptionstatic voidRDFToTopicMapConverter.convert(InputStream input, String syntax, String mappingurl, String mappingsyntax, TopicMapIF topicmap, boolean lenient) EXPERIMENTAL: Converts an RDF model into the topic map using the given mapping.static voidRDFToTopicMapConverter.convert(URL infileurl, String syntax, String mappingurl, String mappingsyntax, TopicMapIF topicmap, boolean lenient) EXPERIMENTAL: Converts an RDF model into the topic map using the given mapping.static voidRDFToTopicMapConverter.convert(org.apache.jena.rdf.model.Model model, TopicMapIF topicmap) EXPERIMENTAL: Converts an RDF model into the topic map using the mapping found within the RDF model.static voidRDFToTopicMapConverter.generateNames(TopicMapIF topicmap) EXPERIMENTAL: Automatically generates names for nameless topics based on their subject identifiers.voidRDFTopicMapReader.importInto(TopicMapIF topicmap) protected voidRDFTopicMapWriter.setup(TopicMapIF topicmap) voidRDFTopicMapWriter.write(TopicMapIF topicmap) -
Uses of TopicMapIF in net.ontopia.topicmaps.utils.tmprefs
Methods in net.ontopia.topicmaps.utils.tmprefs with parameters of type TopicMapIFModifier and TypeMethodDescriptionprotected TopicIFTopicMapPreferencesFactory.createSystemRootTopic(TopicMapIF topicmap) protected TopicIFTopicMapPreferences.createTopic(TopicMapIF topicmap) protected abstract TopicIFTopicMapPreferencesFactory.createUserRootTopic(TopicMapIF topicmap) TopicMapPreferences.fetchChildren(TopicMapIF topicmap, TopicIF topic) protected Set<OccurrenceIF>TopicMapPreferences.fetchProperties(TopicMapIF topicmap) protected TopicIFTopicMapPreferences.fetchPropertyType(String key, TopicMapIF topicmap) protected TopicIFTopicMapPreferences.fetchTopic(TopicMapIF topicmap) TopicMapPreferencesOntology.loadOntology(TopicMapIF topicmap) TopicMapPreferencesOntology.loadOntology(TopicMapIF topicmap, boolean forceCreate) protected voidTopicMapPreferences.removeTopic(TopicMapIF topicmap, TopicIF topic) protected TopicIFTopicMapPreferences.revitalize(TopicIF topic, TopicMapIF topicmap) TopicMapPreferencesOntology.t(TopicMapIF tm) -
Uses of TopicMapIF in net.ontopia.topicmaps.utils.tmrap
Fields in net.ontopia.topicmaps.utils.tmrap declared as TopicMapIFMethods in net.ontopia.topicmaps.utils.tmrap that return TopicMapIFModifier and TypeMethodDescriptionstatic TopicMapIFTMRAPImplementation.getTopicPage(NavigatorApplicationIF navapp, TMRAPConfiguration config, Collection<LocatorIF> items, Collection<LocatorIF> subjects, Collection<LocatorIF> indicators, String[] tmids) Methods in net.ontopia.topicmaps.utils.tmrap with parameters of type TopicMapIFModifier and TypeMethodDescriptionstatic StringTopicPage.getReifierName(TopicMapIF topicmap) voidRemoteTopicIndex.loadAssociationTypes(TopicMapIF topicmap) voidRemoteTopicIndex.loadQuery(TopicMapIF topicmap, String query) voidRemoteTopicIndex.loadTopicTypes(TopicMapIF topicmap) Constructors in net.ontopia.topicmaps.utils.tmrap with parameters of type TopicMapIFModifierConstructorDescriptionTopicMapTopicIndex(TopicMapIF topicmap, String editBaseuri, String viewBaseuri, String tmid) -
Uses of TopicMapIF in net.ontopia.topicmaps.utils.xfml
Methods in net.ontopia.topicmaps.utils.xfml that return TopicMapIFModifier and TypeMethodDescriptionXFMLContentHandler.getTopicMap()INTERNAL: Gets the topic map found after having parsed the input source.XFMLTopicMapReader.read()Methods in net.ontopia.topicmaps.utils.xfml with parameters of type TopicMapIF -
Uses of TopicMapIF in net.ontopia.topicmaps.viz
Fields in net.ontopia.topicmaps.viz declared as TopicMapIFModifier and TypeFieldDescriptionprotected TopicMapIFVizConfigurationManager.topicmapprotected TopicMapIFAbstractUserThemeFilter.topicMapMethods in net.ontopia.topicmaps.viz that return TopicMapIFModifier and TypeMethodDescriptionVizDesktop.getCurrentTopicMap()AbstractUserThemeFilter.getTopicMap()TopicMapView.getTopicMap()VizConfigurationManager.getTopicMap()VizController.getTopicMap()VizDesktop.getTopicMap()VizFrontEndIF.getTopicMap()Return the topic map that this front end is displayingVizlet.getTopicMap()VizController.loadTopicMap(File f) VizController.loadTopicMap(File tmfile, File cfgfile) VizController.loadTopicMap(TopicMapIF topicMap) VizController.loadTopicMap(TopicMapIF topicmap, File cfgfile) Methods in net.ontopia.topicmaps.viz with parameters of type TopicMapIFModifier and TypeMethodDescriptionvoidAssociationScopeFilterMenu.configure(TopicMapIF currentTopicMap, ActionListener parentListener, VizController controller) Configure/reconfigure this menu.voidVizController.configure(AssociationScopeFilterMenu menu, TopicMapIF topicmap, ActionListener parentListener) Configure the given AssociationScopeFilterMenuAppletContext.getDefaultScopingTopic(TopicMapIF aTopicmap) ApplicationContextIF.getDefaultScopingTopic(TopicMapIF aTopicmap) Get the default scoping topicDesktopContext.getDefaultScopingTopic(TopicMapIF aTopicmap) VizController.getDefaultScopingTopic(TopicMapIF topicmap) VizTopicMapConfigurationManager.getScopingTopic(TopicMapIF graphtm) INTERNAL: Finds the scoping topic in the given topic map, and returns it.AppletContext.getStartTopic(TopicMapIF aTopicmap) ApplicationContextIF.getStartTopic(TopicMapIF aTopicmap) Return the start topic defined on the mapDesktopContext.getStartTopic(TopicMapIF aTopicmap) VizController.getStartTopic(TopicMapIF aTopicmap) VizTopicMapConfigurationManager.getStartTopic(TopicMapIF graphtm) INTERNAL: Finds the start topic in the given topic map, and returns it.AppletContext.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) VizController.loadTopicMap(TopicMapIF topicMap) VizController.loadTopicMap(TopicMapIF topicmap, File cfgfile) voidAbstractUserThemeFilter.setTopicMap(TopicMapIF topicMap) voidBasenameUserThemeFilter.setTopicMap(TopicMapIF topicMap) Constructors in net.ontopia.topicmaps.viz with parameters of type TopicMapIFModifierConstructorDescriptionAbstractUserThemeFilter(TopicMapIF topicMap) BasenameUserThemeFilter(TopicMapIF topicMap) TopicMapView(VizController controller, TopicMapIF topicmap, com.touchgraph.graphlayout.TGPanel tgPanel, VizTopicMapConfigurationManager configman) Creates the view and updates the TGPanel to show the new view. -
Uses of TopicMapIF in net.ontopia.topicmaps.xml
Methods in net.ontopia.topicmaps.xml that return TopicMapIFModifier and TypeMethodDescriptionTMXMLReader.read()XTMTopicMapReader.read()protected TopicMapIFXTMTopicMapReader.read(TopicMapStoreFactoryIF store_factory) Methods in net.ontopia.topicmaps.xml that return types with arguments of type TopicMapIFModifier and TypeMethodDescriptionXTMContentHandler.getTopicMaps()INTERNAL: Gets the topic maps found after having parsed the input source.Methods in net.ontopia.topicmaps.xml with parameters of type TopicMapIFModifier and TypeMethodDescriptionvoidCanonicalTopicMapWriter.export(TopicMapIF topicmap, ContentHandler dh) PUBLIC: Exports the topic map to the given ContentHandler.voidXTM2TopicMapExporter.export(TopicMapIF tm) INTERNAL: Default export method.voidXTM2TopicMapExporter.export(TopicMapIF tm, ContentHandler dh) INTERNAL: Traverses a Topic Map and emits SAX document handler events according to the Topic Map interchange format to the given document handler.voidXTMTopicMapExporter.export(TopicMapIF tm) INTERNAL: Default export method.voidXTMTopicMapExporter.export(TopicMapIF tm, ContentHandler dh) INTERNAL: Traverses a Topic Map and emits SAX document handler events according to the Topic Map interchange format to the given document handler.static TopicIFXTMContentHandler.getDefaultOccurrenceTopic(TopicMapIF topicmap) static TopicIFXTMContentHandler.getNullTopic(TopicMapIF topicmap) voidTMXMLReader.importInto(TopicMapIF topicmap) voidXTMTopicMapReader.importInto(TopicMapIF topicmap) static voidXTMContentHandler.removeDefaultOccurrenceTopic(TopicMapIF topicmap) static voidXTMContentHandler.removeNullTopic(TopicMapIF topicmap) voidTMXMLWriter.startTopicMap(TopicMapIF topicmap) PUBLIC: Writes the start tag of the document element (to be used in fragment exporting only).voidCanonicalTopicMapWriter.write(TopicMapIF topicmap) voidCanonicalXTMWriter.write(TopicMapIF topicmap) voidTMXMLWriter.write(TopicMapIF topicmap) PUBLIC: Writes the given topic map to the underlying writer.voidXTMTopicMapWriter.write(TopicMapIF topicmap) -
Uses of TopicMapIF in ontopoly.conversion
Fields in ontopoly.conversion declared as TopicMapIFMethods in ontopoly.conversion with parameters of type TopicMapIFModifier and TypeMethodDescriptionprotected 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 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 TopicIFConversionUtils.getCardinalityTopic(int mincard, int maxcard, TopicMapIF tm) protected TopicIFConversionUtils.getCardinalityTopic(int cardinalityCount, TopicMapIF tm) 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.removeObjects(TopicMapIF topicMap, DeclarationContextIF dc, String removalQuery) 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.renameTopics(TopicMapIF topicmap, String oldName, String newName) protected static voidUpgradeBase.translateAssociations(String atype1, String[] rtypes1, String atype2, String[] rtypes2, TopicMapIF tm, LocatorIF base_on, QueryProcessorIF qp, DeclarationContextIF dc) -
Uses of TopicMapIF in ontopoly.model
Methods in ontopoly.model that return TopicMapIFConstructors in ontopoly.model with parameters of type TopicMapIF