Create and add an annotation with a pre-existing ID. This method should only be used when you have existing annotations with unique IDs, for example when reading the full contents of an annotation set from some saved representation. In normal use you should use the method {@link SimpleAnnotationSet#
(Integer id, Long start, Long end, String type,
FeatureMap features)
| 70 | * document. |
| 71 | */ |
| 72 | public void add(Integer id, Long start, Long end, String type, |
| 73 | FeatureMap features) throws InvalidOffsetException; |
| 74 | |
| 75 | /** |
no outgoing calls