Uses of Class
macaw.persistenceLayer.demo.InMemoryListChoiceManager

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

Fields in macaw.persistenceLayer.demo declared as InMemoryListChoiceManager
protected  InMemoryListChoiceManager DemonstrationCurationService.listChoiceManager
           
 

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