Package | Description |
---|---|
com.tietoenator.trip.jxp.facet |
Classes for generation of facets.
|
Modifier and Type | Class and Description |
---|---|
class |
TdbClassificationFacet
Facet class whose value set is TRIP's automatic classification
of records.
|
class |
TdbFieldTermFacet
A facet whose values are a subset of the terms of a TRIP database field.
|
class |
TdbKvpFacet
A facet based on a key/value pair (KVP) display order, using the
values from one field as facet names, tupled with another field that
contains the facet values.
|
class |
TdbSearchFacet
A type of facet whose values are each based on a a separate search order.
|
Modifier and Type | Method and Description |
---|---|
TdbFacet |
TdbFacetSet.getFacet(int index)
Retrieve one of the facets associated with this facet set.
|
Modifier and Type | Method and Description |
---|---|
void |
TdbFacetSet.add(TdbFacet f)
Add a facet to this facet set.
|