Package net.ontopia.topicmaps.utils
Class IdentityUtils
java.lang.Object
net.ontopia.topicmaps.utils.IdentityUtils
INTERNAL: Utilities for working with identities of topic map
objects.
- Since:
- 3.4.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<TopicIF>findSameTopic(TopicMapIF topicmap, TopicIF topic) INTERNAL: Returns the topic or topics with overlapping identities in the given topic map.static TMObjectIFgetObjectBySymbolicId(TopicMapIF topicmap, String symbolicId) INTERNAL: Looks up a topic map object by its symbolic id.static LocatorIFgetSymbolicIdLocator(TopicMapIF topicmap, String symbolicId) INTERNAL: Expands a symbolic id into a LocatorIF based on the base locator of the given topic map..
-
Constructor Details
-
IdentityUtils
public IdentityUtils()
-
-
Method Details
-
getObjectBySymbolicId
INTERNAL: Looks up a topic map object by its symbolic id. -
getSymbolicIdLocator
INTERNAL: Expands a symbolic id into a LocatorIF based on the base locator of the given topic map.. -
findSameTopic
INTERNAL: Returns the topic or topics with overlapping identities in the given topic map. The topic argument should of course come from a different topic map.- Since:
- 4.0
-