Package | Description |
---|---|
net.ontopia.infoset.fulltext.core |
Interfaces for working with fulltext indexes.
|
net.ontopia.infoset.fulltext.impl.lucene |
The Lucene fulltext integration.
|
net.ontopia.persistence.proxy |
An object-relational mapping framework.
|
net.ontopia.topicmaps.core |
Provides interfaces for topic map objects; the topic map API for all Ontopia
topic map implementations.
|
net.ontopia.topicmaps.core.events |
Provides an event interface to Ontopia where clients can receive
notification about updates to topic maps.
|
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.rdbms |
Relational database implementation of the core topic map
interfaces.
|
net.ontopia.topicmaps.impl.utils |
INTERNAL: Classes that are used by many implementations.
|
net.ontopia.topicmaps.nav.utils.comparators |
Provides Comparators which are used by the Navigator.
|
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.impl.framework |
The implementation of the Navigator Framework related interfaces.
|
net.ontopia.topicmaps.rest | |
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.topicmap | |
net.ontopia.topicmaps.utils |
This package provides topic map utility classes, which are a toolkit for
working with the topic map model provided by the core interfaces.
|
net.ontopia.topicmaps.utils.ctm |
Provides support for the ISO-standardized textual Compact Topic Maps
syntax (or CTM) format for topic maps.
|
net.ontopia.topicmaps.utils.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.viz | |
net.ontopia.topicmaps.webed.impl.utils | |
net.ontopia.topicmaps.webed.utils |
Utility classes for the Web Editor Framework; useful for writing
Web Editor applications.
|
net.ontopia.topicmaps.xml |
Classes for importing and exporting topic maps in the XML
interchange format.
|
ontopoly.sysmodel |
Modifier and Type | Method and Description |
---|---|
void |
FulltextImplementationIF.install(TopicMapReferenceIF reference) |
Modifier and Type | Method and Description |
---|---|
void |
LuceneFulltextImplementation.install(TopicMapReferenceIF reference) |
Modifier and Type | Method and Description |
---|---|
void |
RDBMSStorage.writeReport(Writer out,
TopicMapReferenceIF reference,
IdentityIF namespace,
boolean dumpCaches) |
Modifier and Type | Method and Description |
---|---|
TopicMapReferenceIF |
TopicMapStoreIF.getReference()
INTERNAL: Returns a topic map reference for this store.
|
Modifier and Type | Method and Description |
---|---|
void |
TopicMapStoreIF.setReference(TopicMapReferenceIF reference)
INTERNAL: Sets the topic map reference for this store.
|
Modifier and Type | Method and Description |
---|---|
static void |
TopicMapEvents.addTopicListener(TopicMapReferenceIF topicmapRef,
TopicMapListenerIF listener)
PUBLIC: Call this method to register a topic listener with a
given topic map.
|
static void |
TopicMapEvents.removeTopicListener(TopicMapReferenceIF topicmapRef,
TopicMapListenerIF listener)
PUBLIC: Call this method to unregister a topic listener with a
given topic map.
|
void |
AbstractTopicMapListener.setReference(TopicMapReferenceIF ref)
INTERNAL: Callback method called when listener is being
registered or unregistered with a topic map reference.
|
Modifier and Type | Field and Description |
---|---|
protected TopicMapReferenceIF |
SynchronizationTask.ref |
Modifier and Type | Method and Description |
---|---|
void |
SynchronizationTask.setTopicMapReference(TopicMapReferenceIF ref) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOntopolyURLReference
INTERNAL: Common abstract superclass for references from sources
that support what Ontopoly needs.
|
class |
AbstractTopicMapReference
INTERNAL: An abstract topic map reference class that contains
methods that handles the id and title properties.
|
class |
AbstractURLTopicMapReference
INTERNAL: An abstract topic map reference class that retrieves
topic maps referenced through URLs.
|
class |
DefaultTopicMapReference
Deprecated.
Class is now superseded by StoreFactoryReference.
|
class |
StoreFactoryReference
INTERNAL: A topic map reference that uses a topic map store factory
to create stores.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,TopicMapReferenceIF> |
TopicMapSourceManager.keyrefs |
protected Map<TopicMapReferenceIF,String> |
TopicMapSourceManager.refkeys |
protected Collection<TopicMapReferenceIF> |
URLTopicMapSource.reflist |
protected Collection<TopicMapReferenceIF> |
ResourceTopicMapSource.reflist |
protected Map<String,TopicMapReferenceIF> |
AbstractPathTopicMapSource.refmap |
protected Collection<TopicMapReferenceIF> |
DefaultTopicMapSource.refs |
Modifier and Type | Method and Description |
---|---|
protected TopicMapReferenceIF |
AbstractPathTopicMapSource.createReference(URL url,
String id,
String title) |
abstract TopicMapReferenceIF |
AbstractOntopolyTopicMapSource.createReference(URL url,
String id,
String title,
LocatorIF base_address) |
protected abstract TopicMapReferenceIF |
AbstractPathTopicMapSource.createReference(URL url,
String id,
String title,
LocatorIF base_address) |
TopicMapReferenceIF |
DefaultTopicMapSource.createTopicMap(String name,
String baseAddress) |
TopicMapReferenceIF |
URLTopicMapSource.createTopicMap(String name,
String baseAddress) |
TopicMapReferenceIF |
TopicMapSourceIF.createTopicMap(String name,
String baseAddressURI)
PUBLIC: Creates a new topic map in the underlying source
and returns a reference to the created topic map.
|
TopicMapReferenceIF |
AbstractOntopolyTopicMapSource.createTopicMap(String name,
String baseAddress) |
TopicMapReferenceIF |
ResourceTopicMapSource.createTopicMap(String name,
String baseAddress) |
TopicMapReferenceIF |
AbstractPathTopicMapSource.createTopicMap(String name,
String baseAddress) |
TopicMapReferenceIF |
TopicMapRepositoryIF.getReferenceByKey(String refkey)
PUBLIC: Gets a topic map reference by its reference key.
|
TopicMapReferenceIF |
TopicMapSourceManager.getReferenceByKey(String key) |
Modifier and Type | Method and Description |
---|---|
Collection<TopicMapReferenceIF> |
TopicMapRepositoryIF.getReferences()
PUBLIC: Returns a collection containing all references.
|
Collection<TopicMapReferenceIF> |
DefaultTopicMapSource.getReferences() |
Collection<TopicMapReferenceIF> |
URLTopicMapSource.getReferences() |
Collection<TopicMapReferenceIF> |
TopicMapSourceIF.getReferences()
PUBLIC: Returns an unmodifiable collection of
TopicMapReferenceIF s found by the topic map source. |
Collection<TopicMapReferenceIF> |
ResourceTopicMapSource.getReferences() |
Collection<TopicMapReferenceIF> |
TopicMapSourceManager.getReferences() |
Collection<TopicMapReferenceIF> |
AbstractPathTopicMapSource.getReferences() |
protected Map<String,TopicMapReferenceIF> |
AbstractPathTopicMapSource.refreshFromFilesystem() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTopicMapSource.addReference(TopicMapReferenceIF reference)
INTERNAL: Adds the reference to the source and registers the source
as the source of the reference.
|
protected String |
TopicMapSourceManager.createReferenceKey(TopicMapReferenceIF ref)
INTERNAL: Creates a unique id.
|
String |
TopicMapRepositoryIF.getReferenceKey(TopicMapReferenceIF ref)
PUBLIC: Gets the key used to identify the reference in the
repository.
|
String |
TopicMapSourceManager.getReferenceKey(TopicMapReferenceIF ref) |
void |
DefaultTopicMapSource.removeReference(TopicMapReferenceIF reference)
INTERNAL: Removes the reference from the source and deregisters the
source from the reference.
|
Constructor and Description |
---|
DefaultTopicMapSource(TopicMapReferenceIF reference) |
Constructor and Description |
---|
DefaultTopicMapSource(Collection<TopicMapReferenceIF> refs) |
Modifier and Type | Class and Description |
---|---|
class |
RDBMSTopicMapReference
INTERNAL: RDBMS database topic map reference.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,TopicMapReferenceIF> |
RDBMSTopicMapSource.refmap |
Modifier and Type | Method and Description |
---|---|
TopicMapReferenceIF |
RDBMSTopicMapSource.createTopicMap(String name,
String baseAddress) |
TopicMapReferenceIF |
RDBMSSingleTopicMapSource.createTopicMap(String name,
String baseAddress) |
TopicMapReferenceIF |
RDBMSPatternSingleTopicMapSource.createTopicMap(String name,
String baseAddress) |
Modifier and Type | Method and Description |
---|---|
Collection<TopicMapReferenceIF> |
RDBMSTopicMapSource.getReferences() |
Modifier and Type | Field and Description |
---|---|
protected TopicMapReferenceIF |
AbstractTopicMapStore.reference |
Modifier and Type | Method and Description |
---|---|
TopicMapReferenceIF |
AbstractTopicMapStore.getReference() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTopicMapStore.setReference(TopicMapReferenceIF reference) |
Modifier and Type | Method and Description |
---|---|
int |
TopicMapReferenceComparator.compare(TopicMapReferenceIF tmr1,
TopicMapReferenceIF tmr2)
INTERNAL: Compares two TopicMapReferenceIFs.
|
Modifier and Type | Method and Description |
---|---|
String |
LinkGeneratorIF.generate(ContextTag contextTag,
TopicMapReferenceIF tmRefObj,
String template)
INTERNAL: create a String which contains link
information to a Topicmap retrieved with the help
of an TopicMapReferenceIF object.
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultUniversalLinkGenerator.generate(ContextTag contextTag,
TopicMapReferenceIF tmRefObj,
String template) |
Modifier and Type | Method and Description |
---|---|
String |
ModelLinkGenerator.generate(ContextTag contextTag,
TopicMapReferenceIF tmRefObj,
String template) |
Modifier and Type | Method and Description |
---|---|
TopicMapReferenceIF |
OntopiaRestApplication.getTopicMapReference(org.restlet.Request request) |
Modifier and Type | Method and Description |
---|---|
TopicMapReferenceIF |
TopicMapResolverIF.resolve(org.restlet.Request request) |
Modifier and Type | Interface and Description |
---|---|
interface |
MTopicMapReference |
Modifier and Type | Method and Description |
---|---|
protected TopicMapReferenceIF |
AbstractOntopiaResource.getTopicMapReference() |
Modifier and Type | Method and Description |
---|---|
TopicMapReferenceIF |
DefaultTopicMapResolver.resolve(org.restlet.Request request) |
Modifier and Type | Method and Description |
---|---|
TopicMapReferenceIF |
TopicMapResource.TopicMapWrapper.getReference() |
Modifier and Type | Method and Description |
---|---|
void |
TopicMapController.change(TopicMapReferenceIF reference,
TopicMapIF tm,
TopicMap topicmap) |
void |
TopicMapController.remove(TopicMapReferenceIF reference) |
Constructor and Description |
---|
TopicMapWrapper(TopicMapIF tm,
TopicMapReferenceIF reference) |
Modifier and Type | Class and Description |
---|---|
class |
MergeReference
INTERNAL: A topic map reference that uses a TopicMapRepositoryIF to
retrieve a list of topic maps and create a new merged topic map
from them.
|
Modifier and Type | Class and Description |
---|---|
class |
CTMTopicMapReference
INTERNAL: An CTM file topic map reference.
|
Modifier and Type | Method and Description |
---|---|
TopicMapReferenceIF |
CTMPathTopicMapSource.createReference(URL url,
String id,
String title,
LocatorIF base) |
Modifier and Type | Class and Description |
---|---|
class |
LTMTopicMapReference
INTERNAL: An LTM file topic map reference.
|
Modifier and Type | Method and Description |
---|---|
TopicMapReferenceIF |
LTMPathTopicMapSource.createReference(URL url,
String id,
String title,
LocatorIF base) |
Modifier and Type | Class and Description |
---|---|
class |
RDFTopicMapReference
INTERNAL: An RDF file topic map reference.
|
Modifier and Type | Method and Description |
---|---|
protected TopicMapReferenceIF |
RDFPathTopicMapSource.createReference(URL url,
String id,
String title,
LocatorIF base_address) |
Modifier and Type | Field and Description |
---|---|
protected TopicMapReferenceIF |
TopicMapPreferences.topicMapReference |
Modifier and Type | Method and Description |
---|---|
protected abstract TopicMapReferenceIF |
TopicMapPreferencesFactory.getSystemTopicMapReference(String key) |
protected abstract TopicMapReferenceIF |
TopicMapPreferencesFactory.getUserTopicMapReference(String key) |
Modifier and Type | Method and Description |
---|---|
protected TopicMapStoreIF |
TopicMapPreferences.createStore(TopicMapReferenceIF topicMapReference,
boolean readonly) |
static TopicMapPreferences |
TopicMapPreferences.createSystemRoot(TopicMapReferenceIF topicMapReference,
TopicMapPreferencesFactory factory) |
static TopicMapPreferences |
TopicMapPreferences.createUserRoot(TopicMapReferenceIF topicMapReference,
TopicMapPreferencesFactory factory) |
Modifier and Type | Method and Description |
---|---|
static String |
OpenRDBMSDialogBox.createTMString(TopicMapReferenceIF currentReference) |
void |
VizDesktop.loadTopicMap(TopicMapReferenceIF tmReference,
String configFilePath) |
Modifier and Type | Method and Description |
---|---|
String |
ModelLinkGeneratorWithObjID.generate(ContextTag contextTag,
TopicMapReferenceIF tmRefObj,
String template) |
Modifier and Type | Method and Description |
---|---|
String |
ModelLinkGeneratorWithObjID.generate(ContextTag contextTag,
TopicMapReferenceIF tmRefObj,
String template) |
Modifier and Type | Class and Description |
---|---|
class |
TMXMLTopicMapReference
INTERNAL: A TM/XML file topic map reference.
|
class |
XTMTopicMapReference
INTERNAL: An XTM document topic map reference.
|
Modifier and Type | Method and Description |
---|---|
TopicMapReferenceIF |
TMXMLPathTopicMapSource.createReference(URL url,
String id,
String title,
LocatorIF base_address) |
TopicMapReferenceIF |
XTMPathTopicMapSource.createReference(URL url,
String id,
String title,
LocatorIF base_address) |
Modifier and Type | Method and Description |
---|---|
protected TopicMapReferenceIF |
TopicMapReference.getReference() |