|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.site.elkb.Group
public class Group
Represents a Roget's Thesaurus Head group. For example:
Constructor Summary | |
---|---|
Group()
Default constructor. |
|
Group(int start)
Constructor that takes an integer to indicate first Head number of the Group. |
Method Summary | |
---|---|
void |
addHead(HeadInfo head)
Add a HeadInfo object to this Group. |
int |
getHeadCount()
Returns the number of Heads in this Group. |
java.util.ArrayList<HeadInfo> |
getHeadList()
Returns the array of HeadInfo objects. |
int |
getHeadStart()
Returns the number of the first Head in this Group. |
void |
setHeadStart(int start)
Sets the number of the first Head in this Group. |
java.lang.String |
toString()
Converts to a string representation the Group object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Group()
public Group(int start)
start
- Method Detail |
---|
public java.util.ArrayList<HeadInfo> getHeadList()
public void addHead(HeadInfo head)
head
- public int getHeadCount()
public void setHeadStart(int start)
start
- public int getHeadStart()
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 |