|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--edu.iu.iv.preprocessing.PerlTermDocPlugin
Creates term document matrices from text files. The format of the file is described below.
| Constructor Summary | |
PerlTermDocPlugin()
Constructor |
|
| Method Summary | |
java.lang.String |
getDefaultMenuPath()
Gets this plugin's menu path, a "/"-delimited string which describes where in the GUI menu its menu item will be inserted. |
java.lang.String |
getDescription()
|
javax.swing.Icon |
getMenuIcon()
Gets the menu icon to be shown on the menu for this plugin. |
PropertyMap |
getPropertyMap()
Gets the property map for this plugin which specifies additional properties of the plugin that can be gotten. |
javax.swing.JInternalFrame |
getView(java.lang.Object model)
Returns a view of the data given. |
boolean |
supports(java.lang.Object model)
Determines whether a model is supported by this plugin or not. |
java.lang.String |
unsupportedReason(java.lang.Object model)
Retrieves the reason why a particular model is unsupported by this plugin. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PerlTermDocPlugin()
| Method Detail |
public PropertyMap getPropertyMap()
Plugin
getPropertyMap in interface Pluginpublic java.lang.String getDefaultMenuPath()
Plugin
getDefaultMenuPath in interface Pluginedu.iu.iv.core.Plugin#getDefaultMenuPath()public java.lang.String getDescription()
getDescription in interface Pluginedu.iu.iv.core.Plugin#getDescription()public boolean supports(java.lang.Object model)
Plugin
supports in interface Pluginmodel - the model to check for support
edu.iu.iv.core.Plugin#supports(java.lang.Object)public java.lang.String unsupportedReason(java.lang.Object model)
Plugin
unsupportedReason in interface Pluginmodel - the model to look up a reason for
edu.iu.iv.core.Plugin#unsupportedReason(java.lang.Object)public javax.swing.JInternalFrame getView(java.lang.Object model)
Plugin
getView in interface Pluginmodel - the model to get a view of or to be acted upon.
edu.iu.iv.core.Plugin#getView(java.lang.Object)public javax.swing.Icon getMenuIcon()
Plugin
getMenuIcon in interface Pluginedu.iu.iv.core.Plugin#getMenuIcon()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||