|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A possible attribute that a Resource may have; a node in a Facet structure.
There is no standard term in facet parlance for this concept; we call it a Heading. Any given Resource may be bound to (have the quality defined by) this Heading, or it may not -- but it is bound to some Heading in the same Facet.
The Resource may, of course, not be relevant to a given Facet. In that case, the Resource is bound to the root Heading of the Facet [see Facet.getRootHeading() ].
| Method Summary | |
java.util.Enumeration |
getBackwardHeadings()
An empty Enumeration is returned if there are no headings to return. |
Facet |
getFacet()
Structure to which this Heading belongs. |
java.util.Enumeration |
getForwardHeadings()
An empty Enumeration is returned if there are no headings to return. |
java.lang.String |
getId()
Unique identifier. |
java.lang.String |
getTitle()
The descriptive name of this Heading, for display to users. |
boolean |
isRoot()
Returns true if this Heading is the root, the starting Heading, of its Facet. |
void |
setTitle(java.lang.String title)
|
| Method Detail |
public java.lang.String getId()
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public Facet getFacet()
public java.util.Enumeration getForwardHeadings()
public java.util.Enumeration getBackwardHeadings()
public boolean isRoot()
Facet.getRootHeading()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||