A C D E F G H I L M N O R S T V

C

close() - Method in interface org.tmapi.core.TopicMap
Closes use of this topic map instance.
close() - Method in interface org.tmapi.core.TopicMapSystem
Applications SHOULD call this method when the TopicMapSystem instance is no longer required.
close() - Method in interface org.tmapi.index.Index
Close the index.
Construct - Interface in org.tmapi.core
Base interface for all Topic Maps constructs.
createAssociation(Topic, Topic...) - Method in interface org.tmapi.core.TopicMap
Creates an Association in this topic map with the specified type and scope.
createAssociation(Topic, Collection<Topic>) - Method in interface org.tmapi.core.TopicMap
Creates an Association in this topic map with the specified type and scope.
createLocator(String) - Method in interface org.tmapi.core.TopicMap
Returns a Locator instance representing the specified IRI reference.
createLocator(String) - Method in interface org.tmapi.core.TopicMapSystem
 
createName(Topic, String, Topic...) - Method in interface org.tmapi.core.Topic
Creates a Name for this topic with the specified type, value, and scope.
createName(Topic, String, Collection<Topic>) - Method in interface org.tmapi.core.Topic
Creates a Name for this topic with the specified type, value, and scope.
createName(String, Topic...) - Method in interface org.tmapi.core.Topic
Creates a Name for this topic with the specified value, and scope.
createName(String, Collection<Topic>) - Method in interface org.tmapi.core.Topic
Creates a Name for this topic with the specified value, and scope.
createOccurrence(Topic, String, Topic...) - Method in interface org.tmapi.core.Topic
Creates an Occurrence for this topic with the specified type, string value, and scope.
createOccurrence(Topic, String, Collection<Topic>) - Method in interface org.tmapi.core.Topic
Creates an Occurrence for this topic with the specified type, string value, and scope.
createOccurrence(Topic, Locator, Topic...) - Method in interface org.tmapi.core.Topic
Creates an Occurrence for this topic with the specified type, IRI value, and scope.
createOccurrence(Topic, Locator, Collection<Topic>) - Method in interface org.tmapi.core.Topic
Creates an Occurrence for this topic with the specified type, IRI value, and scope.
createOccurrence(Topic, String, Locator, Topic...) - Method in interface org.tmapi.core.Topic
Creates an Occurrence for this topic with the specified type, value, datatype, and scope.
createOccurrence(Topic, String, Locator, Collection<Topic>) - Method in interface org.tmapi.core.Topic
Creates an Occurrence for this topic with the specified type, value, datatype, and scope.
createRole(Topic, Topic) - Method in interface org.tmapi.core.Association
Creates a new Role representing a role in this association.
createTopic() - Method in interface org.tmapi.core.TopicMap
Returns a Topic instance with an automatically generated item identifier.
createTopicByItemIdentifier(Locator) - Method in interface org.tmapi.core.TopicMap
Returns a Topic instance with the specified item identifier.
createTopicBySubjectIdentifier(Locator) - Method in interface org.tmapi.core.TopicMap
Returns a Topic instance with the specified subject identifier.
createTopicBySubjectLocator(Locator) - Method in interface org.tmapi.core.TopicMap
Returns a Topic instance with the specified subject locator.
createTopicMap(Locator) - Method in interface org.tmapi.core.TopicMapSystem
Creates a new TopicMap and stores it within the system under the specified iri.
createTopicMap(String) - Method in interface org.tmapi.core.TopicMapSystem
Creates a new TopicMap and stores it within the system under the specified iri.
createVariant(String, Topic...) - Method in interface org.tmapi.core.Name
Creates a Variant of this topic name with the specified string value and scope.
createVariant(String, Collection<Topic>) - Method in interface org.tmapi.core.Name
Creates a Variant of this topic name with the specified string value and scope.
createVariant(Locator, Topic...) - Method in interface org.tmapi.core.Name
Creates a Variant of this topic name with the specified IRI value and scope.
createVariant(Locator, Collection<Topic>) - Method in interface org.tmapi.core.Name
Creates a Variant of this topic name with the specified IRI value and scope.
createVariant(String, Locator, Topic...) - Method in interface org.tmapi.core.Name
Creates a Variant of this topic name with the specified value, datatype, and scope.
createVariant(String, Locator, Collection<Topic>) - Method in interface org.tmapi.core.Name
Creates a Variant of this topic name with the specified value, datatype, and scope.

A C D E F G H I L M N O R S T V