gate.creole.ml.maxent
Class MaxentWrapper.LoadModelAction
java.lang.Object
javax.swing.AbstractAction
gate.creole.ml.maxent.MaxentWrapper.LoadModelAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- MaxentWrapper
protected class MaxentWrapper.LoadModelAction
- extends AbstractAction
This reloads a file that was previously saved using the SaveModelAction
class. A maxent ml processing resource must already exist before this
action can be performed.
- See Also:
- Serialized Form
Method Summary |
void |
actionPerformed(ActionEvent evt)
This function will open a file chooser, and then call the load function
to actually load the model. |
MaxentWrapper.LoadModelAction
public MaxentWrapper.LoadModelAction()
actionPerformed
public void actionPerformed(ActionEvent evt)
- This function will open a file chooser, and then call the load function
to actually load the model. (It is not normally called directly by the
user, but will be called as the result of the load model menu option
being selected.)