Package | Description |
---|---|
net.ontopia.infoset.content | |
net.ontopia.infoset.fulltext.impl.rdbms |
The RDBMS fulltext integration.
|
net.ontopia.infoset.fulltext.topicmaps |
Collection of classes for indexing topic maps.
|
net.ontopia.topicmaps.classify |
To classify content, use the SimpleClassifier class.
|
net.ontopia.topicmaps.cmdlineutils |
Provides a collection of command-line utilities for working with topic maps.
|
net.ontopia.topicmaps.cmdlineutils.sanity | |
net.ontopia.topicmaps.cmdlineutils.statistics | |
net.ontopia.topicmaps.core |
Provides interfaces for topic map objects; the topic map API for all Ontopia
topic map implementations.
|
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.nav.context |
Contains the classes that implement the user context filter in
the Navigator Framework.
|
net.ontopia.topicmaps.nav2.core |
Provides interfaces for the Navigator Tag Libraries
and Framework.
|
net.ontopia.topicmaps.nav2.impl.basic |
The basic implementation of the Navigator core interfaces.
|
net.ontopia.topicmaps.nav2.portlets.pojos | |
net.ontopia.topicmaps.nav2.realm | |
net.ontopia.topicmaps.nav2.servlets |
This package contains the servlet classes used by
Ontopia's navigator framework.
|
net.ontopia.topicmaps.nav2.taglibs.logic |
Logic tags, which define the execution context, modify the
context, and control the flow of execution.
|
net.ontopia.topicmaps.nav2.utils |
Provides utility classes for the Navigator Tag Libraries and
Framework.
|
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.spi |
Provides a set of service provider interfaces for adding new
predicates to the tolog query language.
|
net.ontopia.topicmaps.query.utils |
This package provides query utility classes.
|
net.ontopia.topicmaps.rest | |
net.ontopia.topicmaps.rest.converters | |
net.ontopia.topicmaps.rest.core | |
net.ontopia.topicmaps.rest.model.mixin | |
net.ontopia.topicmaps.rest.resources | |
net.ontopia.topicmaps.rest.utils | |
net.ontopia.topicmaps.rest.v1 | |
net.ontopia.topicmaps.rest.v1.association | |
net.ontopia.topicmaps.rest.v1.name | |
net.ontopia.topicmaps.rest.v1.occurrence | |
net.ontopia.topicmaps.rest.v1.query | |
net.ontopia.topicmaps.rest.v1.role | |
net.ontopia.topicmaps.rest.v1.scoped | |
net.ontopia.topicmaps.rest.v1.topic | |
net.ontopia.topicmaps.rest.v1.topicmap | |
net.ontopia.topicmaps.rest.v1.variant | |
net.ontopia.topicmaps.schema.core |
The core interfaces that are common to all schema language
implementations.
|
net.ontopia.topicmaps.schema.impl.osl |
The classes and interfaces used to represent constructs in the Ontopia
Schema Language.
|
net.ontopia.topicmaps.schema.impl.osl.cmdline | |
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.webed.impl.actions.tmobject |
Web editor action classes dealing with more than one kind of topic map
object.
|
net.ontopia.topicmaps.webed.impl.basic |
The basic implementation of the core interfaces belonging to
Ontopia's web editor framework, except the classes related to the
to the implementation of actions (which are in their own package
structure).
|
net.ontopia.topicmaps.webed.impl.utils | |
net.ontopia.topicmaps.xml |
Classes for importing and exporting topic maps in the XML
interchange format.
|
ontopoly.conversion | |
ontopoly.model |
Modifier and Type | Method and Description |
---|---|
static ContentStoreIF |
ContentStoreUtils.getContentStore(TopicMapIF topicmap,
Map<?,?> properties)
Returns a content store for content stored in the given topic map.
|
protected ContentStoreIF |
ContentStoreServlet.getContentStore(TopicMapIF tm,
javax.servlet.ServletContext ctxt) |
static ContentStoreIF |
InMemoryContentStore.getInstance(TopicMapIF topicmap) |
static ContentStoreIF |
JDBCContentStore.getInstance(TopicMapIF topicmap) |
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Constructor and Description |
---|
RDBMSSearcher(TopicMapIF topicmap) |
Modifier and Type | Field and Description |
---|---|
protected TopicMapIF |
TopicMapIteratorGenerator.topicmap |
protected TopicMapIF |
TopicMapSearchResult.topicmap |
Modifier and Type | Method and Description |
---|---|
TopicMapIF |
TopicMapIteratorGenerator.getTopicMap()
INTERNAL: Gets the topic map that is to be iterated.
|
Modifier and Type | Method and Description |
---|---|
DocumentIF |
TopicMapDocumentGeneratorIF.generate(TopicMapIF topicmap)
INTERNAL: Generate a document for the given topic map.
|
DocumentIF |
DefaultTopicMapDocumentGenerator.generate(TopicMapIF topicmap) |
void |
TopicMapIteratorGenerator.setTopicMap(TopicMapIF topicmap)
INTERNAL: Sets the topic map that is to be iterated.
|
Constructor and Description |
---|
TopicMapIteratorGenerator(TopicMapIF topicmap,
IndexerIF indexer,
TopicMapDocumentGeneratorIF docgen) |
TopicMapSearchResult(TopicMapIF topicmap,
SearchResultIF result) |
Modifier and Type | Method and Description |
---|---|
static TermDatabase |
SimpleClassifier.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 TermDatabase |
SimpleClassifier.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.
|
Constructor and Description |
---|
TopicMapAnalyzer(TopicMapIF topicmap) |
TopicMapClassification(TopicMapIF topicmap) |
Modifier and Type | Field and Description |
---|---|
protected TopicMapIF |
StatisticsPrinter.tm |
protected TopicMapIF |
SanityChecker.tm |
Modifier and Type | Method and Description |
---|---|
protected static TopicMapIF |
Merger.merge(String stm1,
String stm2) |
protected static TopicMapIF |
Merger.merge(TopicMapIF target,
String source) |
Modifier and Type | Method and Description |
---|---|
protected static void |
Consistify.doTNCMerge(TopicMapIF tm) |
protected static void |
Merger.export(TopicMapIF tm,
String outfile,
boolean xtm) |
protected static void |
Consistify.export(TopicMapIF tm,
String outfile,
String encoding,
char format) |
protected static TopicMapIF |
Merger.merge(TopicMapIF target,
String source) |
protected static void |
Consistify.normalizeTopicNames(TopicMapIF tm) |
protected static void |
Consistify.removeDuplicates(TopicMapIF tm) |
Constructor and Description |
---|
RandomTopicMapGenerator(TopicMapIF tm) |
SanityChecker(TopicMapIF tm)
Constructor that accepts a topicmap as argument.
|
StatisticsPrinter(TopicMapIF tm)
Constructor that accepts a topicmap as argument.
|
Constructor and Description |
---|
AssociationSanity(TopicMapIF tm) |
DuplicateNames(TopicMapIF tm) |
DuplicateOccurrences(TopicMapIF tm) |
NoNames(TopicMapIF tm) |
Constructor and Description |
---|
NoTypeCount(TopicMapIF tm) |
TopicAssocDep(TopicMapIF tm) |
TopicCounter(TopicMapIF topicmap) |
Modifier and Type | Method and Description |
---|---|
TopicMapIF |
TopicMapStoreIF.getTopicMap()
PUBLIC: Gets the topic map that is accessible through the
root transaction of the store.
|
TopicMapIF |
TopicMapBuilderIF.getTopicMap()
PUBLIC: Returns the topic map to which this builder belongs.
|
TopicMapIF |
TMObjectIF.getTopicMap()
PUBLIC: Gets the topic map that this object belongs to.
|
TopicMapIF |
TopicMapReaderIF.read()
PUBLIC: Reads the next topic map available from some implicit,
implementation dependent source.
|
Modifier and Type | Method and Description |
---|---|
Collection<TopicMapIF> |
TopicMapReaderIF.readAll()
PUBLIC: Reads all the topic map available from some implicit,
implementation dependent source.
|
Modifier and Type | Method and Description |
---|---|
static void |
CrossTopicMapException.check(TMObjectIF tmobject,
TopicMapIF target) |
void |
TopicMapReaderIF.importInto(TopicMapIF topicmap)
PUBLIC: Imports an implicitly designated topic map into the given topic map.
|
void |
TopicMapWriterIF.write(TopicMapIF source_topicmap)
PUBLIC: Writes the given topic map to an implicit implementation
dependent destination.
|
Constructor and Description |
---|
CrossTopicMapException(TMObjectIF tmobject,
TopicMapIF target) |
Modifier and Type | Field and Description |
---|---|
protected TopicMapIF |
Context.topicmap |
Modifier and Type | Method and Description |
---|---|
TopicMapIF |
Context.getTopicMap()
INTERNAL: Gets the topic map currently in use.
|
Modifier and Type | Method and Description |
---|---|
static void |
DB2TM.add(String cfgfile,
TopicMapIF topicmap)
PUBLIC: Run conversion from a configuration file into a given
topic map.
|
static void |
Processor.addRelations(RelationMapping rmapping,
Collection<String> relnames,
TopicMapIF topicmap,
LocatorIF baseloc)
INTERNAL: Runs a DB2TM process by adding tuples to the topic map.
|
static void |
Processor.removeRelations(RelationMapping rmapping,
Collection<String> relnames,
TopicMapIF topicmap,
LocatorIF baseloc)
INTERNAL: Runs a DB2TM process by removing tuples from the topic map.
|
void |
Context.setTopicMap(TopicMapIF topicmap)
INTERNAL: Sets the current topic map.
|
static void |
DB2TM.sync(String cfgfile,
TopicMapIF topicmap)
PUBLIC: Run synchronization from a configuration file against a
given topic map.
|
static void |
DB2TM.sync(String cfgfile,
TopicMapIF topicmap,
boolean force_rescan)
PUBLIC: Run synchronization from a configuration file against a
given topic map.
|
static void |
Processor.synchronizeRelations(RelationMapping rmapping,
Collection<String> relnames,
TopicMapIF topicmap,
LocatorIF baseloc)
INTERNAL: Runs a DB2TM process by synchronizing the relations.
|
static void |
Processor.synchronizeRelations(RelationMapping rmapping,
Collection<String> relnames,
TopicMapIF topicmap,
LocatorIF baseloc,
boolean forceRescan) |
Modifier and Type | Method and Description |
---|---|
protected TopicMapIF |
AbstractOntopolyURLReference.loadTopicMap(boolean readonly) |
protected abstract TopicMapIF |
AbstractURLTopicMapReference.loadTopicMap(boolean readonly) |
Modifier and Type | Class and Description |
---|---|
class |
TopicMap
INTERNAL: The basic topic map implementation.
|
Modifier and Type | Method and Description |
---|---|
TopicMapIF |
TopicMap.getTopicMap() |
TopicMapIF |
TopicMapBuilder.getTopicMap() |
TopicMapIF |
TMObject.getTopicMap() |
Modifier and Type | Field and Description |
---|---|
protected TopicMapIF |
ClassInstanceIndex.topicmap |
Constructor and Description |
---|
TNCIndex(TopicMapIF topicmap) |
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyTopicMap
INTERNAL: The read-only rdbms topic map implementation.
|
Modifier and Type | Field and Description |
---|---|
protected TopicMapIF |
RoleTypeAssocTypeCache.tm |
protected TopicMapIF |
LocatorLookup.tm |
protected TopicMapIF |
RoleTypeCache.tm |
protected TopicMapIF |
TopicMapBuilder.tm |
Modifier and Type | Method and Description |
---|---|
TopicMapIF |
ReadOnlyTopicMap.getTopicMap() |
TopicMapIF |
TopicMap.getTopicMap() |
TopicMapIF |
RDBMSTopicMapStore.getTopicMap() |
TopicMapIF |
TopicMapBuilder.getTopicMap() |
TopicMapIF |
TMObject.getTopicMap() |
TopicMapIF |
ReadOnlyTMObject.getTopicMap() |
TopicMapIF |
RDBMSTopicMapReader.read() |
Modifier and Type | Method and Description |
---|---|
Collection<TopicMapIF> |
RDBMSTopicMapReader.readAll() |
Modifier and Type | Method and Description |
---|---|
protected static void |
Utils.clearTopicMap(TopicMapIF topicmap)
INTERNAL: An internal utility class that let one delete a topic
map physically from the database.
|
protected static void |
Utils.deleteTopicMap(TopicMapIF topicmap)
INTERNAL: An internal utility class that let one delete a topic
map physically from the database.
|
static Map<String,Integer> |
Stats.getStatistics(TopicMapIF topicmap) |
void |
RDBMSTopicMapReader.importInto(TopicMapIF topicmap) |
static void |
Utils.removeDuplicates(TopicMapIF topicmap)
INTERNAL: Helper function that effectively finds duplicate
characteristics and suppresses them.
|
protected void |
TopicMap.setTopicMap(TopicMapIF topicmap) |
Constructor and Description |
---|
LocatorLookup(String qname,
TransactionIF txn,
TopicMapIF tm,
int lrusize,
E nullObject) |
TopicMapBuilder(TransactionIF txn,
TopicMapIF tm) |
Modifier and Type | Method and Description |
---|---|
protected TopicMapIF |
RDBMSIndex.getTopicMap() |
Modifier and Type | Method and Description |
---|---|
TopicMapIF |
RemoteTopic.getTopicMap() |
TopicMapIF |
DynamicAssociation.getTopicMap() |
TopicMapIF |
DynamicAssociationRole.getTopicMap() |
Modifier and Type | Method and Description |
---|---|
TopicMapIF |
TopicMapImpl.getWrapped() |
Modifier and Type | Method and Description |
---|---|
TopicMapImpl |
MemoryTopicMapSystemImpl.createTopicMap(TopicMapIF topicmap) |
Modifier and Type | Field and Description |
---|---|
protected TopicMapIF |
TMRevitalizer.topicmap |
protected TopicMapIF |
AbstractTopicMapTransaction.topicmap |
Modifier and Type | Method and Description |
---|---|
TopicMapIF |
AbstractTopicMapTransaction.getTopicMap() |
TopicMapIF |
TopicMapTransactionIF.getTopicMap()
Deprecated.
PUBLIC: Gets the topic map that is accessible through the
transaction.
|
TopicMapIF |
SnapshotTMObject.getTopicMap() |
TopicMapIF |
PhantomAssociation.getTopicMap() |
TopicMapIF |
AbstractTopicMapStore.getTopicMap() |
TopicMapIF |
AbstractTopicMapReader.read() |
protected abstract TopicMapIF |
AbstractTopicMapReader.read(TopicMapStoreFactoryIF store_factory) |
Modifier and Type | Method and Description |
---|---|
Collection<TopicMapIF> |
AbstractTopicMapReader.readAll() |
protected Collection<TopicMapIF> |
AbstractTopicMapReader.readAll(TopicMapStoreFactoryIF store_factory) |
Modifier and Type | Method and Description |
---|---|
static void |
DeletionUtils.clear(TopicMapIF topicmap)
INTERNAL: Deletes all the topics and associations from the topic
map.
|
void |
AbstractTopicMapReader.importInto(TopicMapIF topicmap) |
static String |
ObjectStrings.toString(String impl,
TopicMapIF topicmap) |
Constructor and Description |
---|
TMRevitalizer(TopicMapIF topicmap) |
Modifier and Type | Field and Description |
---|---|
protected TopicMapIF |
AbstractUserThemeFilter.topicMap |
Modifier and Type | Method and Description |
---|---|
TopicMapIF |
UserThemeFilterIF.getTopicMap()
gets TopicMapIF object
|
TopicMapIF |
AbstractUserThemeFilter.getTopicMap() |
Modifier and Type | Method and Description |
---|---|
Collection |
UserFilterContextStore.getScopeAssociations(TopicMapIF topicmap) |
Collection |
UserFilterContextStore.getScopeOccurrences(TopicMapIF topicmap) |
Collection |
UserFilterContextStore.getScopeTopicNames(TopicMapIF topicmap) |
Collection |
UserFilterContextStore.getScopeVariantNames(TopicMapIF topicmap) |
void |
UserFilterContextStore.resetScopeAssociations(TopicMapIF topicmap) |
void |
UserFilterContextStore.resetScopeOccurrences(TopicMapIF topicmap) |
void |
UserFilterContextStore.resetScopeTopicNames(TopicMapIF topicmap) |
void |
UserFilterContextStore.resetScopeVariantNames(TopicMapIF topicmap) |
void |
UserFilterContextStore.setScopeAssociations(TopicMapIF topicmap,
Collection themes_associations) |
void |
UserFilterContextStore.setScopeOccurrences(TopicMapIF topicmap,
Collection themes_occurrences) |
void |
UserFilterContextStore.setScopeTopicNames(TopicMapIF topicmap,
Collection themes_baseNames) |
void |
UserFilterContextStore.setScopeVariantNames(TopicMapIF topicmap,
Collection themes_variantNames) |
void |
UserThemeFilterIF.setTopicMap(TopicMapIF topicMap)
set TopicMapIF object
|
void |
AbstractUserThemeFilter.setTopicMap(TopicMapIF topicMap) |
void |
BasenameUserThemeFilter.setTopicMap(TopicMapIF topicMap) |
Constructor and Description |
---|
AbstractUserThemeFilter(TopicMapIF topicMap) |
BasenameUserThemeFilter(TopicMapIF topicMap) |
ThemeCategorizer(TopicMapIF tm,
Collection context)
empty constructor.
|
Modifier and Type | Method and Description |
---|---|
TopicMapIF |
NavigatorPageIF.getTopicMap()
INTERNAL: Get the topicmap object the context tag is working with.
|
TopicMapIF |
NavigatorApplicationIF.getTopicMapById(String topicmapId)
INTERNAL: Get
TopicMapIF object for specified TopicMap
String Identifier which is in accordance to the identifiers used
by the TopicMapRepositoryIF. |
TopicMapIF |
NavigatorApplicationIF.getTopicMapById(String topicmapId,
boolean readonly)
INTERNAL: Get
TopicMapIF object for specified TopicMap
String Identifier which is in accordance to the identifiers used
by the TopicMapRepositoryIF. |
Modifier and Type | Method and Description |
---|---|
String |
NavigatorApplicationIF.getTopicMapRefId(TopicMapIF topicmap)
INTERNAL: Get the reference ID of the topic map within the
application's store registry.
|
void |
NavigatorApplicationIF.returnTopicMap(TopicMapIF topicmap)
INTERNAL: Returns the
TopicMapIF object to the
navigator application. |
Modifier and Type | Method and Description |
---|---|
TopicMapIF |
NavigatorApplication.getTopicMapById(String topicmapId) |
TopicMapIF |
NavigatorApplication.getTopicMapById(String topicmapId,
boolean readonly) |
Modifier and Type | Method and Description |
---|---|
String |
NavigatorApplication.getTopicMapRefId(TopicMapIF topicmap) |
void |
NavigatorApplication.returnTopicMap(TopicMapIF topicmap) |
Modifier and Type | Method and Description |
---|---|
List<List<YahooTree.TreeNode>> |
YahooTree.makeModel(TopicMapIF topicmap) |
protected static ParsedQueryIF |
MenuUtils.optimisticParse(String query,
TopicMapIF tm)
Parse the given query for the given topic map.
|
protected static DeclarationContextIF |
MenuUtils.optimisticParse(TopicMapIF tm,
String query)
Parse the given declaration-context-query for the given topic map.
|
static void |
Wiki.render(String text,
Writer out,
TopicMapIF topicmap,
Map params) |
Modifier and Type | Method and Description |
---|---|
protected TopicMapIF |
TMLoginModule.getTopicMap() |
Modifier and Type | Method and Description |
---|---|
TopicMapIF |
DataIntegrationServlet.transformRequest(String transformId,
InputStream xmlstream,
LocatorIF base) |
Constructor and Description |
---|
TreeWidget(TopicMapIF topicmap,
String query,
String topquery,
String ownpage,
String nodepage)
Deprecated.
Sets up the widget ready for use.
|
Modifier and Type | Method and Description |
---|---|
TopicMapIF |
ContextTag.getTopicMap() |
Modifier and Type | Method and Description |
---|---|
void |
ContextTag._setTopicMap(TopicMapIF topicmap)
Special setter used only for unit testing purposes.
|
Modifier and Type | Field and Description |
---|---|
protected TopicMapIF |
TreeWidget.topicmap |
Modifier and Type | Method and Description |
---|---|
static TopicMapIF |
ContextUtils.getTopicMap(javax.servlet.jsp.PageContext pageContext)
EXPERIMENTAL: Get the topic map object the context tag is working
with.
|
static TopicMapIF |
ContextUtils.getTopicMap(javax.servlet.ServletRequest request)
EXPERIMENTAL: Get the topic map object the context tag is working
with.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicTreeWidget.setTopicMap(TopicMapIF topicmap)
PUBLIC: Sets the topic map used by the widget.
|
void |
TreeWidget.setTopicMap(TopicMapIF topicmap)
PUBLIC: Sets the topic map used by the widget.
|
static TMObjectIF |
NavigatorUtils.stringID2Object(TopicMapIF tm,
String s)
INTERNAL: Tries to convert a string which should contain a subject
identifier, XML ID, or object ID to a
TMObjectIF
object in the following order:
try to match a subject indicator (tm.getTopicBySubjectIdentifier)
try to match a source locator (tm.getObjectByItemIdentifier)
try to match a topic id (tm.getObjectById)
|
static TMObjectIF |
NavigatorUtils.stringID2Object(TopicMapIF tm,
String s,
DeclarationContextIF context)
INTERNAL: Tries to convert a string which should contain a subject
identifier, XML ID, or object ID to a
TMObjectIF
object in the following order:
try to match a subject indicator (tm.getTopicBySubjectIdentifier)
try to match a source locator (tm.getObjectByItemIdentifier)
try to match a topic id (tm.getObjectById)
try to match a subject identifier with a prefix defined in the DeclarationContextIF
|
static TopicIF |
NavigatorUtils.stringID2Topic(TopicMapIF tm,
String s)
INTERNAL: Tries to convert a string which should contain a subject
identifier, XML ID, or object ID to a
TopicIF object
in the following order:
try to match a subject indicator (tm.getTopicBySubjectIdentifier)
try to match a source (tm.getObjectByItemIdentifier)
try to match a topic id (tm.getObjectById)
|
static Collection |
NavigatorUtils.stringIDs2Topics(TopicMapIF tm,
String strList,
String delimiter)
INTERNAL: Converts from a string of subject identities, source IDs or
object IDs separated by spaces (default) to a Collection of topics.
|
Constructor and Description |
---|
DynamicTreeWidget(TopicMapIF topicmap,
String tablequery,
String ownpage,
String nodepage)
PUBLIC: Sets up the widget ready for use.
|
TreeWidget(TopicMapIF topicmap,
String query,
String topquery,
String ownpage,
String nodepage)
PUBLIC: Sets up the widget ready for use.
|
Modifier and Type | Method and Description |
---|---|
QueryProcessorIF |
QueryProcessorFactoryIF.createQueryProcessor(TopicMapIF topicmap,
LocatorIF base,
Map<String,String> properties)
PUBLIC: Creates a new
QueryProcessorIF instance to query a given
topic map. |
Modifier and Type | Field and Description |
---|---|
protected TopicMapIF |
JavaSearcherPredicate.topicmap |
protected TopicMapIF |
ValuePredicate.topicmap |
protected TopicMapIF |
TopicNamePredicate.topicmap |
protected TopicMapIF |
VariantPredicate.topicmap |
protected TopicMapIF |
QueryProcessor.topicmap |
protected TopicMapIF |
ResourcePredicate.topicmap |
protected TopicMapIF |
DynamicOccurrencePredicate.topicmap |
protected TopicMapIF |
AssociationRolePredicate.topicmap |
protected TopicMapIF |
ScopePredicate.topicmap |
protected TopicMapIF |
AbstractInstanceOfPredicate.topicmap |
protected TopicMapIF |
JavaModule.topicmap |
protected TopicMapIF |
PredicateFactory.topicmap |
protected TopicMapIF |
BaseLocatorPredicate.topicmap |
protected TopicMapIF |
ReifiesPredicate.topicmap |
protected TopicMapIF |
SubjectIdentifierPredicate.topicmap |
protected TopicMapIF |
TypePredicate.topicmap |
protected TopicMapIF |
ValueLikePredicate.topicmap |
protected TopicMapIF |
DynamicAssociationPredicate.topicmap |
protected TopicMapIF |
SubjectLocatorPredicate.topicmap |
protected TopicMapIF |
ObjectIdPredicate.topicmap |
protected TopicMapIF |
AssociationPredicate.topicmap |
protected TopicMapIF |
TopicPredicate.topicmap |
protected TopicMapIF |
ItemIdentifierPredicate.topicmap |
protected TopicMapIF |
OccurrencePredicate.topicmap |
protected TopicMapIF |
RolePlayerPredicate.topicmap |
protected TopicMapIF |
TopicMapPredicate.topicmap |
protected TopicMapIF |
DatatypePredicate.topicmap |
Modifier and Type | Method and Description |
---|---|
TopicMapIF |
QueryContext.getTopicMap() |
Modifier and Type | Method and Description |
---|---|
static Collection |
PredicateUtils.getAllObjects(TopicMapIF topicmap)
Returns all topic map objects in the topic map.
|
Modifier and Type | Field and Description |
---|---|
protected TopicMapIF |
QueryProcessor.topicmap |
protected TopicMapIF |
PredicateFactory.topicmap |
protected TopicMapIF |
InPredicate.topicmap |
protected TopicMapIF |
NamePredicate.topicmap |
Modifier and Type | Method and Description |
---|---|
TopicMapIF |
QueryProcessor.getTopicMap() |
Modifier and Type | Method and Description |
---|---|
QueryProcessorIF |
TologQueryProcessorFactory.createQueryProcessor(TopicMapIF topicmap,
LocatorIF base,
Map<String,String> properties) |
static boolean |
Prefetcher.prefetch(TopicMapIF tm,
Collection objects,
int type,
int[] fields,
boolean[] traverse) |
static boolean |
Prefetcher.prefetch(TopicMapIF tm,
Collection objects,
int type,
int field,
boolean traverse) |
static boolean |
Prefetcher.prefetch(TopicMapIF tm,
Object[] objects,
int type,
int[] fields,
boolean[] traverse) |
static boolean |
Prefetcher.prefetch(TopicMapIF tm,
Object[] objects,
int type,
int field,
boolean traverse) |
static boolean |
Prefetcher.prefetch(TopicMapIF tm,
QueryMatches matches,
int qmidx,
int type,
int[] fields,
boolean[] traverse) |
static boolean |
Prefetcher.prefetch(TopicMapIF tm,
QueryMatches matches,
int qmidx,
int type,
int field,
boolean traverse) |
static boolean |
Prefetcher.prefetch(TopicMapIF tm,
SearchResultIF result,
String idfname) |
static boolean |
Prefetcher.prefetchRolesByType(TopicMapIF tm,
QueryMatches matches,
int qmidx,
TopicIF rtype,
int[] fields,
boolean[] traverse) |
static boolean |
Prefetcher.prefetchRolesByType(TopicMapIF tm,
QueryMatches matches,
int qmidx,
TopicIF rtype,
TopicIF atype,
int[] fields,
boolean[] traverse) |
Constructor and Description |
---|
PumpPredicate(TopicMapIF topicmap,
List subclauses,
int limit,
Variable valuevar,
Variable objectvar,
Object literal,
boolean equals,
boolean bigger) |
Modifier and Type | Method and Description |
---|---|
TopicMapIF |
GlobalParseContext.getTopicMap() |
TopicMapIF |
ParseContextIF.getTopicMap()
INTERNAL: Returns the topic map being parsed against.
|
TopicMapIF |
LocalParseContext.getTopicMap() |
Modifier and Type | Method and Description |
---|---|
int |
ModificationFunctionStatement.doStaticUpdates(TopicMapIF topicmap,
Map arguments) |
int |
InsertStatement.doStaticUpdates(TopicMapIF topicmap,
Map arguments) |
int |
MergeStatement.doStaticUpdates(TopicMapIF topicmap,
Map arguments) |
abstract int |
ModificationStatement.doStaticUpdates(TopicMapIF topicmap,
Map arguments) |
Constructor and Description |
---|
GlobalParseContext(PredicateFactoryIF factory,
TopicMapIF topicmap) |
GlobalParseContext(PredicateFactoryIF factory,
TopicMapIF topicmap,
LocatorIF base) |
Modifier and Type | Field and Description |
---|---|
protected TopicMapIF |
AbstractSearcher.topicmap |
Modifier and Type | Method and Description |
---|---|
TopicMapIF |
JavaPredicate.getTopicMap() |
Modifier and Type | Method and Description |
---|---|
void |
JavaPredicate.setTopicMap(TopicMapIF topicmap) |
void |
SearcherIF.setTopicMap(TopicMapIF topicmap)
PUBLIC: Called by the query engine before using the instance to
pass the topic map being queried to the predicate.
|
void |
AbstractSearcher.setTopicMap(TopicMapIF topicmap) |
Modifier and Type | Method and Description |
---|---|
static QueryProcessorIF |
QueryUtils.createQueryProcessor(String queryLanguage,
TopicMapIF topicmap,
LocatorIF base) |
static QueryProcessorIF |
QueryUtils.createQueryProcessor(String queryLanguage,
TopicMapIF topicmap,
LocatorIF base,
Map properties)
EXPERIMENTAL: ...
|
static QueryProcessorIF |
QueryUtils.createQueryProcessor(String queryLanguage,
TopicMapIF topicmap,
Map properties) |
static QueryProcessorIF |
QueryUtils.createQueryProcessor(TopicMapIF topicmap)
PUBLIC: Factory method for creating a query processor for a given
topic map; always returns a new processor.
|
static QueryProcessorIF |
QueryUtils.createQueryProcessor(TopicMapIF topicmap,
LocatorIF base)
PUBLIC: Factory method for creating a new query processor for a
given topic map and base address.
|
static QueryProcessorIF |
QueryUtils.createQueryProcessor(TopicMapIF topicmap,
LocatorIF base,
Map properties) |
static QueryProcessorIF |
QueryUtils.createQueryProcessor(TopicMapIF topicmap,
Map properties)
EXPERIMENTAL: ...
|
static QueryProcessorIF |
QueryUtils.getQueryProcessor(String queryLanguage,
TopicMapIF topicmap) |
static QueryProcessorIF |
QueryUtils.getQueryProcessor(String queryLanguage,
TopicMapIF topicmap,
LocatorIF base)
PUBLIC: Returns the default query processor for the given topic
map and base address.
|
static QueryProcessorIF |
QueryUtils.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 QueryProcessorIF |
QueryUtils.getQueryProcessor(TopicMapIF topicmap,
LocatorIF base) |
static DeclarationContextIF |
QueryUtils.parseDeclarations(TopicMapIF topicmap,
String declarations)
PUBLIC: Parses a set of tolog declarations and returns an
object representing the resulting declaration context.
|
static DeclarationContextIF |
QueryUtils.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.
|
Constructor and Description |
---|
QueryWrapper(TopicMapIF topicmap)
EXPERIMENTAL: Creates a wrapper for this particular topic map.
|
Modifier and Type | Method and Description |
---|---|
DeclarationContextIF |
OntopiaRestApplication.getDeclarationContext(TopicMapIF topicmap) |
Modifier and Type | Method and Description |
---|---|
protected <T> T |
AbstractConverter.objectFromFragment(TopicMapIF fragment,
Class<T> target,
org.restlet.resource.Resource resource) |
Modifier and Type | Method and Description |
---|---|
<C> C |
ParameterResolverIF.resolve(TopicMapIF topicmap,
org.restlet.Request request,
String name,
Class<C> klass,
boolean allowNull) |
Modifier and Type | Interface and Description |
---|---|
interface |
MTopicMapAsValue |
Modifier and Type | Method and Description |
---|---|
protected TopicMapIF |
AbstractTransactionalResource.getTopicMap() |
Modifier and Type | Method and Description |
---|---|
<C> C |
DefaultParameterResolver.resolve(TopicMapIF topicmap,
org.restlet.Request request,
String name,
Class<C> klass,
boolean allowNull) |
<C> C |
DefaultParameterResolver.resolveAttribute(TopicMapIF topicmap,
org.restlet.Request request,
String attribute,
Class<C> klass,
boolean allowNull) |
Modifier and Type | Method and Description |
---|---|
TMObjectIF |
TMObjectController.resolve(TopicMapIF tm,
String objectId,
Collection<URILocator> itemIdentifiers) |
<C extends TMObjectIF> |
TMObjectController.resolve(TopicMapIF tm,
TMObject object,
Class<C> expected) |
Modifier and Type | Method and Description |
---|---|
AssociationIF |
AssociationController.add(TopicMapIF tm,
Association association) |
AssociationIF |
AssociationController.add(TopicMapIF tm,
TopicIF type,
Association association) |
AssociationIF |
AssociationController.change(TopicMapIF tm,
AssociationIF result,
Association association) |
void |
AssociationController.remove(TopicMapIF tm,
Association association) |
AssociationIF |
AssociationController.resolve(TopicMapIF tm,
Association association) |
Modifier and Type | Method and Description |
---|---|
TopicNameIF |
TopicNameController.add(TopicMapIF tm,
TopicIF topic,
TopicName name) |
TopicNameIF |
TopicNameController.add(TopicMapIF tm,
TopicName name) |
TopicNameIF |
TopicNameController.change(TopicMapIF topicMap,
TopicNameIF result,
TopicName name) |
void |
TopicNameController.remove(TopicMapIF tm,
TopicName name) |
TopicNameIF |
TopicNameController.resolve(TopicMapIF tm,
TopicName name) |
Modifier and Type | Method and Description |
---|---|
OccurrenceIF |
OccurrenceController.add(TopicMapIF tm,
Occurrence occurrence) |
OccurrenceIF |
OccurrenceController.add(TopicMapIF tm,
TopicIF topic,
Occurrence occurrence) |
OccurrenceIF |
OccurrenceController.change(TopicMapIF tm,
OccurrenceIF result,
Occurrence occurrence) |
void |
OccurrenceController.remove(TopicMapIF tm,
Occurrence occurrence) |
OccurrenceIF |
OccurrenceController.resolve(TopicMapIF tm,
Occurrence occurrence) |
Modifier and Type | Method and Description |
---|---|
QueryResultIF |
QueryController.query(TopicMapIF topicmap,
String language,
String query) |
Modifier and Type | Method and Description |
---|---|
AssociationRoleIF |
RoleController.add(TopicMapIF tm,
AssociationIF association,
AssociationRole role) |
AssociationRoleIF |
RoleController.change(TopicMapIF tm,
AssociationRoleIF result,
AssociationRole role) |
void |
RoleController.remove(TopicMapIF tm,
AssociationRole role) |
AssociationRoleIF |
RoleController.resolve(TopicMapIF tm,
AssociationRole role) |
Modifier and Type | Method and Description |
---|---|
Collection<TopicIF> |
ScopedController.resolve(TopicMapIF tm,
Collection<Topic> scope) |
Modifier and Type | Method and Description |
---|---|
TopicIF |
TopicController.add(TopicMapIF tm,
Topic topic) |
TopicIF |
TopicController.add(TopicMapIF tm,
TopicIF type,
Topic topic) |
TopicIF |
TopicController.change(TopicMapIF tm,
TopicIF result,
Topic topic) |
void |
TopicController.remove(TopicMapIF tm,
Topic topic) |
TopicIF |
TopicController.resolve(TopicMapIF tm,
Topic topic) |
Modifier and Type | Method and Description |
---|---|
void |
TopicMapController.change(TopicMapReferenceIF reference,
TopicMapIF tm,
TopicMap topicmap) |
Constructor and Description |
---|
TopicMapWrapper(TopicMapIF tm,
TopicMapReferenceIF reference) |
Modifier and Type | Method and Description |
---|---|
VariantNameIF |
VariantNameController.add(TopicMapIF tm,
TopicNameIF name,
VariantName variant) |
VariantNameIF |
VariantNameController.add(TopicMapIF tm,
VariantName variant) |
VariantNameIF |
VariantNameController.change(TopicMapIF tm,
VariantNameIF result,
VariantName variant) |
void |
VariantNameController.remove(TopicMapIF tm,
VariantName variant) |
VariantNameIF |
VariantNameController.resolve(TopicMapIF tm,
VariantName variant) |
Modifier and Type | Method and Description |
---|---|
void |
SchemaValidatorIF.validate(TopicMapIF topicmap)
Deprecated.
PUBLIC: Validates a topic map against the schema.
|
Modifier and Type | Method and Description |
---|---|
protected TopicIF |
SchemaValidator.getTopic(TopicClass klass,
TopicMapIF tm) |
void |
SchemaValidator.validate(TopicMapIF topicmap) |
Modifier and Type | Method and Description |
---|---|
OSLSchema |
Generate.createSchema(TopicMapIF tm)
Creates a schema from the given topic map.
|
Modifier and Type | Field and Description |
---|---|
protected TopicMapIF |
AssociationBuilder.topicmap |
Modifier and Type | Method and Description |
---|---|
static Collection<TopicIF> |
IdentityUtils.findSameTopic(TopicMapIF topicmap,
TopicIF topic)
INTERNAL: Returns the topic or topics with overlapping identities
in the given topic map.
|
static TopicIF |
MergeUtils.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.
|
static Function<TopicIF,String> |
TopicStringifiers.getFastSortNameStringifier(TopicMapIF tm)
PUBLIC: Gets a fast stringifier that will return the sort names
of topics, when they have one.
|
QNameLookup |
QNameRegistry.getLookup(TopicMapIF topicmap)
PUBLIC: Returns a QNameLookup object bound to a specific topic map.
|
static TMObjectIF |
IdentityUtils.getObjectBySymbolicId(TopicMapIF topicmap,
String symbolicId)
INTERNAL: Looks up a topic map object by its symbolic id.
|
static LocatorIF |
IdentityUtils.getSymbolicIdLocator(TopicMapIF topicmap,
String symbolicId)
INTERNAL: Expands a symbolic id into a LocatorIF based on the
base locator of the given topic map..
|
static String |
KeyGenerator.makeAssociationKey(AssociationIF assoc,
TopicMapIF othertm)
PUBLIC: Makes a key for an association, as it would look in another
topic map.
|
static String |
KeyGenerator.makeAssociationRoleKey(AssociationRoleIF role,
TopicMapIF othertm)
PUBLIC: Makes a key for an association role, as it would look in
another topic map.
|
static String |
KeyGenerator.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 String |
KeyGenerator.makeOccurrenceKey(OccurrenceIF occ,
TopicMapIF othertm)
PUBLIC: Makes a key for an occurrence, as it would look in
another topic map.
|
protected static String |
KeyGenerator.makeScopeKey(Collection<TopicIF> scope,
TopicMapIF othertm) |
protected static String |
KeyGenerator.makeScopeKey(ScopedIF scoped,
TopicMapIF othertm) |
static String |
KeyGenerator.makeTopicNameKey(TopicNameIF bn,
TopicMapIF othertm)
PUBLIC: Makes a key for a topic name, as it would look in another
topic map.
|
protected static String |
KeyGenerator.makeTypedKey(TypedIF typed,
TopicMapIF othertm) |
static AssociationIF |
MergeUtils.mergeInto(TopicMapIF topicmap,
AssociationIF source)
PUBLIC: Merges the source association into the target topic
map.
|
static TopicIF |
MergeUtils.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 TopicIF |
MergeUtils.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 void |
MergeUtils.mergeInto(TopicMapIF target,
TopicMapIF source)
PUBLIC: Merges one topic map into another topic map.
|
static void |
DuplicateSuppressionUtils.removeDuplicates(TopicMapIF topicmap)
PUBLIC: Remove all duplicates in the entire topic map.
|
static void |
ClassInstanceUtils.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 void |
ClassInstanceUtils.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 void |
TopicMapSynchronizer.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 void |
TopicMapSynchronizer.update(TopicMapIF target,
TopicIF source)
PUBLIC: Updates the target topic map against the source topic,
including all characteristics from the source topic.
|
static void |
TopicMapSynchronizer.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 void |
TopicMapSynchronizer.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.
|
Constructor and Description |
---|
FastSortNameStringifier(TopicMapIF tm) |
Modifier and Type | Method and Description |
---|---|
protected TopicMapIF |
CTMTopicMapReader.read(TopicMapStoreFactoryIF store_factory) |
Modifier and Type | Method and Description |
---|---|
void |
CTMParser.setTopicMap(TopicMapIF topicmap,
ParseContextIF parent) |
void |
CTMParser.setTopicMap(TopicMapIF topicmap,
ParseContextIF parent) |
Constructor and Description |
---|
GlobalParseContext(TopicMapIF topicmap,
LocatorIF base) |
LocalParseContext(TopicMapIF topicmap,
LocatorIF base,
ParseContextIF parent) |
Modifier and Type | Method and Description |
---|---|
protected TopicMapIF |
JTMTopicMapReader.read(TopicMapStoreFactoryIF store_factory) |
Modifier and Type | Method and Description |
---|---|
void |
JTMTopicMapWriter.write(TopicMapIF tm)
PUBLIC: Writes out the given topic map.
|
Modifier and Type | Method and Description |
---|---|
protected TopicMapIF |
LTMTopicMapReader.read(TopicMapStoreFactoryIF store_factory) |
Modifier and Type | Method and Description |
---|---|
static Map<String,TopicIF> |
LTMTemplateImporter.read(TopicMapIF topicmap,
String ltm,
Map<String,Object> parameters)
PUBLIC: Imports an LTM fragment with references to parameter values
specified externally.
|
void |
LTMParser.setTopicMap(TopicMapIF topicmap) |
void |
LTMParser.setTopicMap(TopicMapIF topicmap) |
void |
LTMTopicMapWriter.write(TopicMapIF tm)
PUBLIC: Writes out the given topic map.
|
Modifier and Type | Method and Description |
---|---|
TopicMapIF |
RDFTopicMapReader.read() |
Modifier and Type | Method and Description |
---|---|
static void |
RDFToTopicMapConverter.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 void |
RDFToTopicMapConverter.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 void |
RDFToTopicMapConverter.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 void |
RDFToTopicMapConverter.generateNames(TopicMapIF topicmap)
EXPERIMENTAL: Automatically generates names for nameless topics
based on their subject identifiers.
|
void |
RDFTopicMapReader.importInto(TopicMapIF topicmap) |
protected void |
RDFTopicMapWriter.setup(TopicMapIF topicmap) |
void |
RDFTopicMapWriter.write(TopicMapIF topicmap) |
Modifier and Type | Method and Description |
---|---|
protected TopicIF |
TopicMapPreferencesFactory.createSystemRootTopic(TopicMapIF topicmap) |
protected TopicIF |
TopicMapPreferences.createTopic(TopicMapIF topicmap) |
protected abstract TopicIF |
TopicMapPreferencesFactory.createUserRootTopic(TopicMapIF topicmap) |
protected Set<TopicIF> |
TopicMapPreferences.fetchChildren(TopicMapIF topicmap,
TopicIF topic) |
protected Set<OccurrenceIF> |
TopicMapPreferences.fetchProperties(TopicMapIF topicmap) |
protected TopicIF |
TopicMapPreferences.fetchPropertyType(String key,
TopicMapIF topicmap) |
protected TopicIF |
TopicMapPreferences.fetchTopic(TopicMapIF topicmap) |
static EnumMap<TopicMapPreferencesOntology,TopicIF> |
TopicMapPreferencesOntology.loadOntology(TopicMapIF topicmap) |
static EnumMap<TopicMapPreferencesOntology,TopicIF> |
TopicMapPreferencesOntology.loadOntology(TopicMapIF topicmap,
boolean forceCreate) |
protected void |
TopicMapPreferences.removeTopic(TopicMapIF topicmap,
TopicIF topic) |
protected TopicIF |
TopicMapPreferences.revitalize(TopicIF topic,
TopicMapIF topicmap) |
TopicIF |
TopicMapPreferencesOntology.t(TopicMapIF tm) |
Modifier and Type | Field and Description |
---|---|
protected TopicMapIF |
TopicMapTopicIndex.topicmap |
Modifier and Type | Method and Description |
---|---|
static TopicMapIF |
TMRAPImplementation.getTopicPage(NavigatorApplicationIF navapp,
TMRAPConfiguration config,
Collection<LocatorIF> items,
Collection<LocatorIF> subjects,
Collection<LocatorIF> indicators,
String[] tmids) |
Modifier and Type | Method and Description |
---|---|
static String |
TopicPage.getReifierName(TopicMapIF topicmap) |
void |
RemoteTopicIndex.loadAssociationTypes(TopicMapIF topicmap) |
void |
RemoteTopicIndex.loadQuery(TopicMapIF topicmap,
String query) |
void |
RemoteTopicIndex.loadTopicTypes(TopicMapIF topicmap) |
Constructor and Description |
---|
TopicMapTopicIndex(TopicMapIF topicmap,
String editBaseuri,
String viewBaseuri,
String tmid) |
Modifier and Type | Method and Description |
---|---|
TopicMapIF |
XFMLContentHandler.getTopicMap()
INTERNAL: Gets the topic map found after having parsed the input source.
|
TopicMapIF |
XFMLTopicMapReader.read() |
Modifier and Type | Method and Description |
---|---|
void |
XFMLTopicMapReader.importInto(TopicMapIF topicmap) |
Modifier and Type | Field and Description |
---|---|
protected TopicMapIF |
VizConfigurationManager.topicmap |
protected TopicMapIF |
AbstractUserThemeFilter.topicMap |
Modifier and Type | Method and Description |
---|---|
TopicMapIF |
VizDesktop.getCurrentTopicMap() |
TopicMapIF |
TopicMapView.getTopicMap() |
TopicMapIF |
VizDesktop.getTopicMap() |
TopicMapIF |
AbstractUserThemeFilter.getTopicMap() |
TopicMapIF |
VizController.getTopicMap() |
TopicMapIF |
VizConfigurationManager.getTopicMap() |
TopicMapIF |
VizFrontEndIF.getTopicMap()
Return the topic map that this front end is displaying
|
TopicMapIF |
Vizlet.getTopicMap() |
TopicMapIF |
VizController.loadTopicMap(File f) |
TopicMapIF |
VizController.loadTopicMap(File tmfile,
File cfgfile) |
TopicMapIF |
VizController.loadTopicMap(TopicMapIF topicMap) |
TopicMapIF |
VizController.loadTopicMap(TopicMapIF topicmap,
File cfgfile) |
Modifier and Type | Method and Description |
---|---|
void |
VizController.configure(AssociationScopeFilterMenu menu,
TopicMapIF topicmap,
ActionListener parentListener)
Configure the given AssociationScopeFilterMenu
|
void |
AssociationScopeFilterMenu.configure(TopicMapIF currentTopicMap,
ActionListener parentListener,
VizController controller)
Configure/reconfigure this menu.
|
TopicIF |
ApplicationContextIF.getDefaultScopingTopic(TopicMapIF aTopicmap)
Get the default scoping topic
|
TopicIF |
AppletContext.getDefaultScopingTopic(TopicMapIF aTopicmap) |
TopicIF |
DesktopContext.getDefaultScopingTopic(TopicMapIF aTopicmap) |
TopicIF |
VizController.getDefaultScopingTopic(TopicMapIF topicmap) |
TopicIF |
VizTopicMapConfigurationManager.getScopingTopic(TopicMapIF graphtm)
INTERNAL: Finds the scoping topic in the given topic map, and returns it.
|
TopicIF |
ApplicationContextIF.getStartTopic(TopicMapIF aTopicmap)
Return the start topic defined on the map
|
TopicIF |
AppletContext.getStartTopic(TopicMapIF aTopicmap) |
TopicIF |
VizTopicMapConfigurationManager.getStartTopic(TopicMapIF graphtm)
INTERNAL: Finds the start topic in the given topic map, and returns it.
|
TopicIF |
DesktopContext.getStartTopic(TopicMapIF aTopicmap) |
TopicIF |
VizController.getStartTopic(TopicMapIF aTopicmap) |
TopicIF |
ApplicationContextIF.getTopicForLocator(LocatorIF locator,
TopicMapIF aTopicmap)
Returns the topic with the given subject identifier, if any.
|
TopicIF |
AppletContext.getTopicForLocator(LocatorIF aLocator,
TopicMapIF topicmap) |
TopicIF |
DesktopContext.getTopicForLocator(LocatorIF aLocator,
TopicMapIF topicmap) |
TopicMapIF |
VizController.loadTopicMap(TopicMapIF topicMap) |
TopicMapIF |
VizController.loadTopicMap(TopicMapIF topicmap,
File cfgfile) |
void |
AbstractUserThemeFilter.setTopicMap(TopicMapIF topicMap) |
void |
BasenameUserThemeFilter.setTopicMap(TopicMapIF topicMap) |
Constructor and Description |
---|
AbstractUserThemeFilter(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.
|
Modifier and Type | Method and Description |
---|---|
protected TopicIF |
EvaluateLTM.getTopicById(TopicMapIF topicmap,
String id) |
Constructor and Description |
---|
ActionParameters(String fieldname,
String[] fieldvalues,
FileValueIF filevalue,
List params,
TopicMapIF topicmap,
WebEdRequestIF request) |
Modifier and Type | Method and Description |
---|---|
static List |
TagUtils.deserializeParameters(List parameters,
TopicMapIF topicmap) |
Collection |
SchemaUtils.getMatchingTopics(TopicMapIF tm,
ScopeSpecification scopeSpec)
INTERNAL: Gets the topic objects which define a context theme by
the given scope specification typically attached to a constraint
object.
|
Collection |
SchemaUtils.getMatchingTopics(TopicMapIF tm,
TypeSpecification typeSpec)
INTERNAL: Gets the topic objects which define a class type by
the given type specification typically attached to a constraint
object.
|
Modifier and Type | Method and Description |
---|---|
TopicMapIF |
XTMTopicMapReader.read() |
TopicMapIF |
TMXMLReader.read() |
protected TopicMapIF |
XTMTopicMapReader.read(TopicMapStoreFactoryIF store_factory) |
Modifier and Type | Method and Description |
---|---|
Collection<TopicMapIF> |
XTMContentHandler.getTopicMaps()
INTERNAL: Gets the topic maps found after having parsed the input source.
|
Modifier and Type | Method and Description |
---|---|
void |
XTM2TopicMapExporter.export(TopicMapIF tm)
INTERNAL: Default export method.
|
void |
XTMTopicMapExporter.export(TopicMapIF tm)
INTERNAL: Default export method.
|
void |
CanonicalTopicMapWriter.export(TopicMapIF topicmap,
ContentHandler dh)
PUBLIC: Exports the topic map to the given ContentHandler.
|
void |
XTM2TopicMapExporter.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.
|
void |
XTMTopicMapExporter.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 TopicIF |
XTMContentHandler.getDefaultOccurrenceTopic(TopicMapIF topicmap) |
static TopicIF |
XTMContentHandler.getNullTopic(TopicMapIF topicmap) |
void |
XTMTopicMapReader.importInto(TopicMapIF topicmap) |
void |
TMXMLReader.importInto(TopicMapIF topicmap) |
static void |
XTMContentHandler.removeDefaultOccurrenceTopic(TopicMapIF topicmap) |
static void |
XTMContentHandler.removeNullTopic(TopicMapIF topicmap) |
void |
TMXMLWriter.startTopicMap(TopicMapIF topicmap)
PUBLIC: Writes the start tag of the document element (to be used
in fragment exporting only).
|
void |
CanonicalXTMWriter.write(TopicMapIF topicmap) |
void |
CanonicalTopicMapWriter.write(TopicMapIF topicmap) |
void |
TMXMLWriter.write(TopicMapIF topicmap)
PUBLIC: Writes the given topic map to the underlying writer.
|
void |
XTMTopicMapWriter.write(TopicMapIF topicmap) |
Modifier and Type | Field and Description |
---|---|
protected TopicMapIF |
UpgradeBase.topicmap |
Modifier and Type | Method and Description |
---|---|
protected static void |
UpgradeBase.assignEditMode(TopicMapIF topicmap,
LocatorIF base_on,
TopicIF rfield,
String mode) |
protected static void |
UpgradeBase.assignEmbedded(TopicMapIF topicmap,
LocatorIF base_on,
TopicIF rfield,
String cview) |
protected static void |
UpgradeBase.assignField(TopicMapIF topicmap,
LocatorIF base_on,
TopicIF oField,
String ptypeId) |
protected static void |
UpgradeBase.assignField(TopicMapIF topicmap,
LocatorIF base_on,
TopicIF oField,
TopicIF ptype) |
protected static void |
UpgradeBase.assignFieldsView(TopicMapIF topicmap,
LocatorIF base_on,
TopicIF fieldDefinition,
String view) |
protected static void |
UpgradeBase.assignValueView(TopicMapIF topicmap,
LocatorIF base_on,
TopicIF rfield,
String pview,
String cview) |
protected static void |
UpgradeBase.assignViewMode(TopicMapIF topicmap,
LocatorIF base_on,
TopicIF rfield,
String view,
String mode) |
protected static TopicIF |
UpgradeBase.defineIdentityField(TopicMapIF topicmap,
LocatorIF base_on,
String itypeId,
String cardinality) |
protected static TopicIF |
UpgradeBase.defineIdentityField(TopicMapIF topicmap,
LocatorIF base_on,
TopicIF itype,
TopicIF cardinality) |
protected static UpgradeBase.RoleFieldDefinition |
UpgradeBase.defineRoleFields(TopicMapIF topicmap,
LocatorIF base_on,
String atypeId,
String afieldName,
String[] rtypeIds,
String[] rfieldNames,
String[][] ptypeIds) |
protected static UpgradeBase.RoleFieldDefinition |
UpgradeBase.defineRoleFields(TopicMapIF topicmap,
LocatorIF base_on,
TopicIF atype,
String afieldName,
TopicIF[] rtypes,
String[] rfieldNames,
TopicIF[][] pptypes) |
protected static TopicIF |
ConversionUtils.getCardinalityTopic(int mincard,
int maxcard,
TopicMapIF tm) |
protected TopicIF |
ConversionUtils.getCardinalityTopic(int cardinalityCount,
TopicMapIF tm) |
protected static TopicIF |
UpgradeBase.getTopic(TopicMapIF topicmap,
LocatorIF base_on,
String ref) |
protected static void |
UpgradeBase.makePublicSystemTopic(TopicMapIF topicmap,
LocatorIF base_on,
LocatorIF base_t,
String topic) |
protected static void |
UpgradeBase.removeObjects(TopicMapIF topicMap,
DeclarationContextIF dc,
String removalQuery) |
protected static void |
UpgradeBase.removeTopic(TopicMapIF topicmap,
LocatorIF base_on,
String ref) |
protected static void |
UpgradeBase.removeTopicIfExist(TopicMapIF topicmap,
LocatorIF base_on,
String ref) |
protected static void |
UpgradeBase.renameSubjectIdentifier(TopicMapIF topicmap,
LocatorIF base_on,
String oldId,
String newId) |
protected static void |
UpgradeBase.renameTopics(TopicMapIF topicmap,
String oldName,
String newName) |
protected static void |
UpgradeBase.translateAssociations(String atype1,
String[] rtypes1,
String atype2,
String[] rtypes2,
TopicMapIF tm,
LocatorIF base_on,
QueryProcessorIF qp,
DeclarationContextIF dc) |
Modifier and Type | Method and Description |
---|---|
TopicMapIF |
TopicMap.getTopicMapIF() |
Constructor and Description |
---|
TopicMap(TopicMapIF topicMapIF,
String topicMapId) |