Uses of Interface
org.annotation.wordfreak.io.AnnotatedFileFormat

Packages that use AnnotatedFileFormat
org.annotation.wordfreak Provides main WordFreak functionality including data structures for annotation and the infrastructure for components to communicate. 
org.annotation.wordfreak.io Provides I/O functionality for WordFreak including support for multiple file formats. 
org.annotation.wordfreak.project Provides support for projects within WordFreak. 
org.annotation.wordfreak.util Provides utility functionality for WordFreak which is specific to WordFreak. 
 

Uses of AnnotatedFileFormat in org.annotation.wordfreak
 

Methods in org.annotation.wordfreak that return AnnotatedFileFormat
 AnnotatedFileFormat AnnotationFile.getFileFormat()
           
 

Methods in org.annotation.wordfreak with parameters of type AnnotatedFileFormat
 void AnnotationFile.setFileFormat(AnnotatedFileFormat ff)
           
 java.lang.String[] AnnotatedFileManager.setFileFormat(java.lang.String file, AnnotatedFileFormat format)
           
 boolean AnnotatedFileManager.openAnnotatedFile(java.lang.String fileName, java.lang.String annFileName, AnnotatedFileFormat format)
           
 java.lang.String[] FileRequestListener.setFileFormat(java.lang.String file, AnnotatedFileFormat format)
          Assigns the annotated file specified by file to the format specified by format and returns the name of the annotated file and the source file.
 

Constructors in org.annotation.wordfreak with parameters of type AnnotatedFileFormat
AnnotationFile(java.lang.String annotationFileName, AnnotatedFileFormat ff)
          Create new annotation file object.
 

Uses of AnnotatedFileFormat in org.annotation.wordfreak.io
 

Classes in org.annotation.wordfreak.io that implement AnnotatedFileFormat
 class AbstractAnnotatedFileFormat
           
 class TextColumnsFileFormat
          Implements the native TextColumns file format.
 class TreebankFileFormat
          Implements the native Treebank file format.
 class WordFreakFileFormat
          Implements the native WordFreak file format.
 

Methods in org.annotation.wordfreak.io that return AnnotatedFileFormat
static AnnotatedFileFormat WordFreakFileFormat.getInstance()
           
static AnnotatedFileFormat TextColumnsFileFormat.getInstance()
           
static AnnotatedFileFormat TreebankFileFormat.getInstance()
           
 

Uses of AnnotatedFileFormat in org.annotation.wordfreak.project
 

Methods in org.annotation.wordfreak.project with parameters of type AnnotatedFileFormat
 ProjectItem Project.addFile(java.lang.String annotationName, java.lang.String sourceName, AnnotatedFileFormat ff)
          Adds an annotation file to the project.
 

Uses of AnnotatedFileFormat in org.annotation.wordfreak.util
 

Methods in org.annotation.wordfreak.util that return AnnotatedFileFormat
static AnnotatedFileFormat Compare.getFileFormatForFile(java.lang.String fileName)
           
static AnnotatedFileFormat FixTraces.getFileFormatForFile(java.lang.String fileName)
           
 



Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.