Package edu.fiu.jtlex.algorithms
Interface IIndeterminacyDetector
- All Known Implementing Classes:
IndeterminacyDetector
public interface IIndeterminacyDetector
Abstraction for indeterminacy detector
- Since:
- jTLEX 1.0
-
Method Summary
Modifier and TypeMethodDescriptiondetect
(ITimeMLGraph timeMLGraph) Detects indeterminacies in the given TimeML graph.
-
Method Details
-
detect
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
-