org.tm4j.tolog.Extension .initialise(org.tm4j.topicmap.TopicMap tm)

Description

This method is called on the extension when the extension is instantiated by the QueryEvaluator and before any calls to the matches() or test() methods. Implementations may use this method to perform any implementation-specific initialisation that is required.

Parameters
org.tm4j.topicmap.TopicMap tm the topic map to be queried.

Other Resources

Related Topics

Has Parameters