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. entityToCheckBoxMapThe entity to check box map.Methods in org.apache.uima.tools.viewer that return EntityResolver.Entity Modifier and Type Method Description EntityResolver.EntityCasAnnotationViewer.DefaultEntityResolver. getEntity(Annotation inAnnotation)EntityResolver.EntityEntityResolver. getEntity(Annotation aAnnotation)Returns theEntityto which an annotation refers.
-