Interface Createable

All Known Subinterfaces:
DatabaseDictionaryElementFactory, FileDictionaryElementFactory, FileManager, MorphologicalProcessor, Operation
All Known Implementing Classes:
AbstractDelegatingOperation, AbstractPrincetonDatabaseDictionaryElementFactory, AbstractPrincetonFileDictionaryElementFactory, DatabaseManagerImpl, DefaultMorphologicalProcessor, DetachSuffixesOperation, FileManagerImpl, LookupExceptionsOperation, LookupIndexWordOperation, PrincetonWN16DatabaseDictionaryElementFactory, PrincetonWN16FileDictionaryElementFactory, PrincetonWN17DatabaseDictionaryElementFactory, PrincetonWN17FileDictionaryElementFactory, PrincetonWN30DatabaseDictionaryElementFactory, RemoteFileManager, RemovePrepPhrasesOperation, SenseAndUsageDatabaseManager, TokenizerOperation

public interface Createable
A Createable is an object that can create an instance of itself given parameters from a properties file (Params). A class that implements this interface must also define a no-arg constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Map params)