|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filter | |
---|---|
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 Filter in org.peace_tools.core.job |
---|
Methods in org.peace_tools.core.job that return types with arguments of type Filter | |
---|---|
protected java.util.ArrayList<Filter> |
FiltersWizardPage.getFilters()
This method is a convenience method that can be used to obtain a FilterList object containing information from this page. |
Uses of Filter in org.peace_tools.views |
---|
Methods in org.peace_tools.views with parameters of type Filter | |
---|---|
private static javax.swing.tree.MutableTreeNode |
PropertiesTreeMaker.makeFilterProperties(Filter filter)
Helper method to create a properties node for a given data set entry. |
Uses of Filter in org.peace_tools.workspace |
---|
Fields in org.peace_tools.workspace with type parameters of type Filter | |
---|---|
private java.util.ArrayList<Filter> |
Job.filters
The list of filters configured by the user for this job. |
Methods in org.peace_tools.workspace that return Filter | |
---|---|
static Filter |
Filter.create(org.w3c.dom.Element filter)
Helper method to utilize data from a DOM tree to create a suitable Filter entry. |
Methods in org.peace_tools.workspace that return types with arguments of type Filter | |
---|---|
java.util.ArrayList<Filter> |
Job.getFilterList()
Obtain the list of filters that were used to improve quality of clustering. |
private static java.util.ArrayList<Filter> |
Job.parseFilterChain(org.w3c.dom.Element jobNode)
Helper method to unmarshall the filter list into an in-memory array list. |
Constructor parameters in org.peace_tools.workspace with type arguments of type Filter | |
---|---|
Job(java.lang.String jobID,
java.lang.String description,
java.lang.String serverID,
java.lang.String path,
int nodes,
int cpusPerNode,
int memory,
int maxRunTime,
java.util.ArrayList<Heuristic> heuristics,
java.util.ArrayList<Filter> filters)
Constructor to create a Job object with the fixed value fields initialized to specific values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |