phrase nets
Public Member Functions
pn::awt::DataSet Class Reference

List of all members.

Public Member Functions

 DataSet (DataSet base)
ParseResult getParseResult ()
boolean visualizable ()
int getTop ()
DataSet setTop (int top) throws PNException
DataSource getDataSource ()
DataSet setDataSource (DataSource source) throws PNException
String[] getLinkWords ()
DataSet setLinkWords (String[] words) throws PNException
String[] getBlacklist ()
DataSet setBlacklist (String[] blacklist) throws PNException
Boolean getIsStopwordFiltered ()
DataSet setIsStopwordFiltered (boolean isfiltered) throws PNException
String toString ()

Detailed Description

A data set for orthographic linking.


Constructor & Destructor Documentation

pn::awt::DataSet::DataSet ( DataSet  base) [inline]

Ctor.

Parameters:
baseThe base data set or null. This dataset will inherit all info from base by default

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