Uses of Package
edu.mit.jmwe.util

Packages that use edu.mit.jmwe.util
edu.mit.jmwe.data Provides the basic data structures used by the library and their default implementations. 
edu.mit.jmwe.data.concordance Provides interfaces and classes for accessing data taken Semcor-formatted concordances, useful for benchmarking detectors. 
edu.mit.jmwe.harness Provides testing harness infrastructure 
edu.mit.jmwe.harness.result Provides objects that encapsulate the results of a test harness run 
edu.mit.jmwe.index Provides the MWE index interfaces and default implementations, which allow one to look up an MWE given one of its parts. 
edu.mit.jmwe.util Provides utility classes used by many classes across the library 
 

Classes in edu.mit.jmwe.util used by edu.mit.jmwe.data
AbstractIndexComparator
          Base class for constructing a Comparator from a map of tokens in a list to their positions in the list.
 

Classes in edu.mit.jmwe.util used by edu.mit.jmwe.data.concordance
AbstractFileSelector
          Abstract base class that allows interaction with the user, saving and selecting files and directories.
IProgressBar
          Progress bars allow operations to report progress.
 

Classes in edu.mit.jmwe.util used by edu.mit.jmwe.harness
IProgressBar
          Progress bars allow operations to report progress.
 

Classes in edu.mit.jmwe.util used by edu.mit.jmwe.harness.result
AtomicDouble
          A double value that may be updated atomically.
 

Classes in edu.mit.jmwe.util used by edu.mit.jmwe.index
AbstractFileSelector
          Abstract base class that allows interaction with the user, saving and selecting files and directories.
CompositeCollection
          A collection that is composed of several subsets of elements.
 

Classes in edu.mit.jmwe.util used by edu.mit.jmwe.util
AbstractIndexComparator
          Base class for constructing a Comparator from a map of tokens in a list to their positions in the list.
IProgressBar
          Progress bars allow operations to report progress.
NullProgressBar
          Creates a progress bar that does nothing and prints nothing.
 



Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.