|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DBClassifier | |
|---|---|
| org.peace_tools.data | Contains the classes that provide data for the various views in the GUI. |
| org.peace_tools.workspace | Contains the classes that provide persistent storage of work space configuration. |
| Uses of DBClassifier in org.peace_tools.data |
|---|
| Method parameters in org.peace_tools.data with type arguments of type DBClassifier | |
|---|---|
protected void |
EST.classify(java.util.ArrayList<DBClassifier> classifiers)
Method to determine the classifier that identifies this EST. |
| Uses of DBClassifier in org.peace_tools.workspace |
|---|
| Fields in org.peace_tools.workspace with type parameters of type DBClassifier | |
|---|---|
private java.util.ArrayList<DBClassifier> |
ClassifierList.classifiers
The list of DB classifier objects that have been configured and added to this list. |
| Methods in org.peace_tools.workspace that return DBClassifier | |
|---|---|
static DBClassifier |
DBClassifier.create(org.w3c.dom.Element jobNode)
Helper method to utilize data from a DOM tree to create a suitable DBClassifier entry. |
| Methods in org.peace_tools.workspace that return types with arguments of type DBClassifier | |
|---|---|
java.util.ArrayList<DBClassifier> |
ClassifierList.getClassifiers()
Obtain reference to a clone of list of classifiers. |
| Method parameters in org.peace_tools.workspace with type arguments of type DBClassifier | |
|---|---|
void |
ClassifierList.set(java.util.ArrayList<DBClassifier> classifierList)
Method to set a new set of classifier entries. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||