Class ModelMakerOntModelCache

  • All Implemented Interfaces:
    OntModelCache

    public class ModelMakerOntModelCache
    extends Object
    implements OntModelCache
    When an OntModel is requested for the first time, get a model from the ModelMaker, wrap it, and cache it for subsequent requests.
    • Constructor Detail

      • ModelMakerOntModelCache

        public ModelMakerOntModelCache​(org.apache.jena.rdf.model.ModelMaker mm)