Package opennlp.tools.formats.brat
Class AttributeAnnotation
- java.lang.Object
- 
- opennlp.tools.formats.brat.BratAnnotation
- 
- opennlp.tools.formats.brat.AttributeAnnotation
 
 
- 
 public class AttributeAnnotation extends BratAnnotation 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttachedTo()StringgetValue()StringtoString()- 
Methods inherited from class opennlp.tools.formats.brat.BratAnnotationgetId, getNote, getType, setNote
 
- 
 
- 
- 
- 
Method Detail- 
getAttachedTopublic String getAttachedTo() 
 - 
getValuepublic String getValue() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- BratAnnotation
 
 
- 
 
-