Package | Description |
---|---|
net.ontopia.infoset.impl.basic |
The in-memory implementation of the core information set interfaces.
|
net.ontopia.topicmaps.rest.model | |
net.ontopia.topicmaps.rest.v1 | |
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.
|
Modifier and Type | Method and Description |
---|---|
static URILocator |
URILocator.create(String uriAddress)
INTERNAL: Parses the URI and returns an instance of URILocator if
the URI is valid.
|
Modifier and Type | Method and Description |
---|---|
URILocator |
Occurrence.getDataType() |
URILocator |
VariantName.getDataType() |
Modifier and Type | Method and Description |
---|---|
Collection<URILocator> |
TMObject.getItemIdentifiers() |
Collection<URILocator> |
Topic.getSubjectIdentifiers() |
Collection<URILocator> |
Topic.getSubjectLocators() |
Modifier and Type | Method and Description |
---|---|
void |
Occurrence.setDatatype(URILocator datatype) |
void |
VariantName.setDatatype(URILocator datatype) |
Modifier and Type | Method and Description |
---|---|
void |
TMObject.setItemIdentifiers(Collection<URILocator> itemIdentifiers) |
void |
Topic.setSubjectIdentifiers(Collection<URILocator> subjectIdentifiers) |
void |
Topic.setSubjectLocators(Collection<URILocator> subjectLocators) |
Modifier and Type | Method and Description |
---|---|
TMObjectIF |
TMObjectController.resolve(TopicMapIF tm,
String objectId,
Collection<URILocator> itemIdentifiers) |