|
IBM Information Integrator for Content V8.2 APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.beans.infomining.CMBTaxonomy
A taxonomy is a tree where every node is a category object.
Method Summary | |
boolean |
categoryExists(java.lang.String path)
Checks if there is a category with the specified path. |
boolean |
categoryExists(java.lang.String[] path)
Checks if there is a category with the specified path, assuming the array starts with the name of the root category. |
CMBCategory[] |
getCategories()
Returns a list of all categories of the tree. |
CMBCategory |
getCategory(java.lang.String path)
Returns the category with the specified path. |
CMBCategory |
getCategory(java.lang.String[] path)
Returns the category with the specified path. |
CMBCategory |
getRootCategory()
Returns the root of the tree. |
char |
getSeparator()
Returns the current separator string. |
java.sql.Timestamp |
getTimestamp()
Returns the timestamp of this taxonomy. |
void |
setSeparator(char separator)
Sets the character to be used to separate category names in path strings. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public CMBCategory getRootCategory()
public CMBCategory[] getCategories()
public CMBCategory getCategory(java.lang.String path) throws CMBNoSuchCategoryException
public CMBCategory getCategory(java.lang.String[] path) throws CMBNoSuchCategoryException
public boolean categoryExists(java.lang.String path)
public boolean categoryExists(java.lang.String[] path)
public void setSeparator(char separator)
public char getSeparator()
public java.sql.Timestamp getTimestamp()
|
IBM Information Integrator for Content V8.2 APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |