|
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.CMBCategory
A category represents a node in a taxonomy. A taxonomy is a tree of
categories. The taxonomy of a catalog can be retrieved using
CMBCatalogService.getTaxonomy()
.
Method Summary | |
CMBCategory[] |
getChildren()
Returns all direct child categories. |
java.lang.String |
getName()
Returns the name of the category. |
CMBCategory |
getParent()
Returns the parent category. |
java.lang.String[] |
getPathAsArray()
Returns the category path as an array of names. |
java.lang.String |
getPathAsString()
Returns the category path as a string of separated category names. |
CMBTaxonomy |
getTaxonomy()
Returns the taxonomy object this category belongs to. |
java.lang.String |
toString()
Returns the String representation of this category. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String getName()
public CMBCategory getParent()
public CMBCategory[] getChildren()
public java.lang.String[] getPathAsArray()
CMBTaxonomy.setSeparator(char)
public java.lang.String getPathAsString()
public CMBTaxonomy getTaxonomy()
public java.lang.String toString()
toString
in class java.lang.Object
getPathAsString()
.
|
IBM Information Integrator for Content V8.2 APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |