|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface INavigableProfileRepository
An extension of the standard IProfileRepository that supports
full navigation (not only bottom-up) in the Profiles Graph.
NOTE : JFacets doesn't need the Profiles Graph to be fully navigable
in order to operate. The Navigable PR is used only for IDE purposes where
you want to be able to get all informations about the Profiles Graph.
| Method Summary | |
|---|---|
IProfile[] |
getRootProfiles()
Return root profiles (profiles that have no parents). |
IProfile[] |
getSubProfiles(IProfile parentProfile)
Return the children of passed profile. |
| Methods inherited from interface net.sourceforge.jfacets.IProfileRepository |
|---|
getProfileById, getSuperProfiles |
| Method Detail |
|---|
IProfile[] getRootProfiles()
IProfile[] getSubProfiles(IProfile parentProfile)
parentProfile - The profile to get the children for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||