Uses of Class
macaw.persistenceLayer.demo.InMemoryOntologyTermManager

Packages that use InMemoryOntologyTermManager
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 InMemoryOntologyTermManager in macaw.persistenceLayer.demo
 

Fields in macaw.persistenceLayer.demo declared as InMemoryOntologyTermManager
protected  InMemoryOntologyTermManager DemonstrationCurationService.ontologyTermManager
           
 

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