A generic interface to a Topic Maps system.
A generic interface to a Topic Maps system. Any Topic Maps system must be capable of providing access to one or more TopicMap objects. A Topic Maps system may be capable of allowing a client to create new TopicMap instances.
Located in /core/TopicMapSystem.interface.php (line 24)
Closes the Topic Maps system.
Closes the Topic Maps system. Applications SHOULD call this method when the TopicMapSystem instance is no longer required. Once the TopicMapSystem instance is closed, the TopicMapSystem and any object retrieved from or created in this TopicMapSystem MUST NOT be used by the application any more. An implementation of the TopicMapSystem interface may use this method to clean up any resources used by the implementation.
Creates a new TopicMap and stores it within the system under the specified URI.
Creates a new TopicMap and stores it within the system under the specified URI.
Returns the value of the feature specified by $featureName for this TopicMapSystem instance.
Returns the value of the feature specified by $featureName for this TopicMapSystem instance. The features supported by the TopicMapSystem and the value for each feature is set when the TopicMapSystem is created by a call to TopicMapSystemFactory::newTopicMapSystem() and cannot be modified subsequently.
Returns all storage addresses of TopicMap instances known by this Topic Maps system.
Returns all storage addresses of TopicMap instances known by this Topic Maps system. The return value may be empty but must never be null.
Returns a property in the underlying implementation of TopicMapSystem.
Returns a property in the underlying implementation of TopicMapSystem. A list of the core properties defined by TMAPI can be found at http://tmapi.org/properties/. An implementation is free to support properties other than the core ones. The properties supported by the TopicMapSystem and the value for each property is set when the TopicMapSystem is created by a call to TopicMapSystemFactory::newTopicMapSystem() and cannot be modified subsequently.
Retrieves a TopicMap managed by this system with the specified storage address $uri.
Retrieves a TopicMap managed by this system with the specified storage address $uri. The string is assumed to be in URI notation.
Documentation generated on Mon, 19 Sep 2011 21:01:28 +0200 by phpDocumentor 1.4.0