public interface IndexMaterializationStrategy
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCreateSymbolFor(IndexSymbol originalIndexSymbol,
IndexSymbol desiredIndexSymbol) |
List<IndexSymbol> |
getRuleCreatingSymbolFor(IndexSymbol s1,
IndexSymbol s2) |
IndexedNonterminal |
materializeIndex(IndexedNonterminal nt,
IndexSymbol s) |
void |
materializeIndices(HeapConfiguration heapConfiguration,
IndexSymbol originalIndexSymbol,
IndexSymbol desiredIndexSymbol) |
IndexedNonterminal materializeIndex(IndexedNonterminal nt, IndexSymbol s)
List<IndexSymbol> getRuleCreatingSymbolFor(IndexSymbol s1, IndexSymbol s2)
void materializeIndices(HeapConfiguration heapConfiguration, IndexSymbol originalIndexSymbol, IndexSymbol desiredIndexSymbol)
boolean canCreateSymbolFor(IndexSymbol originalIndexSymbol, IndexSymbol desiredIndexSymbol)
Copyright © 2019. All rights reserved.