com.raritantechnologies.federated.fast
Class FQLTopicParser

java.lang.Object
  extended bycom.raritantechnologies.federated.fast.FQLTopicParser
All Implemented Interfaces:
IConfigurable, ITopicParser

public class FQLTopicParser
extends java.lang.Object
implements ITopicParser

Converts an Fast Query Language (FQL) String into an RTI Topic parse-tree object.

XML Configuration Template:
   <TopicParser class="com.raritantechnologies.federated.fast.FQLTopicParser" />
 

Developed by Raritan Technologies .

Author:
Ted Sullivan

Constructor Summary
FQLTopicParser()
           
 
Method Summary
 void initialize(org.w3c.dom.Element elem)
          Initializes the object from an XML tag or element.
 Topic parse(java.lang.String topicName, java.lang.String queryString, IResult result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FQLTopicParser

public FQLTopicParser()
Method Detail

parse

public Topic parse(java.lang.String topicName,
                   java.lang.String queryString,
                   IResult result)
Specified by:
parse in interface ITopicParser

initialize

public void initialize(org.w3c.dom.Element elem)
Description copied from interface: IConfigurable
Initializes the object from an XML tag or element. This method is called by the Framework as part of the application initializtion. see ConfigurationManager, XMLConfigurationManager, XMLSearchFieldMapFactory, XMLSearchSourceFactory. Configurable objects that are owned or contained by other configurable objects will be initialized in by the parent object.

Specified by:
initialize in interface IConfigurable