Package | Description |
---|---|
net.ontopia.infoset.fulltext.topicmaps |
Collection of classes for indexing topic maps.
|
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.impl.basic |
The in-memory implementation of the core topic map interfaces.
|
net.ontopia.topicmaps.impl.rdbms |
Relational database implementation of the core topic map
interfaces.
|
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.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.nav2.utils |
Provides utility classes for the Navigator Tag Libraries and
Framework.
|
net.ontopia.topicmaps.query.impl.basic |
Contains the in-memory implementation of the query language.
|
net.ontopia.topicmaps.query.parser |
Contains the code that parses tolog queries.
|
net.ontopia.topicmaps.rest.model.mixin | |
net.ontopia.topicmaps.rest.resources | |
net.ontopia.topicmaps.rest.v1 | |
net.ontopia.topicmaps.rest.v1.topic | |
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.utils |
Contains classes containing useful utilities that make working with
schemas easier.
|
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.jtm |
This package provides support for the JSON Topic Map
Notation (or JTM) format for topic maps.
|
net.ontopia.topicmaps.utils.xfml | |
net.ontopia.topicmaps.viz | |
net.ontopia.topicmaps.webed.core |
The core interfaces of the Web Editor Framework; the main
interfaces used to build Web Editor applications.
|
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.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.models |
Modifier and Type | Method and Description |
---|---|
TMObjectIF |
TopicMapSearchResult.get(int index)
INTERNAL: This is the java.util.List.get(int) method.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultTopicMapDocumentGenerator.addObjectFields(DocumentIF doc,
TMObjectIF tmobject,
String klass) |
Modifier and Type | Interface and Description |
---|---|
interface |
AssociationIF
PUBLIC: Implemented by objects representing associations in the
topic map model.
|
interface |
AssociationRoleIF
PUBLIC: Implemented by objects representing association roles in
the topic map model.
|
interface |
NameIF |
interface |
OccurrenceIF
PUBLIC: Implemented by objects representing occurrences in the
topic map model.
|
interface |
ReifiableIF
PUBLIC: Implemented by topic map objects that can be
reified.
|
interface |
ScopedIF
PUBLIC: Implemented by topic map objects that have scope.
|
interface |
TopicIF
PUBLIC: This interface is implemented by objects representing
topics in the topic map model.
|
interface |
TopicMapIF
PUBLIC: Represents an entire topic map.
|
interface |
TopicNameIF
PUBLIC: Implemented by an object which represents a topic name, which
is a topic characteristic.
|
interface |
TypedIF
PUBLIC: Implemented by topic map objects that are instances of a
single type, such as occurrences, associations, association roles,
and topic names.
|
interface |
VariantNameIF
PUBLIC: Implemented by objects representing variant names for
topics.
|
Modifier and Type | Method and Description |
---|---|
TMObjectIF |
TopicMapIF.getObjectById(String object_id)
PUBLIC: Gets the topic map object that has the given object
id, from this topic map.
|
TMObjectIF |
TopicMapIF.getObjectByItemIdentifier(LocatorIF locator)
PUBLIC: Gets the topic map object that has the given item
identifier (given as a LocatorIF object), from this topic map.
|
Modifier and Type | Method and Description |
---|---|
static void |
CrossTopicMapException.check(TMObjectIF tmobject,
TMObjectIF target) |
static void |
CrossTopicMapException.check(TMObjectIF tmobject,
TopicMapIF target) |
Constructor and Description |
---|
CrossTopicMapException(TMObjectIF tmobject,
TMObjectIF target) |
CrossTopicMapException(TMObjectIF tmobject,
TopicMapIF target) |
ObjectRemovedException(TMObjectIF tmobject) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTopicMapListener.objectAdded(TMObjectIF snapshot) |
void |
TopicMapListenerIF.objectAdded(TMObjectIF snapshot)
PUBLIC: Callback method called when a topic map object has been
added to the topic map.
|
void |
AbstractTopicMapListener.objectModified(TMObjectIF snapshot) |
void |
TopicMapListenerIF.objectModified(TMObjectIF snapshot)
PUBLIC: Callback method called when a topic map object has been
modified.
|
void |
AbstractTopicMapListener.objectRemoved(TMObjectIF snapshot) |
void |
TopicMapListenerIF.objectRemoved(TMObjectIF snapshot)
PUBLIC: Callback method called when a topic map object has been
removed from the topic map.
|
Modifier and Type | Class and Description |
---|---|
class |
Association
INTERNAL: The basic association implementation.
|
class |
AssociationRole
INTERNAL: The basic association role implementation.
|
class |
Occurrence
INTERNAL: The basic occurrence implementation.
|
class |
TMObject
INTERNAL: The abstract basic topic map object implementation.
|
class |
Topic
INTERNAL: The basic topic implementation.
|
class |
TopicMap
INTERNAL: The basic topic map implementation.
|
class |
TopicName
INTERNAL: The basic topic name implementation.
|
class |
VariantName
INTERNAL: The basic variant name implementation.
|
Modifier and Type | Field and Description |
---|---|
protected Map<LocatorIF,TMObjectIF> |
SubjectIdentityCache.source_locators |
Modifier and Type | Method and Description |
---|---|
protected TMObjectIF |
SubjectIdentityCache._getObjectByItemIdentifier(LocatorIF source_locator) |
TMObjectIF |
TopicMap.getObjectById(String object_id) |
TMObjectIF |
SubjectIdentityCache.getObjectById(String object_id) |
TMObjectIF |
TopicMap.getObjectByItemIdentifier(LocatorIF locator) |
TMObjectIF |
SubjectIdentityCache.getObjectByItemIdentifier(LocatorIF locator) |
Modifier and Type | Method and Description |
---|---|
protected void |
SubjectIdentityCache.registerObject(TMObjectIF o)
INTERNAL: Register the object with the identity map.
|
protected void |
SubjectIdentityCache.registerSourceLocator(LocatorIF source_locator,
TMObjectIF object) |
protected void |
SubjectIdentityCache.unregisterObject(TMObjectIF o)
INTERNAL: Unregister the object with the identity map.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TopicMapBuilder.checkCollection(Collection<? extends TMObjectIF> objects) |
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyAssociation
INTERNAL: The read-only rdbms association implementation.
|
class |
ReadOnlyAssociationRole
INTERNAL: The read-only rdbms association role implementation.
|
class |
ReadOnlyOccurrence
INTERNAL: The read-only rdbms occurrence implementation.
|
class |
ReadOnlyTMObject
INTERNAL:
|
class |
ReadOnlyTopic
INTERNAL: The read-only rdbms topic implementation.
|
class |
ReadOnlyTopicMap
INTERNAL: The read-only rdbms topic map implementation.
|
class |
ReadOnlyTopicName
INTERNAL: The read-only rdbms topic name implementation.
|
class |
ReadOnlyVariantName
INTERNAL: The read-only rdbms variant name implementation.
|
Modifier and Type | Method and Description |
---|---|
protected TMObjectIF |
SubjectIdentityCache._getObjectByItemIdentifier(LocatorIF source_locator) |
TMObjectIF |
ReadOnlyTopicMap.getObjectById(String object_id) |
TMObjectIF |
TopicMap.getObjectById(String object_id) |
TMObjectIF |
SubjectIdentityCache.getObjectById(String object_id) |
TMObjectIF |
ReadOnlyTopicMap.getObjectByItemIdentifier(LocatorIF locator) |
TMObjectIF |
RDBMSTopicMapTransaction.getObjectByItemIdentifier(LocatorIF locator) |
TMObjectIF |
TopicMap.getObjectByItemIdentifier(LocatorIF locator) |
TMObjectIF |
SubjectIdentityCache.getObjectByItemIdentifier(LocatorIF locator) |
Modifier and Type | Method and Description |
---|---|
long |
RDBMSTopicMapStore.getLongId(TMObjectIF o) |
void |
RDBMSTopicMapStore.merged(TMObjectIF source,
TMObjectIF target)
INTERNAL: Called by MergeUtils to notify transaction of a performed merge.
|
protected void |
SubjectIdentityCache.registerSourceLocator(LocatorIF source_locator,
TMObjectIF object) |
Modifier and Type | Class and Description |
---|---|
class |
DynamicAssociation
INTERNAL: PRIVATE: EXPERIMENTAL: Description: Dynamic proxy for associations
|
class |
DynamicAssociationRole
INTERNAL:
PRIVATE:
|
class |
RemoteTopic
INTERNAL: The remote topic implementation.
|
Modifier and Type | Method and Description |
---|---|
net.ontopia.topicmaps.impl.tmapi2.ConstructImpl |
TopicMapImpl.wrapTMObject(TMObjectIF tmobject) |
Modifier and Type | Class and Description |
---|---|
class |
PhantomAssociation
INTERNAL: Class that represents the association object which a
deleted role might have belonged to.
|
class |
SnapshotOccurrence
INTERNAL:
|
class |
SnapshotTMObject
INTERNAL:
|
class |
SnapshotTopic
INTERNAL:
|
class |
SnapshotTopicName
INTERNAL:
|
class |
SnapshotVariantName
INTERNAL:
|
Modifier and Type | Field and Description |
---|---|
protected Collection<TMObjectIF> |
FulltextIndexManager.added |
protected Collection<TMObjectIF> |
FulltextIndexManager.changed |
Modifier and Type | Method and Description |
---|---|
protected abstract TMObjectIF |
AbstractSubjectIdentityCache._getObjectByItemIdentifier(LocatorIF source_locator) |
abstract TMObjectIF |
AbstractSubjectIdentityCache.getObjectById(String object_id) |
abstract TMObjectIF |
AbstractSubjectIdentityCache.getObjectByItemIdentifier(LocatorIF locator) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSubjectIdentityCache.registerObject(TMObjectIF object)
INTERNAL: Register the object with the identity map.
|
protected abstract void |
AbstractSubjectIdentityCache.registerSourceLocator(LocatorIF source_locator,
TMObjectIF object) |
protected void |
AbstractSubjectIdentityCache.unregisterObject(TMObjectIF object)
INTERNAL: Unregister the object with the identity map.
|
Modifier and Type | Method and Description |
---|---|
static OccurrenceIF |
SnapshotOccurrence.makeSnapshot(OccurrenceIF original,
int snapshotType,
Map<TMObjectIF,SnapshotTMObject> processed) |
static TopicIF |
SnapshotTopic.makeSnapshot(TopicIF original,
int snapshotType,
Map<TMObjectIF,SnapshotTMObject> processed) |
static TopicNameIF |
SnapshotTopicName.makeSnapshot(TopicNameIF original,
int snapshotType,
Map<TMObjectIF,SnapshotTMObject> processed) |
static VariantNameIF |
SnapshotVariantName.makeSnapshot(VariantNameIF original,
int snapshotType,
Map<TMObjectIF,SnapshotTMObject> processed) |
Modifier and Type | Method and Description |
---|---|
protected void |
NameComparator.initSortNameGrabber(TMObjectIF tmObj)
INTERNAL: setup variant sort name grabber.
|
Modifier and Type | Method and Description |
---|---|
String |
LinkGeneratorIF.generate(ContextTag contextTag,
TMObjectIF tmObj,
String topicmapId,
String template)
INTERNAL: create a String which contains link
information for a Topic Map Object.
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultUniversalLinkGenerator.generate(ContextTag contextTag,
TMObjectIF tmObj,
String topicmapId,
String template) |
Modifier and Type | Method and Description |
---|---|
String |
ModelLinkGenerator.generate(ContextTag contextTag,
TMObjectIF tmObj,
String topicmapId,
String template) |
Modifier and Type | Method and Description |
---|---|
protected TMObjectIF |
TreeWidget.getObjectById(String id) |
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
|
Modifier and Type | Method and Description |
---|---|
static String |
NavigatorUtils.getStableId(TMObjectIF object)
INTERNAL: Returns a stable identifier for the topic map object.
|
Modifier and Type | Method and Description |
---|---|
int |
QueryMatches.getIndex(TMObjectIF constant)
INTERNAL: Returns the index of the given constant in the table.
|
Modifier and Type | Method and Description |
---|---|
TMObjectIF |
GlobalParseContext.getObject(QName qname) |
TMObjectIF |
ParseContextIF.getObject(QName qname) |
TMObjectIF |
LocalParseContext.getObject(QName qname) |
TMObjectIF |
GlobalParseContext.getObjectByIdentifier(String id) |
TMObjectIF |
GlobalParseContext.getObjectByItemId(String uri) |
TMObjectIF |
ParseContextIF.getObjectByItemId(String uri) |
TMObjectIF |
LocalParseContext.getObjectByItemId(String uri) |
TMObjectIF |
GlobalParseContext.getObjectByObjectId(String id) |
TMObjectIF |
ParseContextIF.getObjectByObjectId(String id) |
TMObjectIF |
LocalParseContext.getObjectByObjectId(String id) |
Modifier and Type | Interface and Description |
---|---|
interface |
MAssociation |
interface |
MAssociationRole |
interface |
MAssociationRoleWithoutAssociation |
interface |
MFlatTopic |
interface |
MOccurrence |
interface |
MOccurrenceWithoutTopic |
interface |
MTMObject |
interface |
MTopic |
interface |
MTopicMapAsValue |
interface |
MTopicName |
interface |
MTopicNameWithoutTopic |
interface |
MVariantName |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTMObjectResource<TMO extends TMObjectIF> |
Modifier and Type | Method and Description |
---|---|
<C extends TMObjectIF> |
TMObjectController.resolve(TopicMapIF tm,
TMObject object,
Class<C> expected) |
Modifier and Type | Method and Description |
---|---|
TMObjectIF |
TMObjectController.resolve(TopicMapIF tm,
String objectId,
Collection<URILocator> itemIdentifiers) |
Modifier and Type | Method and Description |
---|---|
void |
TMObjectController.setItemIdentifiers(TMObjectIF object,
TMObject pojo) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends TMObjectIF> |
ScopedResource.getScoped() |
Modifier and Type | Field and Description |
---|---|
protected TMObjectIF |
SchemaViolationException.container
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TMObjectIF |
SchemaViolationException.getContainer()
Deprecated.
PUBLIC: Returns the owner of the offending object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConstraintIF.matches(TMObjectIF object)
Deprecated.
PUBLIC: Returns true if the object given is constrained by this
constraint.
|
boolean |
TMObjectMatcherIF.matches(TMObjectIF object)
Deprecated.
INTERNAL: Returns true if this object is matched by the matcher.
|
void |
ValidationHandlerIF.violation(String message,
TMObjectIF container,
Object offender,
ConstraintIF constraint)
Deprecated.
PUBLIC: Called when violations of the schema are discovered.
|
Constructor and Description |
---|
SchemaViolationException(String message,
TMObjectIF container,
Object offender,
ConstraintIF constraint)
Deprecated.
Creates new exception.
|
Modifier and Type | Method and Description |
---|---|
protected ConstraintIF |
SchemaValidator.findClass(TMObjectIF object,
Collection classes) |
boolean |
AnyTopicMatcher.matches(TMObjectIF topic) |
boolean |
TopicRoleConstraint.matches(TMObjectIF object) |
boolean |
AbstractTypedCardinalityConstraint.matches(TMObjectIF object) |
boolean |
AssociationClass.matches(TMObjectIF object) |
boolean |
TypeSpecification.matches(TMObjectIF object)
INTERNAL: Matches the type of the given object, which must implement
the TypedIF interface.
|
boolean |
AbstractScopedCardinalityConstraint.matches(TMObjectIF object) |
boolean |
SourceLocatorMatcher.matches(TMObjectIF object) |
boolean |
SubjectIndicatorMatcher.matches(TMObjectIF object) |
boolean |
InternalTopicRefMatcher.matches(TMObjectIF object) |
boolean |
TopicClass.matches(TMObjectIF object) |
boolean |
AbstractScopedTypedCardinalityConstraint.matches(TMObjectIF object) |
boolean |
ScopeSpecification.matches(TMObjectIF object)
INTERNAL: Matches the specified scope against that of a topic
map object (which must implement ScopedIF).
|
protected void |
SchemaValidator.validate(TMObjectIF container,
Collection constraints,
Collection objects) |
protected void |
SchemaValidator.validate(TMObjectIF container,
Collection constraints,
Collection objects,
boolean strict) |
protected void |
SchemaValidator.validate(TMObjectIF object,
ConstraintIF constraint) |
protected void |
SchemaValidator.validateScope(TMObjectIF container,
ScopedIF scoped,
ScopedConstraintIF constraint) |
Modifier and Type | Method and Description |
---|---|
void |
TextValidationHandler.violation(String message,
TMObjectIF container,
Object offender,
ConstraintIF constraint) |
void |
ExceptionValidationHandler.violation(String message,
TMObjectIF container,
Object offender,
ConstraintIF constraint) |
void |
HTMLValidationHandler.violation(String message,
TMObjectIF container,
Object offender,
ConstraintIF constraint) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectIdGrabber<T extends TMObjectIF>
Deprecated.
|
class |
SubjectIdentityDecider<T extends TMObjectIF>
INTERNAL: Decider that decides whether the object is an instance of a
topic with the given subject identifier.
|
Modifier and Type | Method and Description |
---|---|
static TMObjectIF |
IdentityUtils.getObjectBySymbolicId(TopicMapIF topicmap,
String symbolicId)
INTERNAL: Looks up a topic map object by its symbolic id.
|
Modifier and Type | Method and Description |
---|---|
Collection<List<TMObjectIF>> |
AssociationWalker.walkPaths(TopicIF start)
PUBLIC: Computes the transitive closure under the association
type and rolespec definitions provided in the constructor, and
returns a set containing the paths taken through the topic map in
computing the closure.
|
Modifier and Type | Method and Description |
---|---|
int |
ObjectIdComparator.compare(TMObjectIF obj1,
TMObjectIF obj2)
INTERNAL: compares the object ids of the given objects
|
static TopicIF |
ObjectTopicIdStringifier.getTopic(TMObjectIF tmobject)
Deprecated.
|
String |
ObjectIdStringifier.toString(TMObjectIF tmobject)
Deprecated.
INTERNAL: Stringifies an arbitrary topicmap object, using its objectId
|
static String |
ObjectTopicIdStringifier.toString(TMObjectIF tmobject)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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 |
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,
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,
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
JTMTopicMapWriter.write(TMObjectIF object)
PUBLIC: Write the given topic map construct as a JTM fragment.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XFMLContentHandler.registerSourceLocator(TMObjectIF tmobject,
String id) |
Modifier and Type | Method and Description |
---|---|
protected void |
TopicMapView.setFocusNodeOf(TMObjectIF tmObject)
Find the node of the given TMObjectIF.
|
Modifier and Type | Method and Description |
---|---|
TMObjectIF |
ActionParametersIF.getTMObjectValue()
PUBLIC: Interprets the string value as a topic map object ID and
returns that topic map object.
|
Modifier and Type | Method and Description |
---|---|
TMObjectIF |
ActionParameters.getTMObjectValue() |
Modifier and Type | Method and Description |
---|---|
static TMObjectIF |
TagUtils.getTMObject(javax.servlet.jsp.PageContext pageContext,
String obj_name)
Gets the topic map object from the given
obj_name by
requesting the context manager retrieved by the given
pageContext . |
Modifier and Type | Method and Description |
---|---|
protected ConstraintIF |
SchemaUtils.findClass(TMObjectIF object,
Collection classes) |
String |
ModelLinkGeneratorWithObjID.generate(ContextTag contextTag,
TMObjectIF tmObj,
String topicmapId,
String template) |
Modifier and Type | Method and Description |
---|---|
String |
ModelLinkGeneratorWithObjID.generate(ContextTag contextTag,
TMObjectIF tmObj,
String topicmapId,
String template) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTopicMapExporter.addId(AttributesImpl atts,
TMObjectIF tmobject) |
protected void |
XTMContentHandler.addItemIdentifier(TMObjectIF tmobject,
LocatorIF sourceLocator) |
String |
AbstractTopicMapExporter.getElementId(TMObjectIF tmobject)
INTERNAL: Method used to extract the XTM element id from a topic
map object when a source locator relative to the topic map base
address exists.
|
protected void |
XTMContentHandler.registerSourceLocator(TMObjectIF tmobject,
String id) |
Modifier and Type | Method and Description |
---|---|
TMObjectIF |
TMObjectModel.getTMObject() |
protected TMObjectIF |
TMObjectModel.load() |
Constructor and Description |
---|
TMObjectModel(String topicMapId,
TMObjectIF object) |