Class ApplyTermPipeline

  • All Implemented Interfaces:
    Process

    public class ApplyTermPipeline
    extends java.lang.Object
    implements Process
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getInfo()
      Returns the name of the processor.
      protected void load_pipeline​(java.lang.String tp)
      load in the term pipeline
      void process​(Manager manager, Request q)  
      • Methods inherited from class java.lang.Object

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

      • ApplyTermPipeline

        public ApplyTermPipeline()
      • ApplyTermPipeline

        public ApplyTermPipeline​(java.lang.String pipeline)
    • Method Detail

      • load_pipeline

        protected void load_pipeline​(java.lang.String tp)
        load in the term pipeline
      • 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.