Package org.apache.uima.tools.viewer
Interface EntityResolver.Entity
-
- Enclosing interface:
- EntityResolver
public static interface EntityResolver.EntityObject representing an Entity. Annotations whoseEntityobjects areequalwill be displayed in the same color in the viewer.This means that either the
EntityResolvermust return the identical (==)Entityobject for annotations belonging to the same entity, or yourEntityobjects must implementObject.equals(Object)andObject.hashCode().
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCanonicalForm()Returns the canonical form String for an Entity.
-