pl.edu.agh.cast.importer.base.tokenizer
Interface ITokenizerOption

All Known Implementing Classes:
TokenizerOption

public interface ITokenizerOption

Interface for classes representing options passed to tokenizers.

Author:
AGH CAST Team

Method Summary
 String getName()
          Retrieves the tokenizer option name.
 String getValue()
          Retrieves the tokenizer option value.
 

Method Detail

getName

String getName()
Retrieves the tokenizer option name.

Returns:
the option name

getValue

String getValue()
Retrieves the tokenizer option value.

Returns:
the option value


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.