|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RDFContainerFactory
An RDFContainerFactory delivers a RDFContainer on-demand to a DataAccessor.
By letting instantiation of an RDFContainer go via a separate factory interface, implementors can decide whether to always return a single shared RDFContainer instance or whether each call returns a new instance, without having to create them upfront in the latter case.
| Method Summary | |
|---|---|
RDFContainer |
getRDFContainer(URI uri)
Returns a RDFContainer instance. |
| Method Detail |
|---|
RDFContainer getRDFContainer(URI uri)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||