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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttachedTo()
String
getValue()
String
toString()
-
Methods inherited from class opennlp.tools.formats.brat.BratAnnotation
getId, getNote, getType, setNote
-
-
-
-
Method Detail
-
getAttachedTo
public String getAttachedTo()
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toString
in classBratAnnotation
-
-