|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectfleXplorer.Facets.Facet<Type>
public class Facet<Type extends FacetsType>
| Constructor Summary | |
|---|---|
Facet()
Constructs a Facet. |
|
Facet(java.lang.String name)
Constructs a Facet with specified name Preconditions: Argument must not be null. |
|
Facet(java.lang.String name,
Taxonomy<Type> taxonomy,
IndexType type)
Constructs a Facet with specified name and Taxonomy. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFacetName()
Returns the name of Facet. |
Taxonomy<?> |
getFacetTaxonomy()
Returns Taxonomy of Facet. |
IndexType |
getIndexType()
Returns the type of indexes of the Facet. |
void |
setFacetName(java.lang.String name)
Define the name of Facet. |
void |
setFacetTaxonomy(Taxonomy<?> taxonomy)
Defines the Taxonomy of Facet. |
void |
setIndexType(IndexType type)
Define the type of indexes of the Facet. |
java.lang.String |
toString()
Returns the string representation of facet. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Facet()
public Facet(java.lang.String name)
name - the name of Facet.
public Facet(java.lang.String name,
Taxonomy<Type> taxonomy,
IndexType type)
name - the name of Facet.taxonomy - the Taxonomy of Facet.| Method Detail |
|---|
public void setIndexType(IndexType type)
setIndexType in interface IFacet<Type extends FacetsType>type - the type of indexes.public IndexType getIndexType()
getIndexType in interface IFacet<Type extends FacetsType>public void setFacetName(java.lang.String name)
setFacetName in interface IFacet<Type extends FacetsType>name - Name of Facet.public java.lang.String getFacetName()
getFacetName in interface IFacet<Type extends FacetsType>public void setFacetTaxonomy(Taxonomy<?> taxonomy)
setFacetTaxonomy in interface IFacet<Type extends FacetsType>taxonomy - the new Taxonomy of Facet.public Taxonomy<?> getFacetTaxonomy()
getFacetTaxonomy in interface IFacet<Type extends FacetsType>public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||