|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FWAnalyzer.FWAnalyzerType | |
---|---|
org.peace_tools.core.job | Contains the classes associated with the job wizard. |
org.peace_tools.workspace | Contains the classes that provide persistent storage of work space configuration. |
Uses of FWAnalyzer.FWAnalyzerType in org.peace_tools.core.job |
---|
Methods in org.peace_tools.core.job that return FWAnalyzer.FWAnalyzerType | |
---|---|
protected FWAnalyzer.FWAnalyzerType |
AnalyzerWizardPage.getAnalyzerType()
Obtain the currently selected analyzer. |
protected FWAnalyzer.FWAnalyzerType |
JobWizard.getAnalyzerType()
Obtain the currently selected analyzer. |
Uses of FWAnalyzer.FWAnalyzerType in org.peace_tools.workspace |
---|
Fields in org.peace_tools.workspace declared as FWAnalyzer.FWAnalyzerType | |
---|---|
private FWAnalyzer.FWAnalyzerType |
FWAnalyzer.type
The type of f/w analyzer that this object contains information about. |
Methods in org.peace_tools.workspace that return FWAnalyzer.FWAnalyzerType | |
---|---|
FWAnalyzer.FWAnalyzerType |
FWAnalyzer.getType()
Determine the type of f/w analyzer that this object contains information about. |
static FWAnalyzer.FWAnalyzerType |
FWAnalyzer.FWAnalyzerType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FWAnalyzer.FWAnalyzerType[] |
FWAnalyzer.FWAnalyzerType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.peace_tools.workspace with parameters of type FWAnalyzer.FWAnalyzerType | |
---|---|
FWAnalyzer(FWAnalyzer.FWAnalyzerType type,
boolean isDistance,
int windowSize,
int wordSize,
java.lang.String cacheType,
int cacheSize)
The constructor merely initializes the immutable instance variables to their values using appropriate parameters. |
|
JobSummary(Job job,
FWAnalyzer.FWAnalyzerType analyzerType)
A convenience constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |