Interface ITLEXAlgorithm

All Known Implementing Classes:
TLEXAlgorithm

public interface ITLEXAlgorithm
Abstraction for jTLEX entry point
Since:
jTLEX 1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(String sourceDirectory)
    Receives a directory's path and processes all the timeML files in it (.tml)
  • Method Details

    • process

      void process(String sourceDirectory)
      Receives a directory's path and processes all the timeML files in it (.tml)
      Parameters:
      sourceDirectory - Directory to process.
      Throws:
      NullPointerException - If sourceDirectory is null
      IllegalArgumentException - If sourceDirectory is not a directory
      Since:
      jTLEX 1.0