Class MultiThreadedJLanguageTool.AnalyzeSentenceCallable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String sentence  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AnalyzeSentenceCallable​(java.lang.String sentence)  
    • Field Detail

      • sentence

        private final java.lang.String sentence
    • Constructor Detail

      • AnalyzeSentenceCallable

        private AnalyzeSentenceCallable​(java.lang.String sentence)
    • Method Detail

      • call

        public AnalyzedSentence call()
                              throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<AnalyzedSentence>
        Throws:
        java.lang.Exception