Package | Description |
---|---|
com.massa.mrules.executable |
Modifier and Type | Method and Description |
---|---|
MIndex.IndexAction |
MIndex.IndexAction.clone() |
Modifier and Type | Method and Description |
---|---|
Map<Object,MIndex.IndexAction> |
MIndex.getIndex() |
Modifier and Type | Method and Description |
---|---|
void |
MIndex.setIndex(Map<Object,MIndex.IndexAction> index) |
Constructor and Description |
---|
MIndex(IReadAccessor source,
Map<Object,MIndex.IndexAction> index) |
MIndex(IReadAccessor source,
Map<Object,MIndex.IndexAction> index,
List<? extends IExecutable> defaultActions)
Complete constructor
|