|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectfleXplorer.util.ZPSorting
public class ZPSorting
Constructor Summary | |
---|---|
ZPSorting()
|
Method Summary | |
---|---|
java.util.Collection<Term<FacetsType>> |
countSortingAscenting(java.util.Collection<Term<FacetsType>> ft)
Sorts a set of ascending with respect to the count information. |
java.util.Map<Term<FacetsType>,java.lang.Integer> |
countSortingAscenting(java.util.HashMap<Term<FacetsType>,java.lang.Integer> facetedTree)
Sorts the zoom points ascending with respect to the count information. |
java.util.Collection<Term<FacetsType>> |
countSortingDescenting(java.util.Collection<Term<FacetsType>> ft)
Sorts a set of descending with respect to the count information. |
java.util.Map<Term<FacetsType>,java.lang.Integer> |
countSortingDescenting(java.util.HashMap<Term<FacetsType>,java.lang.Integer> facetedTree)
|
java.util.Collection<Term<FacetsType>> |
valueSorting(java.util.Collection<Term<FacetsType>> ft,
java.util.Comparator c)
Sorts a set of terms with respect to the value of each term. |
java.util.Map<Term<FacetsType>,java.lang.Integer> |
valueSorting(java.util.HashMap<Term<FacetsType>,java.lang.Integer> facetedTree,
java.util.Comparator c)
Sorts the zoom points with respect to the value of each term. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ZPSorting()
Method Detail |
---|
public java.util.Map<Term<FacetsType>,java.lang.Integer> countSortingDescenting(java.util.HashMap<Term<FacetsType>,java.lang.Integer> facetedTree)
public java.util.Map<Term<FacetsType>,java.lang.Integer> countSortingAscenting(java.util.HashMap<Term<FacetsType>,java.lang.Integer> facetedTree)
facetedTree
- the facet.
public java.util.Map<Term<FacetsType>,java.lang.Integer> valueSorting(java.util.HashMap<Term<FacetsType>,java.lang.Integer> facetedTree, java.util.Comparator c)
facetedTree
- the facet.c
- the comparator (according to the generic type of the terms)
public java.util.Collection<Term<FacetsType>> valueSorting(java.util.Collection<Term<FacetsType>> ft, java.util.Comparator c)
ft
- the set of terms.c
- the comparator (according to the generic type of the terms)
public java.util.Collection<Term<FacetsType>> countSortingAscenting(java.util.Collection<Term<FacetsType>> ft)
ft
- the set of terms.
public java.util.Collection<Term<FacetsType>> countSortingDescenting(java.util.Collection<Term<FacetsType>> ft)
ft
- the set of terms.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |