Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
ModelAccess.on(session).setsetOntModel(ModelID.BASE_ABOX, someWeirdModel)

Then both of the following calls would return the same model:

Code Block
ModelAccess.on(session).getOntModel(ModelID.BASE_ABOX);
ModelAccess.on(session).getBaseOntModelSelector().getABoxModel();

Again, this is a change in the semantics of OntModelSelectors. It insures a consistent representation of OntModels across OntModelSelectors, but it is certainly possible that existing code relies on an inconsistent model instead.set 

The RDF Service

Note

The DAO Layer

...

TBD

 

Model makers and Model sources

...