Uses of Interface
org.apache.uima.tools.viewer.EntityResolver.Entity
-
Packages that use EntityResolver.Entity Package Description org.apache.uima.tools.viewer -
-
Uses of EntityResolver.Entity in org.apache.uima.tools.viewer
Fields in org.apache.uima.tools.viewer with type parameters of type EntityResolver.Entity Modifier and Type Field Description private java.util.Map<EntityResolver.Entity,javax.swing.JCheckBox>
CasAnnotationViewer. entityToCheckBoxMap
The entity to check box map.Methods in org.apache.uima.tools.viewer that return EntityResolver.Entity Modifier and Type Method Description EntityResolver.Entity
CasAnnotationViewer.DefaultEntityResolver. getEntity(Annotation inAnnotation)
EntityResolver.Entity
EntityResolver. getEntity(Annotation aAnnotation)
Returns theEntity
to which an annotation refers.
-