phrase nets
Public Member Functions | Package Functions
pn::parse::Linker Interface Reference
Inheritance diagram for pn::parse::Linker:
pn::parse::LinkerOrthographic

List of all members.

Public Member Functions

DataSource getDataSource ()
ParseResult link () throws PNException
boolean isReady ()

Package Functions

void setDataSource (DataSource source)

Detailed Description

A linker.


Member Function Documentation

DataSource pn::parse::Linker::getDataSource ( )
Returns:
The data source (if specified)

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.

Returns:
True if this linker is ready to start

Implemented in pn::parse::LinkerOrthographic.

ParseResult pn::parse::Linker::link ( ) throws PNException

Parses the data source and returns the result.

Returns:
The result
Exceptions:
PNExceptionOn 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

Parameters:
sourceThe data source

Implemented in pn::parse::LinkerOrthographic.


The documentation for this interface was generated from the following file:
 All Classes Functions Variables