|
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.sdk.common.infomining.DKIKFTaxonomy
A taxonomy is a tree where every node is a category object.
Constructor Summary | |
protected |
DKIKFTaxonomy()
objects can be obtained from DKIKFCatalog |
Method Summary | |
abstract boolean |
categoryExists(DKIKFCategory category)
Checks if there is a category that represents the same category as the specified category. |
abstract boolean |
categoryExists(java.lang.String path)
Checks if there is a category with the specified path. |
abstract 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. |
abstract DKIKFCategory[] |
getCategories()
Returns a list of all categories of the tree. |
abstract DKIKFCategory |
getCategory(DKIKFCategory category)
Returns the category of this taxonomy that is equal to the category represented by the specified category. |
abstract DKIKFCategory |
getCategory(java.lang.String path)
Returns the category with the specified path. |
abstract DKIKFCategory |
getCategory(java.lang.String[] path)
Returns the category with the specified path. |
abstract DKIKFCategory |
getRootCategory()
Returns the root of the tree. |
abstract char |
getSeparator()
Returns the current separator string. |
abstract java.sql.Timestamp |
getTimestamp()
Returns the timestamp of this taxonomy. |
abstract 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 |
Constructor Detail |
protected DKIKFTaxonomy()
Method Detail |
public abstract DKIKFCategory getRootCategory()
public abstract DKIKFCategory[] getCategories()
public abstract DKIKFCategory getCategory(java.lang.String path) throws DKIKFNoSuchCategoryException
public abstract DKIKFCategory getCategory(java.lang.String[] path) throws DKIKFNoSuchCategoryException
public abstract DKIKFCategory getCategory(DKIKFCategory category) throws DKIKFNoSuchCategoryException
public abstract boolean categoryExists(DKIKFCategory category)
public abstract boolean categoryExists(java.lang.String path)
public abstract boolean categoryExists(java.lang.String[] path)
public abstract void setSeparator(char separator)
public abstract char getSeparator()
public abstract 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 |