Class DefaultStorageRefiner<T>
java.lang.Object
tools.refinery.store.reasoning.refinement.DefaultStorageRefiner<T>
- All Implemented Interfaces:
 StorageRefiner
- 
Nested Class Summary
Nested classes/interfaces inherited from interface tools.refinery.store.reasoning.refinement.StorageRefiner
StorageRefiner.Factory<T> - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleancleanup(int nodeToDelete) static <T> StorageRefiner.Factory<T> factory()booleansplit(int parentNode, int childNode)  
- 
Constructor Details
- 
DefaultStorageRefiner
 
 - 
 - 
Method Details
- 
split
public boolean split(int parentNode, int childNode) - Specified by:
 splitin interfaceStorageRefiner
 - 
cleanup
public boolean cleanup(int nodeToDelete) - Specified by:
 cleanupin interfaceStorageRefiner
 - 
factory
 
 -