abstract class TopicMapSystemFactory: This factory class provides access to a topic map system.
abstract class TopicMapSystemFactory: This factory class provides access to a topic map system. A new TopicMapSystemInterface instance is created by invoking the newTopicMapSystem() method. Configuration properties for the new TopicMapSystemInterface instance can be set by calling the setFeature() and/or setProperty() methods prior to invoking newTopicMapSystem().
Located in /org.phptmapi.core/TopicMapSystemFactory.abstract.php (line 11)
Returns the particular feature requested for in the underlying implementation of TopicMapSystemInterface.
Returns the particular feature requested for in the underlying implementation of TopicMapSystemInterface.
Gets the value of a property in the underlying implementation of TopicMapSystemInterface.
Gets the value of a property in the underlying implementation of TopicMapSystemInterface. 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.
Returns if the particular feature is supported by the TopicMapSystemInterface.
Returns if the particular feature is supported by the TopicMapSystemInterface. Opposite to getFeature() this method returns if the requested feature is generally available/supported by the underlying TopicMapSystemInterface and does not return the state (enabled/disabled) of the feature.
newInstance: This static method creates a new factory instance.
newInstance: This static method creates a new factory instance.
newTopicMapSystem: Creates a new TopicMapSystemInterface instance using the currently configured factory parameters.
newTopicMapSystem: Creates a new TopicMapSystemInterface instance using the currently configured factory parameters.
setFeature: Sets a particular feature in the underlying implementation of TopicMapSystemInterface.
setFeature: Sets a particular feature in the underlying implementation of TopicMapSystemInterface. A list of the core features can be found at http://tmapi.org/features/.
Sets the properties in the underlying implementation of TopicMapSystemInterface.
Sets the properties in the underlying implementation of TopicMapSystemInterface.
Sets a property in the underlying implementation of TopicMapSystemInterface.
Sets a property in the underlying implementation of TopicMapSystemInterface. 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.
Documentation generated on Fri, 30 Jun 2006 13:07:12 +0200 by phpDocumentor 1.3.0RC4