Package org.apache.uima.cas.impl
Interface FSImplComparator
-
- All Known Implementing Classes:
DefaultAnnotationComparator
public interface FSImplComparator
Interface to compare two feature structures, represented by their addresses.- Version:
- $Revision: 1.1 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
compare(int addr1, int addr2)
Compare two FSs.
-