Interface IIndeterminacyDetector

All Known Implementing Classes:
IndeterminacyDetector

public interface IIndeterminacyDetector
Abstraction for indeterminacy detector
Since:
jTLEX 1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    detect(ITimeMLGraph timeMLGraph)
    Detects indeterminacies in the given TimeML graph.
  • Method Details

    • detect

      ITimeMLIndeterminacy detect(ITimeMLGraph timeMLGraph)
      Detects indeterminacies in the given TimeML graph.
      Parameters:
      timeMLGraph - The graph to analyze.
      Returns:
      The indeterminacy results.
      Throws:
      NullPointerException - If the TimeML graph is null
      Since:
      jTLEX 1.0