|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectfleXplorer.util.Utilities
public class Utilities
| Constructor Summary | |
|---|---|
Utilities()
|
|
| Method Summary | |
|---|---|
java.util.ArrayList<java.lang.String> |
getTheHighestTerms(java.util.ArrayList<java.lang.String> terms,
Taxonomy<?> tx)
Returns the terms at highest levels of a taxonomy between a set of terms. |
void |
printTable(java.lang.String[] array)
Prints the contents of an array. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Utilities()
| Method Detail |
|---|
public java.util.ArrayList<java.lang.String> getTheHighestTerms(java.util.ArrayList<java.lang.String> terms,
Taxonomy<?> tx)
terms - the set of terms.tx - the taxonomy.
public void printTable(java.lang.String[] array)
array - the array.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||