Interface QueryProcessorFactoryIF

    • Method Detail

      • createQueryProcessor

        QueryProcessorIF createQueryProcessor​(TopicMapIF topicmap,
                                              LocatorIF base,
                                              Map<String,​String> properties)
        PUBLIC: Creates a new QueryProcessorIF instance to query a given topic map.
        Parameters:
        topicmap - the topic map to be used by the query processor.
        base - base address of the topic map if known.
        properties - additional properties used to configure the query processor.
        Returns:
        a QueryProcessorIF instance that can be used to query the topic map.