Class NoNegativeReq

  • All Implemented Interfaces:
    Process

    public class NoNegativeReq
    extends java.lang.Object
    implements Process
    • Constructor Summary

      Constructors 
      Constructor Description
      NoNegativeReq()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getInfo()
      Returns the name of the processor.
      void process​(Manager manager, SearchRequest q)
      Run the instantiated process on the search request represented by q.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoNegativeReq

        public NoNegativeReq()
    • Method Detail

      • process

        public void process​(Manager manager,
                            SearchRequest q)
        Description copied from interface: Process
        Run the instantiated process on the search request represented by q.
        Specified by:
        process in interface Process
        Parameters:
        manager - The manager instance handling this search session.
        q - the current query being processed
      • getInfo

        public java.lang.String getInfo()
        Description copied from interface: Process
        Returns the name of the processor.
        Specified by:
        getInfo in interface Process
        Returns:
        String the name of the processor.