|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResourceSpace
The repository of classified Resource objects.
Any Resource that is classified at all, is classified according to some classification scheme. So, when it is represented by Facetmap, it has its own FacetSpace. A ResourceSpace's FacetSpace is just the means by which its resources are classified; for example, if the ResourceSpace is a set of news articles classified using Atom, then Atom is the FacetSpace.
| Method Summary | |
|---|---|
java.util.Iterator |
getAll()
Returns all resources. |
Resource |
getById(int id)
|
FacetSpace |
getFacetSpace()
Return the classification scheme by which these Resources are classified. |
int |
getResourceCount()
|
| Method Detail |
|---|
FacetSpace getFacetSpace()
int getResourceCount()
throws InternalException
InternalException
Resource getById(int id)
throws InternalException
InternalException
java.util.Iterator getAll()
throws InternalException
InternalException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||