public class RelatedTopics.Heading extends Object implements Comparable
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
int |
getArity() |
List |
getChildren() |
boolean |
getIsAssociationType() |
boolean |
getIsTopicType() |
boolean |
getMoreChildren() |
TopicIF |
getNearRoleType() |
String |
getTitle() |
TopicIF |
getTopic() |
void |
setSortKey(Object sortkey) |
public String getTitle()
public void setSortKey(Object sortkey)
public int compareTo(Object o)
compareTo
in interface Comparable
public TopicIF getTopic()
public TopicIF getNearRoleType()
public boolean getIsTopicType()
public boolean getIsAssociationType()
public int getArity()
public List getChildren()
public boolean getMoreChildren()