Package edu.cornell.mannlib.vitro.webapp.modelaccess.adapters
-
Class Summary Class Description AbstractModelMakerDecorator Extend this to add decorator functionality to a ModelMaker.ListCachingModelMaker This ModelMaker keeps a cached list of the available models.MemoryMappingModelMaker Provides fast read access to small models, by creating a "mapped" model in memory.ModelMakerWithPersistentEmptyModels This ModelMaker will remember the URIs of models you create, even if you don't add triples to them.NamedDefaultModelMaker This model maker allows you to refer to the default model by a name.