public interface Model
ModelConnection,
which provides transactional access to a Model.
Native Ripple values are totally ordered in a Model,
and each one maps to exactly one RDF resource.| Modifier and Type | Method and Description |
|---|---|
ModelConnection |
createConnection() |
ModelConnection |
createConnection(RDFDiffSink listener) |
SpecialValueMap |
getSpecialValues() |
void |
shutDown()
Shuts down this model, releasing its resources.
|
ModelConnection createConnection() throws RippleException
RippleException - if creation of the connection failsModelConnection createConnection(RDFDiffSink listener) throws RippleException
listener - a handler for RDF diffs of data added or removed from the model through the returned connectionRippleException - if creation of the connection failsSpecialValueMap getSpecialValues()
void shutDown()
throws RippleException
RippleException - if anything goes wrongCopyright © 2007-2012 fortytwo.net. All Rights Reserved.