public class DocCluster extends Object
Data structure for document cluster
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Constructor and Description |
|---|
DocCluster(int clusterID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addDoc(IRDoc doc) |
boolean |
containDoc(IRDoc doc) |
int |
getClusterID() |
String |
getClusterName() |
IRDoc |
getDoc(int index) |
int |
getDocNum() |
ArrayList |
getDocSet() |
void |
removeAll() |
boolean |
removeDoc(IRDoc doc) |
void |
setClusterID(int clusterID) |
void |
setClusterName(String clusterName) |
public boolean addDoc(IRDoc doc)
public boolean removeDoc(IRDoc doc)
public void removeAll()
public int getDocNum()
public IRDoc getDoc(int index)
public boolean containDoc(IRDoc doc)
public ArrayList getDocSet()
public int getClusterID()
public void setClusterID(int clusterID)
public String getClusterName()
public void setClusterName(String clusterName)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.