public class DocClass extends Object
The basic data structure for a class for documents
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Constructor and Description |
|---|
DocClass(int classID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addDoc(IRDoc doc) |
boolean |
contains(IRDoc curDoc) |
int |
getClassID() |
String |
getClassName() |
IRDoc |
getDoc(int index) |
int |
getDocNum() |
void |
removeAll() |
void |
setClassName(String className) |
public boolean addDoc(IRDoc doc)
public int getDocNum()
public IRDoc getDoc(int index)
public boolean contains(IRDoc curDoc)
public int getClassID()
public String getClassName()
public void setClassName(String className)
public void removeAll()
Copyright © 2018 JULIE Lab, Germany. All rights reserved.