Package org.anchoranalysis.annotation.io
Reading and writing annotations to the filesystem.
- Author:
- Owen Feehan
-
Interface Summary Interface Description AnnotationDeleter Allows an annotation to be deleted from the file-system.AnnotationReader<T extends Annotation> Allows an annotation to be read from the file-system.AnnotationWriter<T extends Annotation> Allows an annotation to be written to the file-system. -
Class Summary Class Description AnnotationWithStrategy<T extends AnnotatorStrategy> One particular annotation, associated with its strategy.SimpleAnnotationDeleter Deletes any annotation when it is represented by a single file.