|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Heading
A possible classification that a Resource may have; a member of a Facet structure; a value in a Facet.
There is no standard term in facet parlance for this concept; we call it a Heading. Any given Resource may be mapped 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 this Heading's Facet at all. In that case, the Resource is bound to the root Heading of the Facet [see Facet.getRootHeading() ].
Facet| Method Summary | |
|---|---|
Heading |
getBackwardHeading()
See Facet for the definition of a backward heading. |
Facet |
getFacet()
Facet to which this Heading belongs. |
java.util.Iterator |
getForwardHeadings()
See Facet for the definition of a forward heading. |
java.lang.String |
getId()
Unique identifier of a predefined Heading. |
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. |
| Method Detail |
|---|
java.lang.String getId()
java.lang.String getTitle()
Facet getFacet()
java.util.Iterator getForwardHeadings()
Facet for the definition of a forward heading.
This method returns an empty Iterator if the Heading has no
forward headings.
Heading getBackwardHeading()
Facet for the definition of a backward heading.
This method returns null if the Heading has no backward heading.
boolean isRoot()
Facet.getRootHeading()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||