Class DependenceModelPreProcess

    • Constructor Detail

      • DependenceModelPreProcess

        public DependenceModelPreProcess()
      • DependenceModelPreProcess

        public DependenceModelPreProcess​(java.lang.String _defaultModel)
    • 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.