phrase nets
|
Public Member Functions | |
DataSource | getDataSource () |
ParseResult | link () throws PNException |
boolean | isReady () |
Package Functions | |
void | setDataSource (DataSource source) |
A linker.
DataSource pn::parse::Linker::getDataSource | ( | ) |
Implemented in pn::parse::LinkerOrthographic.
boolean pn::parse::Linker::isReady | ( | ) |
Returns true if this linker is 'ready', e.g. if it has all information to start the linking process, otherwise false.
Implemented in pn::parse::LinkerOrthographic.
ParseResult pn::parse::Linker::link | ( | ) | throws PNException |
Parses the data source and returns the result.
PNException | On any erros |
Implemented in pn::parse::LinkerOrthographic.
void pn::parse::Linker::setDataSource | ( | DataSource | source | ) | [package] |
Sets the data source to use. Must not be null
source | The data source |
Implemented in pn::parse::LinkerOrthographic.