Package tools.refinery.store.reasoning
Interface ReasoningStoreAdapter
- All Superinterfaces:
 ModelStoreAdapter
- 
Method Summary
Modifier and TypeMethodDescriptiondefault ModelcreateInitialModel(ModelSeed modelSeed) createModelAdapter(Model model) tryCreateInitialModel(ModelSeed modelSeed) tryResetInitialModel(Model model, ModelSeed modelSeed) Methods inherited from interface tools.refinery.store.adapter.ModelStoreAdapter
getStore 
- 
Method Details
- 
getPartialSymbols
Collection<AnyPartialSymbol> getPartialSymbols() - 
getRefinablePartialSymbols
Collection<AnyPartialSymbol> getRefinablePartialSymbols() - 
getSupportedInterpretations
Set<Concreteness> getSupportedInterpretations() - 
createInitialModel
 - 
tryCreateInitialModel
 - 
tryResetInitialModel
 - 
createModelAdapter
- Specified by:
 createModelAdapterin interfaceModelStoreAdapter
 
 -