|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FWAnalyzer | |
---|---|
org.peace_tools.core.job | Contains the classes associated with the job wizard. |
org.peace_tools.views | Contains the classes that provide views for the various data objects in the GUI. |
org.peace_tools.workspace | Contains the classes that provide persistent storage of work space configuration. |
Uses of FWAnalyzer in org.peace_tools.core.job |
---|
Methods in org.peace_tools.core.job that return FWAnalyzer | |
---|---|
protected FWAnalyzer |
AnalyzerWizardPage.getAnalyzer()
This method is a convenience method that can be used to obtain a FWAnalyzer object containing information from this page. |
Uses of FWAnalyzer in org.peace_tools.views |
---|
Methods in org.peace_tools.views with parameters of type FWAnalyzer | |
---|---|
private static javax.swing.tree.MutableTreeNode |
PropertiesTreeMaker.makeAnalyzerProperties(FWAnalyzer analyzer)
Helper method to create a properties node for a given analyzer entry. |
Uses of FWAnalyzer in org.peace_tools.workspace |
---|
Fields in org.peace_tools.workspace declared as FWAnalyzer | |
---|---|
private FWAnalyzer |
MSTData.analyzer
Information about the distance/similarity analyzer that was used to create this MST data set. |
Methods in org.peace_tools.workspace that return FWAnalyzer | |
---|---|
static FWAnalyzer |
FWAnalyzer.create(org.w3c.dom.Element analyzer)
Helper method to utilize data from a DOM tree to create a suitable FWAnalyzer entry. |
FWAnalyzer |
MSTData.getFWAnalyzer()
Obtain meta data about the frame/word analyzer that was used to generate metrics (may it be similarity or distance values) that were used to build the MST. |
Constructors in org.peace_tools.workspace with parameters of type FWAnalyzer | |
---|---|
MSTData(java.lang.String id,
MSTData.MSTBuilderType type,
java.lang.String path,
java.lang.String description,
FWAnalyzer analyzer,
JobSummary summary)
The constructor to create a fully populated MSTData object that contains all the meta data regarding a MST file that has been generated from a given EST file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |