Uses of Class
macaw.persistenceLayer.demo.InMemorySupportingDocumentsManager

Packages that use InMemorySupportingDocumentsManager
macaw.persistenceLayer.demo This package contains all the code required to run versions of Macaw's curation and retrieval services which store data in-memory. 
 

Uses of InMemorySupportingDocumentsManager in macaw.persistenceLayer.demo
 

Fields in macaw.persistenceLayer.demo declared as InMemorySupportingDocumentsManager
protected  InMemorySupportingDocumentsManager DemonstrationCurationService.supportingDocumentsManager
           
 

Constructors in macaw.persistenceLayer.demo with parameters of type InMemorySupportingDocumentsManager
InMemoryVariableManager(InMemoryChangeEventManager changeEventManager, InMemoryListChoiceManager listChoiceManager, InMemoryOntologyTermManager ontologyTermManager, InMemorySupportingDocumentsManager supportingDocumentsManager)