|
Carrot2 Framework
API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.filter.trc.carrot.filter.cluster.ClusterWrapper
public class ClusterWrapper
Wrapper for clustering results (collection of clusters) to produce Carrot-XML
| Field Summary | |
|---|---|
(package private) Cluster[] |
clusters
|
(package private) Element |
root
|
| Constructor Summary | |
|---|---|
ClusterWrapper(Cluster[] clusters)
Construct a wrapper for a set of clusters |
|
ClusterWrapper(Cluster[] clusters,
Element root)
Construct a wrapper for a set of clusters under given element |
|
| Method Summary | |
|---|---|
Element |
asElement()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
Cluster[] clusters
Element root
| Constructor Detail |
|---|
public ClusterWrapper(Cluster[] clusters)
clusters -
public ClusterWrapper(Cluster[] clusters,
Element root)
clusters - set of clustersroot - DOM4J element under which cluster elements will be exported| Method Detail |
|---|
public Element asElement()
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||